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

Function validate_quregIsStateVector

quest/src/core/validation.cpp:1775–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773}
1774
1775void validate_quregIsStateVector(Qureg qureg, const char* caller) {
1776
1777 assertThat(!qureg.isDensityMatrix, report::QUREG_NOT_STATE_VECTOR, caller);
1778}
1779
1780void validate_quregIsDensityMatrix(Qureg qureg, const char* caller) {
1781

Callers 3

getQuregAmpsFunction · 0.85
getQuregAmpFunction · 0.85
setQuregAmpsFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected