Revision 0b12e3cae78f2e2dd7843ba743c1756256ab96c8 authored by mtfishman on 28 April 2020, 18:14:41 UTC, committed by GitHub on 28 April 2020, 18:14:41 UTC
2 parent s 3778a56 + 32abd4e
Raw File
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