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

Function applyMultiControlledCompMatr1

quest/src/api/operations.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void applyMultiControlledCompMatr1(Qureg qureg, int* controls, int numControls, int target, CompMatr1 matrix) {
86
87 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, nullptr, numControls, &target, 1, matrix, __func__);
88}
89
90void applyMultiStateControlledCompMatr1(Qureg qureg, int* controls, int* states, int numControls, int target, CompMatr1 matrix) {
91

Callers

nothing calls this directly

Tested by

no test coverage detected