LICENSE
pyproject.toml
readme.md
pyzx/__init__.py
pyzx/__main__.py
pyzx/altextract.py
pyzx/css.py
pyzx/d3.py
pyzx/drawing.py
pyzx/editor.py
pyzx/editor_actions.py
pyzx/extract.py
pyzx/fourier.py
pyzx/ft_rewrite.py
pyzx/ft_simplify.py
pyzx/gadget_extract.py
pyzx/generate.py
pyzx/gflow.py
pyzx/hsimplify.py
pyzx/linalg.py
pyzx/mbqc.py
pyzx/optimize.py
pyzx/parity_network.py
pyzx/pauliweb.py
pyzx/py.typed
pyzx/pyquil_circuit.py
pyzx/quimb.py
pyzx/rank_width.py
pyzx/rewrite.py
pyzx/simplify.py
pyzx/simulate.py
pyzx/symbolic.py
pyzx/tensor.py
pyzx/tikz.py
pyzx/todd.py
pyzx/utils.py
pyzx.egg-info/PKG-INFO
pyzx.egg-info/SOURCES.txt
pyzx.egg-info/dependency_links.txt
pyzx.egg-info/requires.txt
pyzx.egg-info/top_level.txt
pyzx/circuit/__init__.py
pyzx/circuit/emojiparser.py
pyzx/circuit/gates.py
pyzx/circuit/graphparser.py
pyzx/circuit/qasmparser.py
pyzx/circuit/qcparser.py
pyzx/circuit/qsimparser.py
pyzx/circuit/quipperparser.py
pyzx/circuit/sqasm.py
pyzx/graph/__init__.py
pyzx/graph/base.py
pyzx/graph/diff.py
pyzx/graph/graph.py
pyzx/graph/graph_gt.py
pyzx/graph/graph_ig.py
pyzx/graph/graph_s.py
pyzx/graph/jsonparser.py
pyzx/graph/multigraph.py
pyzx/graph/scalar.py
pyzx/js/d3.v5.min.inline.js
pyzx/js/d3.v5.min.js
pyzx/js/require.min.inline.js
pyzx/js/zx_editor_model.js
pyzx/js/zx_editor_widget.js
pyzx/js/zx_viewer.inline.js
pyzx/js/zx_viewer.js
pyzx/js/zx_viewer3d.js
pyzx/local_search/__init__.py
pyzx/local_search/congruences.py
pyzx/local_search/genetic.py
pyzx/local_search/scores.py
pyzx/local_search/simulated_annealing.py
pyzx/rewrite_rules/__init__.py
pyzx/rewrite_rules/add_identity_rule.py
pyzx/rewrite_rules/bialgebra_rule.py
pyzx/rewrite_rules/color_change_rule.py
pyzx/rewrite_rules/copy_rule.py
pyzx/rewrite_rules/euler_rule.py
pyzx/rewrite_rules/fuse_1_FE_rule.py
pyzx/rewrite_rules/fuse_FE_rules.py
pyzx/rewrite_rules/fuse_hboxes_rule.py
pyzx/rewrite_rules/fuse_rule.py
pyzx/rewrite_rules/gadget_phasepoly_rule.py
pyzx/rewrite_rules/had_edge_hbox_rule.py
pyzx/rewrite_rules/hbox_cancel_rule.py
pyzx/rewrite_rules/hbox_not_remove_rule.py
pyzx/rewrite_rules/hopf_rule.py
pyzx/rewrite_rules/hpivot_rule.py
pyzx/rewrite_rules/hrules.py
pyzx/rewrite_rules/lcomp_rule.py
pyzx/rewrite_rules/merge_phase_gadget_rule.py
pyzx/rewrite_rules/par_hbox_rule.py
pyzx/rewrite_rules/pi_commute_rule.py
pyzx/rewrite_rules/pivot_rule.py
pyzx/rewrite_rules/push_pauli_rule.py
pyzx/rewrite_rules/remove_id_rule.py
pyzx/rewrite_rules/rules.py
pyzx/rewrite_rules/self_loops_rule.py
pyzx/rewrite_rules/supplementarity_rule.py
pyzx/rewrite_rules/unfuse_FE_rules.py
pyzx/rewrite_rules/z_to_z_box_rule.py
pyzx/rewrite_rules/zero_hbox_rule.py
pyzx/routing/__init__.py
pyzx/routing/architecture.py
pyzx/routing/cnot_mapper.py
pyzx/routing/machine_learning.py
pyzx/routing/parity_maps.py
pyzx/routing/phase_poly.py
pyzx/routing/steiner.py
pyzx/scripts/__init__.py
pyzx/scripts/circ2circ.py
pyzx/scripts/circ2tikz.py
pyzx/scripts/circuit_router.py
pyzx/scripts/cnot_generator.py
pyzx/scripts/phase_poly_generator.py
pyzx/simulation/__init__.py
pyzx/simulation/common.py
pyzx/simulation/decompositions/__init__.py
pyzx/simulation/decompositions/bss.py
pyzx/simulation/decompositions/cat_3.py
pyzx/simulation/decompositions/cat_4.py
pyzx/simulation/decompositions/cat_5.py
pyzx/simulation/decompositions/cat_6.py
pyzx/simulation/decompositions/cat_n.py
pyzx/simulation/decompositions/cut_edge.py
pyzx/simulation/decompositions/cut_vertex.py
pyzx/simulation/decompositions/cut_wishbone.py
pyzx/simulation/decompositions/magic_2.py
pyzx/simulation/decompositions/magic_5.py
pyzx/simulation/strategies/__init__.py
pyzx/simulation/strategies/bss.py
pyzx/simulation/strategies/cut_random.py
pyzx/web/__init__.py
pyzx/web/compute.py
pyzx/web/firing_assignments.py
pyzx/web/red_green.py
tests/test_add_identity_rule.py
tests/test_bialgebra_rule.py
tests/test_circuit.py
tests/test_cnot_mapper.py
tests/test_extract.py
tests/test_graph.py
tests/test_hbox.py
tests/test_hopf_rule.py
tests/test_init_postselect.py
tests/test_jsonparser.py
tests/test_linalg.py
tests/test_optimize.py
tests/test_pauliweb.py
tests/test_phasepoly.py
tests/test_push_pauli_rule.py
tests/test_qasm.py
tests/test_quimb.py
tests/test_rank_width.py
tests/test_remove_id_rule.py
tests/test_scalar.py
tests/test_scripts.py
tests/test_simplify.py
tests/test_simulate.py
tests/test_substitute.py
tests/test_symbolic_parsing.py
tests/test_tensor.py
tests/test_tikz.py