You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monte Carlo simulations of these gates using a wave function based simulator
@@ -88,7 +88,9 @@ wave function simulator can be used.
88
88
89
89
This channel implements the evolution
90
90
91
-

91
+
$$
92
+
\rho \rightarrow (1-p_x-p_y-p_z) \rho + p_x X \rho X + p_y Y \rho Y + p_z Z \rho Z
93
+
$$
92
94
93
95
Here p<sub>x</sub> is the probability that the X Pauli gate is applied and
94
96
no other gate is applied, and similarly for p<sub>y</sub> and p<sub>z</sub>.
@@ -101,7 +103,7 @@ such that each Pauli gate occurs with probability `p/3`.
101
103
To construct channels, useful helpers are provided `cirq.asymmetric_depolarize`
102
104
and `cirq.depolarize`.
103
105
104
-
Another common case is when only a Pauli X (bit flip) can occur, or
106
+
Another common case is when only a Pauli X (bit flip) can occur, or()
105
107
when only a Pauli Y (phase flip) can occur. These correspond to
106
108
`BitFlipChannel` and `PhaseFlipChannel` with helpers `cirq.bit_flip` and
107
109
`cirq.phase_flip`.
@@ -115,7 +117,15 @@ dissipation of energy to a surrounding environment. Cirq has implementations
115
117
of both of these channels. The generalized amplitude damping channel
0 commit comments