Metadata-Version: 2.1
Name: quantpiler
Version: 0.1.7
Summary: Quantum compiler and common circuits library
Home-page: https://github.com/averyanalex/quantpiler
License: Apache-2.0
Keywords: qiskit,quantum
Author: AveryanAlex
Author-email: alex@averyan.ru
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Dist: qiskit (>=0.38.0,<0.39.0)
Project-URL: Documentation, https://quantpiler.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/averyanalex/quantpiler
Description-Content-Type: text/markdown

[![License](https://img.shields.io/github/license/averyanalex/quantpiler.svg)](https://opensource.org/licenses/Apache-2.0)
[![Test](https://github.com/averyanalex/quantpiler/actions/workflows/test.yml/badge.svg)](https://github.com/averyanalex/quantpiler/actions/workflows/test.yml)
[![Version](https://img.shields.io/pypi/v/quantpiler.svg)](https://pypi.org/project/quantpiler/)
[![Docs](https://img.shields.io/readthedocs/quantpiler.svg)](https://quantpiler.readthedocs.io/en/latest/)

# Quantpiler

This library was created to simplify the development of complex quantum algorithms by
auto-generating common circuits and compiling python functions.

Documentation: [https://quantpiler.readthedocs.io/en/latest/index.html](https://quantpiler.readthedocs.io/en/latest/index.html)

Usage examples: [https://quantpiler.readthedocs.io/en/latest/examples/index.html](https://quantpiler.readthedocs.io/en/latest/examples/index.html)

