| 225 | } |
| 226 | |
| 227 | void applyMultiStateControlledDiagMatr1(Qureg qureg, int* controls, int* states, int numControls, int target, DiagMatr1 matrix) { |
| 228 | |
| 229 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, &target, 1, matrix, __func__); |
| 230 | } |
| 231 | |
| 232 | } // end de-mangler |
| 233 |
no test coverage detected