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

Function applyMultiStateControlledCompMatr

quest/src/api/operations.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void applyMultiStateControlledCompMatr(Qureg qureg, int* controls, int* states, int numControls, int* targets, int numTargets, CompMatr matrix) {
177
178 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, targets, numTargets, matrix, __func__);
179}
180
181} // end de-mangler
182

Callers 1

Tested by

no test coverage detected