From e97a09d09ec8c3b3814f611538ba916137039200 Mon Sep 17 00:00:00 2001 From: Gabriel Bottrill <78718539+Gabriel-Bottrill@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:08:13 -0700 Subject: [PATCH] Added period to doc. Co-authored-by: Olivia Di Matteo <2068515+glassnotes@users.noreply.github.com> --- pennylane/ops/qutrit/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane/ops/qutrit/channel.py b/pennylane/ops/qutrit/channel.py index e1d9b947235..82f5d9c4407 100644 --- a/pennylane/ops/qutrit/channel.py +++ b/pennylane/ops/qutrit/channel.py @@ -266,7 +266,7 @@ class QutritAmplitudeDamping(Channel): The Kraus operator :math:`K_3` represents the :math:`|2 \rangle \rightarrow |1 \rangle` transition which is more likely on some devices [`2 `_] (Sec II.A). - To maintain normalization :math:`\gamma_2 + \gamma_3 \leq 1` + To maintain normalization :math:`\gamma_2 + \gamma_3 \leq 1`. **Details:**