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

Function getCachedStatevecs

tests/utils/cache.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141quregCache getCachedStatevecs() {
142
143 // must not be called pre-creation nor post-destruction
144 DEMAND( !statevecs1.empty() );
145
146 return statevecs1;
147}
148quregCache getCachedDensmatrs() {
149
150 // must not be called pre-creation nor post-destruction

Callers 5

testRunStartingMethod · 0.85
testOperationValidationFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected