MCPcopy 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
92void initDebugState(Qureg qureg) {
93 validate_quregFields(qureg, __func__);
94
95 localiser_statevec_initDebugState(qureg);
96}
97
98
99void initArbitraryPureState(Qureg qureg, qcomp* amps) {

Callers 7

DYNAMIC_SECTIONFunction · 0.85
DYNAMIC_SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls 2

validate_quregFieldsFunction · 0.85

Tested by

no test coverage detected