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

Function applyRotateY

quest/src/api/operations.cpp:1022–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022void applyRotateY(Qureg qureg, int target, qreal angle) {
1023 validate_quregFields(qureg, __func__);
1024 validate_target(qureg, target, __func__);
1025
1026 // harmlessly re-validates
1027 applyMultiStateControlledRotateY(qureg, nullptr, nullptr, 0, target, angle);
1028}
1029
1030void applyRotateZ(Qureg qureg, int target, qreal angle) {
1031 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