Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getRefDensmatr
Function
getRefDensmatr
tests/utils/cache.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
return getZeroVector(getPow2(getNumCachedQubits()));
214
}
215
qmatrix getRefDensmatr() {
216
return getZeroMatrix(getPow2(getNumCachedQubits()));
217
}
Callers
5
TEST_ON_CACHED_QUREGS
Function · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
Calls
3
getPow2
Function · 0.85
getNumCachedQubits
Function · 0.85
getZeroMatrix
Function · 0.70
Tested by
no test coverage detected