| 73 | extern "C" { |
| 74 | |
| 75 | void applyCompMatr1(Qureg qureg, int target, CompMatr1 matrix) { |
| 76 | |
| 77 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, nullptr, nullptr, 0, &target, 1, matrix, __func__); |
| 78 | } |
| 79 | |
| 80 | void applyControlledCompMatr1(Qureg qureg, int control, int target, CompMatr1 matrix) { |
| 81 |
no test coverage detected