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

Function applyMultiStateControlledCompMatr1

quest/src/api/operations.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void applyMultiStateControlledCompMatr1(Qureg qureg, int* controls, int* states, int numControls, int target, CompMatr1 matrix) {
91
92 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, &target, 1, matrix, __func__);
93}
94
95} // end de-mangler
96

Tested by

no test coverage detected