tuomas56 / pauliopt

A Python library to simplify quantum circuits of phase and Pauli gadgets.

Home Page:https://sg495.github.io/pauliopt/pauliopt/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PauliOpt: A Python library to simplify quantum circuits.

Generic badge Checked with Mypy PyPI version shields.io PyPI status Generic badge

PauliOpt is a Python library to simplify quantum circuits composed of phase and Pauli gadgets.

The documentation for this library was generated with pdoc. Jupyter notebooks exemplifying various aspects of the library are available in the notebooks folder.

Please Note: This software library is in a pre-alpha development stage. It is not currently suitable for use by the public.

You can install the library with pip:

pip install pauliopt

If you already have the library installed and would like the latest version, you can also upgrade with pip:

pip install --upgrade pauliopt

Optimization of Circuits of Mixed ZX Phase Gadgets

Step 1. Create a circuit of Z and X phase gadgets.

Step 2. Select the desired qubit topology.

Step 3. Instantiate an optimizer for the desired circuit and topology.

Step 4. Run a few iterations of simulated annealing and look at the simplified circuit.

About

A Python library to simplify quantum circuits of phase and Pauli gadgets.

https://sg495.github.io/pauliopt/pauliopt/index.html

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%Language:Batchfile 0.0%