| 611 | } |
| 612 | |
| 613 | void error_gpuCopyButQuregNotGpuAccelerated() { |
| 614 | |
| 615 | raiseInternalError("A function attempted to access GPU memory of a Qureg which is not GPU accelerated."); |
| 616 | } |
| 617 | |
| 618 | void error_gpuCopyButMatrixNotGpuAccelerated() { |
| 619 |
no test coverage detected