https://github.com/ITensor/ITensor
Raw File
Tip revision: ea88f512d258ef23b5554950639c5acedf4df1f0 authored by Matt Fishman on 28 August 2023, 19:30:29 UTC
Fix test of arnoldi for multiple eigenvectors
Tip revision: ea88f51
README.md
Homepage: http://itensor.org/

An efficient and flexible C++ library for performing tensor network calculations.

The foundation of the library is the Intelligent Tensor or ITensor.
Contracting ITensors is no harder than multiplying scalars: matching indices
automatically find each other and contract. This makes it easy to transcribe
tensor network diagrams into correct, efficient code.

Installation instructions can be found in the [INSTALL](INSTALL.md) file.

## Citation

If you use ITensors.jl in your work, for now please cite the [arXiv preprint](https://arxiv.org/abs/2007.14822):

```bibtex
@misc{fishman2020itensor,
    title={The \mbox{ITensor} Software Library for Tensor Network Calculations},
    author={Matthew Fishman and Steven R. White and E. Miles Stoudenmire},
    year={2020},
    eprint={2007.14822},
    archivePrefix={arXiv},
    primaryClass={cs.MS}
}
```
back to top