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

Function applyMultiControlledHadamard

quest/src/api/operations.cpp:613–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613void applyMultiControlledHadamard(Qureg qureg, int* controls, int numControls, int target) {
614 validate_quregFields(qureg, __func__);
615 validate_controlsAndTarget(qureg, controls, numControls, target, __func__);
616
617 // harmlessly re-validates
618 applyMultiStateControlledHadamard(qureg, controls, nullptr, numControls, target);
619}
620
621void applyMultiStateControlledHadamard(Qureg qureg, int* controls, int* states, int numControls, int target) {
622

Callers

nothing calls this directly

Calls 3

validate_quregFieldsFunction · 0.85

Tested by

no test coverage detected