Metadata-Version: 2.1
Name: quri-parts-tensornetwork
Version: 0.24.1
Summary: A plugin to use tensornetwork with QURI Parts
Home-page: https://github.com/QunaSys/quri-sdk
License: Apache-2.0
Keywords: quantum,quantum computing
Author: QURI Parts Authors
Author-email: opensource@qunasys.com
Requires-Python: >=3.9.8,<4.0.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: quri-parts-circuit
Requires-Dist: quri-parts-core
Requires-Dist: tensornetwork-ng (>=0.5.1,<0.6.0)
Project-URL: Documentation, https://quri-parts.qunasys.com
Project-URL: Repository, https://github.com/QunaSys/quri-sdk
Description-Content-Type: text/markdown

# QURI Parts TensorNetwork

QURI Parts TensorNetwork is a support library for using TensorNetwork with QURI Parts.

This library uses the [TensorNetwork-NG](https://github.com/refraction-ray/TensorNetwork-NG) package as a computational backend (based on the original Tensornetwork package by Google which is no longer maintained).

## Documentation

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

## Installation

```
pip install quri-parts-tensornetwork
```

## License

Apache License 2.0

