| 88 | } |
| 89 | |
| 90 | void applyMultiStateControlledCompMatr1(Qureg qureg, int* controls, int* states, int numControls, int target, CompMatr1 matrix) { |
| 91 | |
| 92 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, &target, 1, matrix, __func__); |
| 93 | } |
| 94 | |
| 95 | } // end de-mangler |
| 96 |
no test coverage detected