Skip to content

Commit

Permalink
docs: Add pypi badges to the readmes (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABorgna authored Oct 31, 2024
1 parent a91f2ea commit 2d03128
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# QuiZX: a quick Rust port of PyZX

[![pypi][]](https://pypi.org/project/quizx/)
[![py-version][]](https://pypi.org/project/quizx/)

[pypi]: https://img.shields.io/pypi/v/quizx
[py-version]: https://img.shields.io/pypi/pyversions/quizx

[PyZX](https://github.com/zxlang/pyzx) is a Python library for quantum circuit optimisation and compiling using the [ZX-calculus](https://zxcalculus.com). It's great for hacking, learning, and trying things out in [Jupyter](https://jupyter.org/) notebooks. However, it's written to maximise clarity and fun, not performance.

This is a port of some of the core functionality of PyZX to the [Rust](https://www.rust-lang.org/) programming language. This is a modern systems programming language, which enables writing software that is very fast and memory efficient.
Expand Down
6 changes: 6 additions & 0 deletions pybindings/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# QuiZX: A quick backend for PyZX

[![pypi][]](https://pypi.org/project/quizx/)
[![py-version][]](https://pypi.org/project/quizx/)

[pypi]: https://img.shields.io/pypi/v/quizx
[py-version]: https://img.shields.io/pypi/pyversions/quizx

[PyZX](https://github.com/zxlang/pyzx) is a Python library for quantum circuit optimisation and compiling using the [ZX-calculus](https://zxcalculus.com). It's great for hacking, learning, and trying things out in [Jupyter](https://jupyter.org/) notebooks. However, it's written to maximise clarity and fun, not performance.

This is a port of some of the core functionality of PyZX to the [Rust](https://www.rust-lang.org/) programming language. This is a modern systems programming language, which enables writing software that is very fast and memory efficient.
Expand Down

0 comments on commit 2d03128

Please sign in to comment.