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

Function applyPauliY

quest/src/api/operations.cpp:793–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void applyPauliY(Qureg qureg, int target) {
794 validate_quregFields(qureg, __func__);
795 validate_target(qureg, target, __func__);
796
797 // harmlessly re-validates
798 applyMultiStateControlledPauliY(qureg, nullptr, nullptr, 0, target);
799}
800
801void applyPauliZ(Qureg qureg, int target) {
802 validate_quregFields(qureg, __func__);

Callers

nothing calls this directly

Calls 3

validate_quregFieldsFunction · 0.85
validate_targetFunction · 0.85

Tested by

no test coverage detected