| 132 | } |
| 133 | |
| 134 | void applyMultiStateControlledCompMatr2(Qureg qureg, int* controls, int* states, int numControls, int target1, int target2, CompMatr2 matrix) { |
| 135 | |
| 136 | int targs[] = {target1, target2}; |
| 137 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, targs, 2, matrix, __func__); |
| 138 | } |
| 139 | |
| 140 | } // end de-mangler |
| 141 |
no test coverage detected