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

Function applyMultiControlledCompMatr

quest/src/api/operations.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void 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
176void applyMultiStateControlledCompMatr(Qureg qureg, int* controls, int* states, int numControls, int* targets, int numTargets, CompMatr matrix) {
177

Callers 2

SECTIONFunction · 0.85

Tested by

no test coverage detected