Revision 7cd43d773d82d1ff1373045bf544b2c6ea0dfb14 authored by Matthew Fishman on 22 November 2019, 19:58:01 UTC, committed by Matthew Fishman on 22 November 2019, 19:58:01 UTC
1 parent 5ef63a0
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