Skip to content

Commit

Permalink
Update the default cutoff_mode value
Browse files Browse the repository at this point in the history
Co-authored-by: Shuli Shu <31480676+multiphaseCFD@users.noreply.github.com>
  • Loading branch information
maliasadi and multiphaseCFD authored Jan 10, 2025
1 parent 1bd1559 commit 25ab708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_lightning/lightning_tensor/_tensornet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25ab708

Please sign in to comment.