zxlive
A graphical tool for the ZX calculus
File Explorer
Download Latest Version (.zip)- action.yml
- action.yml
- deploy.yml
- lint.yml
- rolling.yml
- test.yml
- bialgebra.gif
- cnot_cancellation_proof_rewrite.gif
- create_alternating_cnots.gif
- custom_rules_path.png
- deletenodes.gif
- drag_bialgebra.gif
- drag_fuse.gif
- drag_pi_copy.gif
- editor_window_toolbar.png
- highlighting_edge.png
- mainwindow.png
- pauliwebs_button.png
- phase_gadget_fusion_rule.png
- proof_window.png
- proof_window_toolbar.png
- rule_editor.png
- rule_from_files_dialog.png
- selecting_multiple_webs.png
- selecting_single_web.png
- settings_pauliwebs.png
- simplify_graph.gif
- simplify_to_swap.gif
- tikzit.sty
- wand_add_identity.gif
- wand_hopf.gif
- wand_remove_identity.gif
- wand_unfuse.gif
- wand_unfuse_phase.gif
- zx.tikzstyles
- zxlive-main-window.png
- adding-rewrites.md
- conf.py
- fault-equivalent-rewrites.md
- gestures-and-rewrites.md
- gettingstarted.md
- index.rst
- make.bat
- Makefile
- pauli-webs.md
- shortcuts-list.md
- tikz_export.md
- __init__.py
- conftest.py
- demo.zxg
- demo.zxp
- demo.zxr
- test_custom_rule_positioning.py
- test_editor_base_panel.py
- test_features.py
- test_graphscene.py
- test_latex_render.py
- test_mainwindow.py
- test_multi_edge.py
- test_proof_step_delegate.py
- test_rewrite_action.py
- test_session_state.py
- test_tikz.py
- test_tikz_import.py
- test_update_checker.py
- test_vitem.py
- folder.svg
- logo.png
- magic-wand.svg
- redo.svg
- tab-close.svg
- tikzit-tool-edge.svg
- tikzit-tool-node.svg
- tikzit-tool-select.svg
- undo.svg
- vertex-snap-to-edge.svg
- boom-boom-boom.wav
- iranian-bus.wav
- ok-im-gonna-start.wav
- thats-a-spider.wav
- thats-just-wire-1.wav
- thats-just-wire-2.wav
- thats-spider-fusion.wav
- they-fall-off.wav
- welcome-everybody.wav
- bialgebra.gif
- bialgebra.png
- change_color_x.gif
- change_color_z.gif
- copy_pi.gif
- copy_pi.png
- decompose_hadamard.gif
- FE_(un)fuse_1.png
- FE_(un)fuse_2n.png
- FE_(un)fuse_4.png
- FE_id_removal.png
- fuse_gadgets.gif
- fuse_hboxes.gif
- fuse_spiders.gif
- fuse_w_nodes.gif
- gadget_fuse.png
- gadget_pivot.gif
- hbox_to_hadamard.gif
- lcomp.png
- local_comp.gif
- multiply_hbox.gif
- pivot.gif
- pivot_gadget.png
- pivot_regular.png
- push_pauli.gif
- push_pauli.png
- remove_id.gif
- z_spider_to_box.gif
- __init__.py
- __main__.py
- animations.py
- app.py
- base_panel.py
- commands.py
- common.py
- construct.py
- custom_rule.py
- dialogs.py
- edit_panel.py
- editor_base_panel.py
- eitem.py
- features.py
- graphscene.py
- graphview.py
- latex_render.py
- mainwindow.py
- pauliwebs_panel.py
- proof.py
- proof_panel.py
- rewrite_action.py
- rewrite_data.py
- rule_panel.py
- settings.py
- settings_dialog.py
- sfx.py
- tikz.py
- tutorial.py
- unfusion_dialog.py
- unfusion_rewrite.py
- update_checker.py
- vitem.py
- .gitignore
- .readthedocs.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- embedded_zxlive_demo.ipynb
- embedded_zxlive_demo.py
- LICENSE
- main.py
- MANIFEST.in
- pyproject.toml
- pysidedeploy.spec
- README.md
- runtests.sh
- ZXLive-file-overview.svg
# Installation Guide
1. Get the code
git clone https://github.com/zxcalc/zxlive
Downloads the entire project code from GitHub to your computer.
cd zxlive
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install .
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make html
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
