https://github.com/neverlocal/paulicirc
A library for the creation of circuits of Pauli gadgets.
https://github.com/neverlocal/paulicirc
quantum-computing
Last synced: 2 months ago
JSON representation
A library for the creation of circuits of Pauli gadgets.
- Host: GitHub
- URL: https://github.com/neverlocal/paulicirc
- Owner: neverlocal
- License: other
- Created: 2025-03-18T12:27:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-06T15:23:52.000Z (9 months ago)
- Last Synced: 2026-01-03T08:27:48.918Z (6 months ago)
- Topics: quantum-computing
- Language: Python
- Homepage:
- Size: 770 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
PauliCirc
=========
.. image:: https://img.shields.io/badge/python-3.10+-green.svg
:target: https://docs.python.org/3.10/
:alt: Python versions
.. image:: https://img.shields.io/pypi/v/paulicirc.svg
:target: https://pypi.python.org/pypi/paulicirc/
:alt: PyPI version
.. image:: https://img.shields.io/pypi/status/paulicirc.svg
:target: https://pypi.python.org/pypi/paulicirc/
:alt: PyPI status
.. image:: http://www.mypy-lang.org/static/mypy_badge.svg
:target: https://github.com/python/mypy
:alt: Checked with Mypy
.. image:: https://readthedocs.org/projects/paulicirc/badge/?version=latest
:target: https://paulicirc.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. contents::
PauliCirc is a library for the vectorized creation and manipulation of quantum circuits consisting of Pauli gadgets.
The library is in alpha stage and active development, so please be mindful that bugs are possible at this stage.
Install
=======
You can install the latest release from `PyPI `_ as follows:
.. code-block:: console
$ pip install --upgrade paulicirc
Usage
=====
For an overview of library features and usage, see https://paulicirc.readthedocs.io/en/latest/getting-started.html
API
===
For the full API documentation, see https://paulicirc.readthedocs.io/
License
=======
`LGPLv3 © NeverLocal. `_