Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ util_getOneQubitDephasingFactor
Function
util_getOneQubitDephasingFactor
quest/src/core/utilities.cpp:1065–1068 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1063
*/
1064
1065
qreal util_getOneQubitDephasingFactor(qreal prob) {
1066
1067
return 1 - (2 * prob);
1068
}
1069
1070
qreal util_getTwoQubitDephasingTerm(qreal prob) {
1071
Callers
4
gpu_densmatr_oneQubitDephasing_subA
Function · 0.85
gpu_densmatr_oneQubitDephasing_subB
Function · 0.85
cpu_densmatr_oneQubitDephasing_subA
Function · 0.85
cpu_densmatr_oneQubitDephasing_subB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected