| 288 | } |
| 289 | |
| 290 | void assert_localiserGivenStateVec(Qureg qureg) { |
| 291 | |
| 292 | if (qureg.isDensityMatrix) |
| 293 | raiseInternalError("The localiser received a density matrix to a function defined strictly for statevectors."); |
| 294 | } |
| 295 | |
| 296 | void assert_localiserGivenDensMatr(Qureg qureg) { |
| 297 |
no test coverage detected