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

Function getAltCachedDensmatrs

tests/utils/cache.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return statevecs2;
162}
163quregCache getAltCachedDensmatrs() {
164
165 // must not be called pre-creation nor post-destruction
166 DEMAND( !densmatrs2.empty() );
167
168 return densmatrs2;
169}
170
171
172

Callers 2

SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected