File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ class AsymmetricDepolarizingChannel(raw_types.Gate):
37
37
This channel evolves a density matrix via
38
38
39
39
$$
40
- \sum_i p_i Pi \rho Pi
40
+ \sum_i p_i P_i \rho P_i
41
41
$$
42
42
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
44
44
(including identity). The input $\rho$ is the density matrix before the
45
45
depolarization.
46
46
@@ -217,10 +217,10 @@ def asymmetric_depolarize(
217
217
This channel evolves a density matrix via
218
218
219
219
$$
220
- \sum_i p_i Pi \rho Pi
220
+ \sum_i p_i P_i \rho P_i
221
221
$$
222
222
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
224
224
(including identity). The input $\rho$ is the density matrix before the
225
225
depolarization.
226
226
@@ -1079,7 +1079,7 @@ class BitFlipChannel(raw_types.Gate):
1079
1079
This channel evolves a density matrix via:
1080
1080
1081
1081
$$
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
1083
1083
$$
1084
1084
1085
1085
With:
You can’t perform that action at this time.
0 commit comments