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

Function applyMultiStateControlledCompMatr2

quest/src/api/operations.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void applyMultiStateControlledCompMatr2(Qureg qureg, int* controls, int* states, int numControls, int target1, int target2, CompMatr2 matrix) {
135
136 int targs[] = {target1, target2};
137 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, targs, 2, matrix, __func__);
138}
139
140} // end de-mangler
141

Callers 2

Tested by

no test coverage detected