| 1137 | |
| 1138 | |
| 1139 | void accel_statevec_initDebugState_sub(Qureg qureg) { |
| 1140 | |
| 1141 | (qureg.isGpuAccelerated)? |
| 1142 | gpu_statevec_initDebugState_sub(qureg): |
| 1143 | cpu_statevec_initDebugState_sub(qureg); |
| 1144 | } |
| 1145 | |
| 1146 | |
| 1147 | void accel_statevec_initUnnormalisedUniformlyRandomPureStateAmps_sub(Qureg qureg) { |
no test coverage detected