Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ _validateParamsToSetSuperOpFromArr
Function
_validateParamsToSetSuperOpFromArr
quest/src/api/channels.cpp:406–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
void _validateParamsToSetSuperOpFromArr(SuperOp op) {
407
validate_superOpFields(op,
"setSuperOp"
);
408
}
409
410
void _validateParamsToSetInlineKrausMap(KrausMap map, int numQb, int numOps) {
411
Callers
1
_setSuperOpFromArr
Function · 0.85
Calls
1
validate_superOpFields
Function · 0.85
Tested by
no test coverage detected