Metadata-Version: 2.5
Name: quri-parts-tensornetwork
Version: 0.27.0
Summary: A plugin to use tensornetwork 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: jax<0.5,>=0.4; python_version < '3.14'
Requires-Dist: jaxlib<0.5,>=0.4; python_version < '3.14'
Requires-Dist: quri-parts-circuit
Requires-Dist: quri-parts-core
Requires-Dist: tensorflow<3.0,>=2.0; python_version < '3.14'
Requires-Dist: tensornetwork-ng<0.6.0,>=0.5.1
Provides-Extra: jax
Requires-Dist: jax<0.5,>=0.4; extra == 'jax'
Requires-Dist: jaxlib<0.5,>=0.4; extra == 'jax'
Provides-Extra: tensorflow
Requires-Dist: tensorflow<3.0,>=2.0; extra == 'tensorflow'
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
