MCPcopy 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
1135qreal util_getMaxProbOfOneQubitDephasing() {
1136 return 1/2.;
1137}
1138
1139qreal util_getMaxProbOfTwoQubitDephasing() {
1140 return 3/4.;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected