| 1875 | |
| 1876 | |
| 1877 | void gpu_statevec_initDebugState_sub(Qureg qureg) { |
| 1878 | #if COMPILE_CUDA || COMPILE_CUQUANTUM |
| 1879 | |
| 1880 | thrust_statevec_initDebugState_sub(qureg); |
| 1881 | |
| 1882 | #else |
| 1883 | error_gpuSimButGpuNotCompiled(); |
| 1884 | #endif |
| 1885 | } |
| 1886 | |
| 1887 | |
| 1888 | void gpu_statevec_initUnnormalisedUniformlyRandomPureStateAmps_sub(Qureg qureg) { |
no test coverage detected