Skip to content

Commit

Permalink
clarification in docstring of boundary pivot
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Jun 18, 2024
1 parent a11c8f8 commit cf4491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzx/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def match_pivot_boundary(
num:int=-1) -> List[MatchPivotType[VT]]:
"""Like :func:`match_pivot_parallel`, but except for pairings of
Pauli vertices, it looks for a pair of an interior Pauli vertex and a
boundary non-Pauli vertex in order to gadgetize the non-Pauli vertex."""
boundary non-Pauli Clifford vertex in order to gadgetize the non-Pauli vertex."""
if matchf is not None: candidates = set([v for v in g.vertices() if matchf(v)])
else: candidates = g.vertex_set()
types = g.types()
Expand Down

0 comments on commit cf4491e

Please sign in to comment.