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

Function applyCompMatr

quest/src/api/operations.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159extern "C" {
160
161void applyCompMatr(Qureg qureg, int* targets, int numTargets, CompMatr matrix) {
162
163 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, nullptr, nullptr, 0, targets, numTargets, matrix, __func__);
164}
165
166void applyControlledCompMatr(Qureg qureg, int control, int* targets, int numTargets, CompMatr matrix) {
167

Callers 1

_applyGateMatrixNFunction · 0.85

Tested by

no test coverage detected