Skip to content

Commit

Permalink
Merge pull request #115 from mafaldaramoa/mafaldaramoa-gflow-fix
Browse files Browse the repository at this point in the history
Fix gflow
  • Loading branch information
jvdwetering authored Mar 30, 2023
2 parents 0ca8a0f + af1d1e7 commit 70ffb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzx/gflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def gflow(
l[u] = k

if not correct:
if not candidates:
if vertices.difference(processed) == inputs.difference(pattern_inputs):
return l, gflow, k
return None
else:
Expand Down

0 comments on commit 70ffb81

Please sign in to comment.