Skip to content

Commit

Permalink
enable inverse bialgebra added in pyzx zxcalc/pyzx#261
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinShaikh committed Aug 2, 2024
1 parent ce51805 commit f1f15a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zxlive/rewrite_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def ocm_rule(_graph: GraphT, _matches: list) -> pyzx.rules.RewriteOutputType[VT,
},
}

rules_basic = {"spider", "to_z", "to_x", "rem_id", "copy", "pauli", "bialgebra", "euler"}
rules_basic = {"spider", "to_z", "to_x", "rem_id", "copy", "pauli", "bialgebra", "bialgebra_op", "euler"}
operations["pauli"]["picture"] = "push_pauli.png"
operations["copy"]["picture"] = "copy_pi.png"
operations["bialgebra"]["picture"] = "bialgebra.png"
Expand Down

0 comments on commit f1f15a6

Please sign in to comment.