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

Function gpu_statevec_initDebugState_sub

quest/src/gpu/gpu_subroutines.cpp:1877–1885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875
1876
1877void 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
1888void gpu_statevec_initUnnormalisedUniformlyRandomPureStateAmps_sub(Qureg qureg) {

Callers 1

Calls 1

Tested by

no test coverage detected