https://github.com/ITensor/ITensor
Raw File
Tip revision: 4e9505f03fe4e49e0d3990b960cffb7f02006de3 authored by mtfishman on 14 November 2019, 22:16:11 UTC
Merge branch 'fasterqns' into undefdensector
Tip revision: 4e9505f
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