| 517 | } |
| 518 | |
| 519 | void applyMultiStateControlledS(Qureg qureg, int* controls, int* states, int numControls, int target) { |
| 520 | |
| 521 | DiagMatr1 matr = getDiagMatr1({1, 1_i}); |
| 522 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, &target, 1, matr, __func__); |
| 523 | } |
| 524 | |
| 525 | } // end de-mangler |
| 526 |
no test coverage detected