Metadata-Version: 2.1
Name: pytket-pyquil
Version: 0.20.0
Summary: Extension for pytket, providing translation to and from the pyQuil framework
Home-page: https://github.com/CQCL/pytket-extensions
Author: Will Simmons
Author-email: will.simmons@cambridgequantum.com
License: Apache 2
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pytket-pyquil

[Pytket](https://cqcl.github.io/pytket) is a Python module for interfacing
with CQC tket, a set of quantum programming tools.

Rigetti's [pyQuil](http://rigetti.com/forest) is a library for generating
programs in the Quil language and running them on the Forest platform.

`pytket-pyquil` is an extension to `pytket` that allows `pytket` circuits to be
run on Rigetti backends and simulators, as well as conversion to and from pyQuil
representations.

## Getting started

`pytket-pyquil` is available for Python 3.8, 3.9 and 3.10, on Linux, MacOS and
Windows. To install, run:

```pip install pytket-pyquil```


