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

Function validate_controlAndPauliStrTargets

quest/src/core/validation.cpp:3231–3234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3229}
3230
3231void validate_controlAndPauliStrTargets(Qureg qureg, int ctrl, PauliStr str, const char* caller) {
3232
3233 validate_controlsAndPauliStrTargets(qureg, &ctrl, 1, str, caller);
3234}
3235
3236
3237

Callers 2

applyControlledPauliStrFunction · 0.85

Tested by

no test coverage detected