Metadata-Version: 2.2
Name: acetn
Version: 0.1.0
Summary: GPU-accelerated corner-transfer-matrix renormalization of infinite projected entangled-pair states.
Author-email: Addison Richards <adsrichards0@gmail.com>
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: tqdm
Requires-Dist: toml
Requires-Dist: scipy
Requires-Dist: pytest

# Ace-TN
Library for efficient simulation of infinite projected entangled-pair states (iPEPS) based on the corner-transfer matrix renormalization group (CTMRG) method with GPU acceleration. To install, use
```bash
pip install acetn
```
See the project [documentation](https://ace-tn.github.io/ace-tn/) or examples in the `samples` directory for usage.

Run a script `script.py` in multi-GPU mode using `N` processes with
```
torchrun --nproc_per_node=N script.py
```
