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

Function getRefDensmatr

tests/utils/cache.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return getZeroVector(getPow2(getNumCachedQubits()));
214}
215qmatrix getRefDensmatr() {
216 return getZeroMatrix(getPow2(getNumCachedQubits()));
217}

Callers 5

TEST_ON_CACHED_QUREGSFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls 3

getPow2Function · 0.85
getNumCachedQubitsFunction · 0.85
getZeroMatrixFunction · 0.70

Tested by

no test coverage detected