stoqcompiler

Toolset for stochastic approximate quantum compilation.


License
MIT
Install
pip install stoqcompiler==0.2.0

Documentation

Downloads Python package codecov

stoqcompiler: Toolset for stochastic approximate quantum compilation

The stoqcompiler package provides a toolset for stochastic approximate quantum compilation as introduced in arXiv:2205.13074.

Installation

The stoqcompiler package distribution is hosted on PyPI and can be installed via pip:

pip install stoqcompiler

Alternatively, the package and its requirements can be installed by cloning the repository locally:

git clone https://github.com/rmshaffer/stoq-compiler
cd stoq-compiler
pip install -r requirements.txt
pip install -e .

Usage

For examples of using stoqcompiler, see the example notebooks and unit tests.

Citation

If you use or refer to this project in any publication, please cite the corresponding paper:

Ryan Shaffer, Hang Ren, Emiliia Dyrenkova, Christopher G. Yale, Daniel S. Lobser, Ashlyn D. Burch, Matthew N. H. Chow, Melissa C. Revelle, Susan M. Clark, Hartmut Häffner. Efficient verification of continuously-parameterized quantum gates. arXiv:2205.13074 (2022).