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

Function getAltCachedStatevecs

tests/utils/cache.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156quregCache getAltCachedStatevecs() {
157
158 // must not be called pre-creation nor post-destruction
159 DEMAND( !statevecs2.empty() );
160
161 return statevecs2;
162}
163quregCache getAltCachedDensmatrs() {
164
165 // must not be called pre-creation nor post-destruction

Callers 2

SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected