https://github.com/ITensor/ITensor
Raw File
Tip revision: 96ddabab5c06c1d8d2794362b6572e1a9e3d20cb authored by Matthew Fishman on 20 November 2018, 22:28:48 UTC
Add findIndex, findIndexExact methods
Tip revision: 96ddaba
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 file.
back to top