Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
163
quregCache 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
SECTION
Function · 0.85
SECTION
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected