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

Function applyCompMatr1

quest/src/api/operations.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73extern "C" {
74
75void applyCompMatr1(Qureg qureg, int target, CompMatr1 matrix) {
76
77 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, nullptr, nullptr, 0, &target, 1, matrix, __func__);
78}
79
80void applyControlledCompMatr1(Qureg qureg, int control, int target, CompMatr1 matrix) {
81

Callers 1

SECTIONFunction · 0.85

Tested by

no test coverage detected