Metadata-Version: 2.1
Name: quri-parts-tket
Version: 0.20.4
Summary: A plugin to use tket with QURI Parts
Home-page: https://github.com/QunaSys/quri-parts
License: Apache-2.0
Keywords: quantum,quantum computing
Author: QURI Parts Authors
Author-email: opensource@qunasys.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: pytket (>=1.0.0,<2.0.0)
Requires-Dist: quri-parts-circuit
Project-URL: Documentation, https://quri-parts.qunasys.com
Project-URL: Repository, https://github.com/QunaSys/quri-parts
Description-Content-Type: text/markdown

# QURI Parts tket

QURI Parts tket is a support library for using tket with QURI Parts.
You can combine your code written in QURI Parts with this library to execute it on tket.

## Documentation

[QURI Parts Documentation](https://quri-parts.qunasys.com)

## Installation

```
pip install quri-parts-tket
```

## License

Apache License 2.0

