Metadata-Version: 2.1
Name: pytket-pyquil
Version: 0.4
Summary: Extension for pytket, providing translation to and from the pyQuil framework
Home-page: https://github.com/CQCL/pytket
Author: Will Simmons
Author-email: will.simmons@cambridgequantum.com
License: CQC Non-Commercial Use Software Licence
Description: # pytket-pyquil
        
        [`pytket`](https://cqcl.github.io/pytket) is a Python module for interfacing
        with CQC t|ket>, 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.6, 3.7 and 3.8, on Linux and MacOS. To
        install, run:
        
        ```pip install pytket_pyquil```
        
        ## LICENCE
        
        Copyright 2019-2020 Cambridge Quantum Computing
        
        Licensed under a Non-Commercial Use Software Licence (the "Licence"); you may
        not use this product except in compliance with the Licence. You may obtain a
        copy of the Licence in the LICENCE file accompanying these documents or view
        them [here](https://cqcl.github.io/pytket/build/html/licence.html).
        
        Unless required by applicable law or agreed to in writing, software distributed
        under the Licence is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
        CONDITIONS OF ANY KIND, either express or implied. See the Licence for the
        specific language governing permissions and limitations under the Licence, but
        note it is strictly for non-commercial use.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
