| 428 | } |
| 429 | |
| 430 | void assert_mixedQuregIsLocal(Qureg qureg) { |
| 431 | |
| 432 | if (qureg.isDistributed) |
| 433 | raiseInternalError("An internal function invoked by mixQureg() received a distributed Qureg where a non-distributed one was expected."); |
| 434 | } |
| 435 | |
| 436 | void assert_mixedQuregsAreBothOrNeitherDistributed(Qureg a, Qureg b) { |
| 437 |
no test coverage detected