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

Function initArbitraryMixedState

quest/src/api/initialisations.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109void initArbitraryMixedState(Qureg qureg, qcomp** amps) {
110 validate_quregFields(qureg, __func__);
111 validate_quregIsDensityMatrix(qureg, __func__);
112
113 localiser_densmatr_initArbitraryMixedState(qureg, amps);
114}
115
116
117void initRandomPureState(Qureg qureg) {

Callers

nothing calls this directly

Tested by

no test coverage detected