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

Function applyMultiControlledRotateY

quest/src/api/operations.cpp:1070–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070void applyMultiControlledRotateY(Qureg qureg, int* controls, int numControls, int target, qreal angle) {
1071 validate_quregFields(qureg, __func__);
1072 validate_controlsAndTarget(qureg, controls, numControls, target, __func__);
1073
1074 // harmlessly re-validates
1075 applyMultiStateControlledRotateY(qureg, controls, nullptr, numControls, target, angle);
1076}
1077
1078void applyMultiControlledRotateZ(Qureg qureg, int* controls, int numControls, int target, qreal angle) {
1079 validate_quregFields(qureg, __func__);

Callers

nothing calls this directly

Calls 3

validate_quregFieldsFunction · 0.85

Tested by

no test coverage detected