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

Function applyT

quest/src/api/operations.cpp:546–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544extern "C" {
545
546void applyT(Qureg qureg, int target) {
547 validate_quregFields(qureg, __func__);
548 validate_target(qureg, target, __func__);
549
550 // harmlessly re-validates
551 applyMultiStateControlledT(qureg, nullptr, nullptr, 0, target);
552}
553
554void applyControlledT(Qureg qureg, int control, int target) {
555 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