Metadata-Version: 2.1
Name: variPEPS
Version: 0.5.3
Summary: Versatile tensor network library for variational ground state simulations in two spatial dimensions
License: GPL-3.0 or later
Author: Jan Naumann
Author-email: j.naumann@fu-berlin.de
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: h5py (>=3.6.0)
Requires-Dist: jax[cpu] (>=0.3.16)
Requires-Dist: numpy (>=1.21.2)
Requires-Dist: poethepoet (>=0.10.0)
Requires-Dist: scipy (>=1.7.1)
Requires-Dist: tensornetwork (>=0.4.5)
Requires-Dist: tqdm-loggable (>=0.1.3,<0.2.0)
Requires-Dist: tqdm[notebook] (>=4.64.1)
Description-Content-Type: text/markdown

variPEPS -- Versatile tensor network library for variational ground state simulations in two spatial dimensions.
================================================================================================================

[![DOI](https://zenodo.org/badge/773767511.svg)](https://zenodo.org/doi/10.5281/zenodo.10852390)
[![Documentation Status](https://readthedocs.org/projects/varipeps/badge/?version=latest)](https://varipeps.readthedocs.io/en/stable/?badge=latest)

Install dependencies
--------------------

The dependencies in this project are managed by poetry. Please see the [upstream
documentation](http://python-poetry.org/docs/) how to use it.

To install dependencies you can just run:
```bash
$ poetry install
```
or if you do not need the development packages:
```bash
$ poetry install --no-dev
```

Usage
-----

To play around with the files provides you can use `ipython` which is executed
by `$ poetry run ipython`. Then you can just use the normal `import`/`from
... import` syntax to load the provided classes and functions.

