Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ util_getMaxProbOfOneQubitDephasing
Function
util_getMaxProbOfOneQubitDephasing
quest/src/core/utilities.cpp:1135–1137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1133
}
1134
1135
qreal util_getMaxProbOfOneQubitDephasing() {
1136
return 1/2.;
1137
}
1138
1139
qreal util_getMaxProbOfTwoQubitDephasing() {
1140
return 3/4.;
Callers
1
validate_oneQubitDepashingProb
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected