| 416 | } |
| 417 | |
| 418 | void assert_mixedQuregIsStatevector(Qureg qureg) { |
| 419 | |
| 420 | if (qureg.isDensityMatrix) |
| 421 | raiseInternalError("An internal function invoked by mixQureg() received a density matrix where a statevector was expected."); |
| 422 | } |
| 423 | |
| 424 | void assert_mixedQuregIsDistributed(Qureg qureg) { |
| 425 |
no test coverage detected