Skip to content

Commit

Permalink
Update mrmustard/lab_dev/wires.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yuan <16817699+sylviemonet@users.noreply.github.com>
  • Loading branch information
SamFerracin and sylviemonet authored Feb 29, 2024
1 parent 5deb0cb commit 7054c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmustard/lab_dev/wires.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7054c56

Please sign in to comment.