From 52608626eb3e4b326def06296a65d790137b15aa Mon Sep 17 00:00:00 2001 From: eliottrosenberg <61400172+eliottrosenberg@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:13:04 -0400 Subject: [PATCH] Try to make docstring render correctly Docstring does not render correctly on the website: https://quantumai.google/reference/python/cirq/GeneralizedAmplitudeDampingChannel --- cirq-core/cirq/ops/common_channels.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cirq-core/cirq/ops/common_channels.py b/cirq-core/cirq/ops/common_channels.py index 7867b7e6cfa..ce270e8feb2 100644 --- a/cirq-core/cirq/ops/common_channels.py +++ b/cirq-core/cirq/ops/common_channels.py @@ -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}