Skip to content

Commit

Permalink
Make line shorter to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottrosenberg authored Sep 8, 2023
1 parent 5260862 commit 9f005f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/cirq/ops/common_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ 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 \sum_{i=0}^3 M_i \rho M_i^\dagger
$$
with
Expand Down

0 comments on commit 9f005f7

Please sign in to comment.