Skip to content

Commit 907ec3a

Browse files
Try to make docstring render correctly (#6283)
* Try to make docstring render correctly Docstring does not render correctly on the website: https://quantumai.google/reference/python/cirq/GeneralizedAmplitudeDampingChannel
1 parent d805d82 commit 907ec3a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cirq-core/cirq/ops/common_channels.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,10 @@ class GeneralizedAmplitudeDampingChannel(raw_types.Gate):
400400
This channel evolves a density matrix via
401401
402402
$$
403-
\rho \rightarrow M_0 \rho M_0^\dagger
404-
+ M_1 \rho M_1^\dagger
405-
+ M_2 \rho M_2^\dagger
406-
+ M_3 \rho M_3^\dagger
403+
\rho \rightarrow \sum_{i=0}^3 M_i \rho M_i^\dagger
407404
$$
408405
409-
With
406+
with
410407
411408
$$
412409
\begin{aligned}

0 commit comments

Comments
 (0)