| 259 | } |
| 260 | |
| 261 | void error_localiserGivenDistribMatrixAndLocalQureg() { |
| 262 | |
| 263 | raiseInternalError("A localiser function was given a distributed FullStateDiagMatr but a non-distributed Qureg, which are incompatible."); |
| 264 | } |
| 265 | |
| 266 | void error_localiserFailedToAllocTempMemory() { |
| 267 |
no test coverage detected