MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / util_getTwoQubitDephasingTerm

Function util_getTwoQubitDephasingTerm

quest/src/core/utilities.cpp:1070–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070qreal util_getTwoQubitDephasingTerm(qreal prob) {
1071
1072 return - 4 * prob / 3;
1073}
1074
1075util_Scalars util_getOneQubitDepolarisingFactors(qreal prob) {
1076

Calls

no outgoing calls

Tested by

no test coverage detected