Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ validate_quregIsDensityMatrix
Function
validate_quregIsDensityMatrix
quest/src/core/validation.cpp:1780–1783 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1778
}
1779
1780
void validate_quregIsDensityMatrix(Qureg qureg, const char* caller) {
1781
1782
assertThat(qureg.isDensityMatrix, report::QUREG_NOT_DENSITY_MATRIX, caller);
1783
}
1784
1785
1786
Callers
15
mixDephasing
Function · 0.85
mixTwoQubitDephasing
Function · 0.85
mixDepolarising
Function · 0.85
mixTwoQubitDepolarising
Function · 0.85
mixDamping
Function · 0.85
mixPaulis
Function · 0.85
mixKrausMap
Function · 0.85
getDensityQuregAmps
Function · 0.85
getDensityQuregAmp
Function · 0.85
applyTrotterizedNoisyTimeEvolution
Function · 0.85
calcPartialTrace
Function · 0.85
calcReducedDensityMatrix
Function · 0.85
Calls
1
assertThat
Function · 0.85
Tested by
no test coverage detected