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

Function getCachedFullStateDiagMatrs

tests/utils/cache.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198matrixCache getCachedFullStateDiagMatrs() {
199
200 // must not be called pre-creation nor post-destruction
201 DEMAND( !matrices.empty() );
202
203 return matrices;
204}
205
206
207/*

Callers 3

operations.cppFile · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected