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

Function error_utilsGivenGlobalIndexOutsideNode

quest/src/core/errors.cpp:791–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791void error_utilsGivenGlobalIndexOutsideNode() {
792
793 // this error might NOT be thrown by all nodes, causing non-consensus crash. Eh!
794 raiseInternalError("A utility function was asked for the corresponding local index of a global index which did not exist in the calling node.");
795}
796
797void assert_utilsGivenStateVec(Qureg qureg) {
798

Callers 1

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected