From 25ab7080bd4a90f7b91ac35d1a96633351ac4a1a Mon Sep 17 00:00:00 2001 From: Ali Asadi <10773383+maliasadi@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:08:09 -0500 Subject: [PATCH] Update the default cutoff_mode value Co-authored-by: Shuli Shu <31480676+multiphaseCFD@users.noreply.github.com> --- pennylane_lightning/lightning_tensor/_tensornet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_lightning/lightning_tensor/_tensornet.py b/pennylane_lightning/lightning_tensor/_tensornet.py index 66dc70ae4..cdc9e5a12 100644 --- a/pennylane_lightning/lightning_tensor/_tensornet.py +++ b/pennylane_lightning/lightning_tensor/_tensornet.py @@ -146,7 +146,7 @@ class LightningTensorNet: cutoff (float): The threshold used to truncate the singular values of the MPS tensors. Default is 0. cutoff_mode (str): Singular value truncation mode for MPS tensors can be done either by considering the absolute values of the singular values (``"abs"``) or by considering - the relative values of the singular values (``"abs"``). Default is ``"abs"``. + the relative values of the singular values (``"rel"``). Default is ``"abs"``. """ # pylint: disable=too-many-arguments, too-many-positional-arguments