| 169 | } |
| 170 | |
| 171 | void applyMultiControlledCompMatr(Qureg qureg, int* controls, int numControls, int* targets, int numTargets, CompMatr matrix) { |
| 172 | |
| 173 | validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, nullptr, numControls, targets, numTargets, matrix, __func__); |
| 174 | } |
| 175 | |
| 176 | void applyMultiStateControlledCompMatr(Qureg qureg, int* controls, int* states, int numControls, int* targets, int numTargets, CompMatr matrix) { |
| 177 |
no test coverage detected