Metadata-Version: 2.1
Name: pytket-projectq
Version: 0.6.0
Summary: Extension for pytket, providing translation to and from the ProjectQ framework
Home-page: https://github.com/CQCL/pytket
Author: Luca Mondada
Author-email: luca.mondada@cambridgequantum.com
License: CQC Software Licence
Description: # pytket-projectq
        
        [Pytket](https://cqcl.github.io/pytket) is a Python module for interfacing
        with CQC tket, a set of quantum programming tools.
        
        [ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) is an open-source
        library for quantum circuit compilation and simulation.
        
        `pytket-projectq` is an extension to `pytket` that allows `pytket` circuits to
        be run on ProjectQ simulators, as well as conversion to the ProjectQ
        representation.
        
        ## Getting started
        
        `pytket-projectq` is available for Python 3.6, 3.7 and 3.8, on Linux, MacOS and Windows.
        To install, run:
        
        ```pip install pytket-projectq```
        
        ## LICENCE
        
        Copyright 2019-2021 Cambridge Quantum Computing
        
        You may not use this product except in compliance with the Licence. You may view
        the License [here](https://cqcl.github.io/pytket/build/html/licence.html).
        
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: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
