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

Function validate_quregIsDensityMatrix

quest/src/core/validation.cpp:1780–1783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780void validate_quregIsDensityMatrix(Qureg qureg, const char* caller) {
1781
1782 assertThat(qureg.isDensityMatrix, report::QUREG_NOT_DENSITY_MATRIX, caller);
1783}
1784
1785
1786

Callers 15

mixDephasingFunction · 0.85
mixTwoQubitDephasingFunction · 0.85
mixDepolarisingFunction · 0.85
mixTwoQubitDepolarisingFunction · 0.85
mixDampingFunction · 0.85
mixPaulisFunction · 0.85
mixKrausMapFunction · 0.85
getDensityQuregAmpsFunction · 0.85
getDensityQuregAmpFunction · 0.85
calcPartialTraceFunction · 0.85
calcReducedDensityMatrixFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected