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

Function assert_mixedQuregIsDistributed

quest/src/core/errors.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void assert_mixedQuregIsDistributed(Qureg qureg) {
425
426 if (!qureg.isDistributed)
427 raiseInternalError("An internal function invoked by mixQureg() received a non-distributed Qureg where a distributed one was expected.");
428}
429
430void assert_mixedQuregIsLocal(Qureg qureg) {
431

Callers 2

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected