Metadata-Version: 2.1
Name: quri-parts-itensor
Version: 0.24.1
Summary: A plugin to use ITensor 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: juliacall (>=0.9.12,<0.10.0)
Requires-Dist: quri-parts-circuit
Requires-Dist: quri-parts-core
Project-URL: Documentation, https://quri-parts.qunasys.com
Project-URL: Repository, https://github.com/QunaSys/quri-sdk
Description-Content-Type: text/markdown

# QURI Parts ITensor

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

This library calls ITensor's Julia library from Python using JuliaCall, so you need to install Julia. To install Julia, see [the official documentation](https://julialang.org/).

## Documentation

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

## Installation

```
pip install quri-parts-itensor
```

## License

Apache License 2.0

