| 311 | } |
| 312 | |
| 313 | void applyMultiStateControlledDiagMatr(Qureg qureg, int* controls, int* states, int numControls, int* targets, int numTargets, DiagMatr matrix) { |
| 314 | |
| 315 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, targets, numTargets, matrix, __func__); |
| 316 | } |
| 317 | |
| 318 | } // end de-mangler |
| 319 |
no test coverage detected