From 7054c5639aa154542b0fedda023770e222bb8ba5 Mon Sep 17 00:00:00 2001 From: SamFerracin Date: Thu, 29 Feb 2024 14:41:35 -0500 Subject: [PATCH] Update mrmustard/lab_dev/wires.py Co-authored-by: Yuan <16817699+sylviemonet@users.noreply.github.com> --- mrmustard/lab_dev/wires.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrmustard/lab_dev/wires.py b/mrmustard/lab_dev/wires.py index 94e84901c..34b0bac69 100644 --- a/mrmustard/lab_dev/wires.py +++ b/mrmustard/lab_dev/wires.py @@ -349,7 +349,7 @@ def __matmul__(self, other: Wires) -> Wires: The output of ``self`` connects to the input of ``other`` wherever they match. All surviving wires are arranged in the standard order. - This function does not add missing adjoints. + This function only performs the contractions given and it does not add missing adjoints. Raises: ValueError: If there are any surviving wires that overlap.