| 269 | } |
| 270 | |
| 271 | void applyMultiStateControlledDiagMatr2(Qureg qureg, int* controls, int* states, int numControls, int target1, int target2, DiagMatr2 matrix) { |
| 272 | |
| 273 | int targs[] = {target1, target2}; |
| 274 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, targs, 2, matrix, __func__); |
| 275 | } |
| 276 | |
| 277 | } // end de-mangler |
| 278 |
no test coverage detected