Skip to content

Commit

Permalink
Merge branch 'circ-comp' of https://github.com/XanaduAI/MrMustard int…
Browse files Browse the repository at this point in the history
…o circ-comp
  • Loading branch information
SamFerracin committed Feb 29, 2024
2 parents 803cdaf + 7054c56 commit 4bff7ab
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 4bff7ab

Please sign in to comment.