MCPcopy 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
1065qreal util_getOneQubitDephasingFactor(qreal prob) {
1066
1067 return 1 - (2 * prob);
1068}
1069
1070qreal util_getTwoQubitDephasingTerm(qreal prob) {
1071

Calls

no outgoing calls

Tested by

no test coverage detected