Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ initDebugState
Function
initDebugState
quest/src/api/initialisations.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
void initDebugState(Qureg qureg) {
93
validate_quregFields(qureg, __func__);
94
95
localiser_statevec_initDebugState(qureg);
96
}
97
98
99
void initArbitraryPureState(Qureg qureg, qcomp* amps) {
Callers
7
DYNAMIC_SECTION
Function · 0.85
TEST_ON_CACHED_QUREG_AND_MATRIX
Function · 0.85
DYNAMIC_SECTION
Function · 0.85
SECTION
Function · 0.85
test_calculations.cpp
File · 0.85
test_decoherence.cpp
File · 0.85
test_state_initialisations.cpp
File · 0.85
Calls
2
validate_quregFields
Function · 0.85
localiser_statevec_initDebugState
Function · 0.85
Tested by
no test coverage detected