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

Function applyMultiStateControlledDiagMatr

quest/src/api/operations.cpp:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void applyMultiStateControlledDiagMatr(Qureg qureg, int* controls, int* states, int numControls, int* targets, int numTargets, DiagMatr matrix) {
314
315 validateAndApplyAnyCtrlAnyTargUnitaryMatrix(qureg, controls, states, numControls, targets, numTargets, matrix, __func__);
316}
317
318} // end de-mangler
319

Callers 1

Tested by

no test coverage detected