Skip to content

Commit

Permalink
Try to make docstring render correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottrosenberg committed Sep 8, 2023
1 parent 6fae409 commit 5260862
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cirq-core/cirq/ops/common_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,10 @@ class GeneralizedAmplitudeDampingChannel(raw_types.Gate):
This channel evolves a density matrix via
$$
\rho \rightarrow M_0 \rho M_0^\dagger
+ M_1 \rho M_1^\dagger
+ M_2 \rho M_2^\dagger
+ M_3 \rho M_3^\dagger
\rho \rightarrow M_0 \rho M_0^\dagger + M_1 \rho M_1^\dagger + M_2 \rho M_2^\dagger + M_3 \rho M_3^\dagger
$$
With
with
$$
\begin{aligned}
Expand Down

0 comments on commit 5260862

Please sign in to comment.