From b272542ffa6c5a552242ec340814381ff9039405 Mon Sep 17 00:00:00 2001 From: Gabriel Bottrill <78718539+Gabriel-Bottrill@users.noreply.github.com> Date: Fri, 31 May 2024 18:59:24 -0700 Subject: [PATCH] Added comment on requirements for gamma_1 and gamma_2 in docs --- pennylane/ops/qutrit/channel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pennylane/ops/qutrit/channel.py b/pennylane/ops/qutrit/channel.py index dd789552e51..e1d9b947235 100644 --- a/pennylane/ops/qutrit/channel.py +++ b/pennylane/ops/qutrit/channel.py @@ -266,6 +266,8 @@ 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` + **Details:**