MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / applyMultiStateControlledDiagMatr1

Function applyMultiStateControlledDiagMatr1

quest/src/api/operations.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void 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

Callers 3

applyMultiQubitPhaseFlipFunction · 0.85

Tested by

no test coverage detected