diff --git a/zxlive/rewrite_data.py b/zxlive/rewrite_data.py index fcbc811..57b7ac4 100644 --- a/zxlive/rewrite_data.py +++ b/zxlive/rewrite_data.py @@ -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"