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

Function _validateParamsToCreateInlineKrausMap

quest/src/api/channels.cpp:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 }
423
424 void _validateParamsToCreateInlineKrausMap(int numQb, int numOps) {
425
426 const char* caller = "createInlineKrausMap";
427 validate_envIsInit(caller);
428 validate_newKrausMapParams(numQb, numOps, caller);
429 }
430
431 void _validateParamsToCreateInlineSuperOp(int numQb) {
432

Callers 1

_createInlineKrausMapFunction · 0.85

Calls 2

validate_envIsInitFunction · 0.85

Tested by

no test coverage detected