Metadata-Version: 2.1
Name: pytket-qulacs
Version: 0.14.0
Summary: Extension for pytket, providing access to the Qulacs Simulator
Home-page: https://github.com/CQCL/pytket-extensions
Author: Irfan Khan
Author-email: irfan.khan@cambridgequantum.com
License: Apache 2
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.7
Description-Content-Type: text/markdown

# pytket-qulacs

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

[Qulacs](https://github.com/qulacs/qulacs) is an open-source quantum circuit
simulator designed for large, noisy, and parametric circuits with GPU support
for fast execution.

`pytket-qulacs` is an extension to `pytket` that allows `pytket` circuits to be
run on the Qulacs simulator.

## Getting started

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

```pip install pytket-qulacs```


