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

Function gpu_statevec_initUniformState_sub

quest/src/gpu/gpu_subroutines.cpp:1866–1874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1864
1865
1866void gpu_statevec_initUniformState_sub(Qureg qureg, qcomp amp) {
1867#if COMPILE_CUDA || COMPILE_CUQUANTUM
1868
1869 thrust_statevec_initUniformState(qureg, toCuQcomp(amp));
1870
1871#else
1872 error_gpuSimButGpuNotCompiled();
1873#endif
1874}
1875
1876
1877void gpu_statevec_initDebugState_sub(Qureg qureg) {

Callers 1

Calls 1

Tested by

no test coverage detected