Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3231
void 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
applyControlledPauliStr
Function · 0.85
applyControlledPauliGadget
Function · 0.85
Calls
1
validate_controlsAndPauliStrTargets
Function · 0.85
Tested by
no test coverage detected