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

Function applyMultiControlledT

quest/src/api/operations.cpp:562–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void applyMultiControlledT(Qureg qureg, int* controls, int numControls, int target) {
563 validate_quregFields(qureg, __func__);
564 validate_controlsAndTarget(qureg, controls, numControls, target, __func__);
565
566 // harmlessly re-validates
567 applyMultiStateControlledT(qureg, controls, nullptr, numControls, target);
568}
569
570void applyMultiStateControlledT(Qureg qureg, int* controls, int* states, int numControls, int target) {
571

Callers

nothing calls this directly

Calls 3

validate_quregFieldsFunction · 0.85

Tested by

no test coverage detected