| 2607 | */ |
| 2608 | |
| 2609 | void assertSuperOpNonEmpty(int numQubits, const char* caller) { |
| 2610 | |
| 2611 | assertThat(numQubits >= 1, report::NEW_SUPER_OP_NUM_QUBITS_NOT_POSITIVE, {{"${NUM_QUBITS}",numQubits}}, caller); |
| 2612 | } |
| 2613 | |
| 2614 | void assertSuperOpTotalNumElemsDontExceedMaxIndex(int numQubits, bool isInKrausMap, const char* caller) { |
| 2615 |
no test coverage detected