| 3601 | } |
| 3602 | |
| 3603 | void validate_target(Qureg qureg, int target, const char* caller) { |
| 3604 | |
| 3605 | assertValidQubit(qureg, target, report::INVALID_TARGET_QUBIT, caller); |
| 3606 | } |
| 3607 | |
| 3608 | void validate_targets(Qureg qureg, int* targets, int numTargets, const char* caller) { |
| 3609 |
no test coverage detected