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

Function assert_commQuregIsDistributed

quest/src/core/errors.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void assert_commQuregIsDistributed(Qureg qureg) {
205
206 if (!qureg.isDistributed)
207 raiseInternalError("A function attempted to invoke communication of a Qureg which was not distributed.");
208}
209
210void assert_commFullStateDiagMatrIsDistributed(FullStateDiagMatr matr) {
211

Callers 6

comm_exchangeSubBuffersFunction · 0.85
comm_asynchSendSubBufferFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected