Skip to content

Commit db33aad

Browse files
authored
Fix typos in LaTeX (#5964)
1 parent db86360 commit db33aad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cirq-core/cirq/ops/common_channels.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ class AsymmetricDepolarizingChannel(raw_types.Gate):
3737
This channel evolves a density matrix via
3838
3939
$$
40-
\sum_i p_i Pi \rho Pi
40+
\sum_i p_i P_i \rho P_i
4141
$$
4242
43-
where i varies from 0 to $4^n-1$ and Pi represents n-qubit Pauli operator
43+
where i varies from $0$ to $4^n-1$ and $P_i$ represents n-qubit Pauli operator
4444
(including identity). The input $\rho$ is the density matrix before the
4545
depolarization.
4646
@@ -217,10 +217,10 @@ def asymmetric_depolarize(
217217
This channel evolves a density matrix via
218218
219219
$$
220-
\sum_i p_i Pi \rho Pi
220+
\sum_i p_i P_i \rho P_i
221221
$$
222222
223-
where i varies from 0 to $4^n-1$ and Pi represents n-qubit Pauli operator
223+
where i varies from $0$ to $4^n-1$ and $P_i$ represents n-qubit Pauli operator
224224
(including identity). The input $\rho$ is the density matrix before the
225225
depolarization.
226226
@@ -1079,7 +1079,7 @@ class BitFlipChannel(raw_types.Gate):
10791079
This channel evolves a density matrix via:
10801080
10811081
$$
1082-
\rho \rightarrow M_0 \rho M_0^\dagger + M_1 \rho M_1^\dagger
1082+
\rho \rightarrow M_0 \rho M_0^\dagger + M_1 \rho M_1^\dagger
10831083
$$
10841084
10851085
With:

0 commit comments

Comments
 (0)