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

Function getCachedDensmatrs

tests/utils/cache.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 return statevecs1;
147}
148quregCache getCachedDensmatrs() {
149
150 // must not be called pre-creation nor post-destruction
151 DEMAND( !densmatrs1.empty() );
152
153 return densmatrs1;
154}
155
156quregCache getAltCachedStatevecs() {
157

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected