| 789 | } |
| 790 | |
| 791 | void 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 | |
| 797 | void assert_utilsGivenStateVec(Qureg qureg) { |
| 798 |
no test coverage detected