Metadata-Version: 2.5
Name: quri-parts-tket
Version: 0.27.0
Summary: A plugin to use tket with QURI Parts
Project-URL: Repository, https://github.com/QunaSys/quri-sdk
Project-URL: Documentation, https://quri-parts.qunasys.com
Author-email: QURI Parts Authors <opensource@qunasys.com>
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: quantum,quantum computing
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.10
Requires-Dist: numpy>=1.22.0
Requires-Dist: pytket<3.0.0,>=2.0.0
Requires-Dist: quri-parts-circuit
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
