| 202 | } |
| 203 | |
| 204 | void 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 | |
| 210 | void assert_commFullStateDiagMatrIsDistributed(FullStateDiagMatr matr) { |
| 211 |
no test coverage detected