https://github.com/ITensor/ITensor
Raw File
Tip revision: f37b859d0111e8a555ab0be1b388488aef60671b authored by Dylan Simon on 12 February 2020, 04:39:22 UTC
jenkins: fix osx -fconcepts removal in single sed
Tip revision: f37b859
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.
back to top