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

Function _validateParamsToSetInlineSuperOp

quest/src/api/channels.cpp:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 }
416
417 void _validateParamsToSetInlineSuperOp(SuperOp op, int numQb) {
418
419 const char* caller = "setInlineSuperOp";
420 validate_superOpFields(op, caller);
421 validate_superOpFieldsMatchPassedParams(op, numQb, caller);
422 }
423
424 void _validateParamsToCreateInlineKrausMap(int numQb, int numOps) {
425

Callers 1

_setInlineSuperOpFunction · 0.85

Tested by

no test coverage detected