MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / accel_statevec_initDebugState_sub

Function accel_statevec_initDebugState_sub

quest/src/core/accelerator.cpp:1139–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137
1138
1139void 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
1147void accel_statevec_initUnnormalisedUniformlyRandomPureStateAmps_sub(Qureg qureg) {

Callers 1

Tested by

no test coverage detected