Revision 258272b5b72c200d6c9780ddc05538b989b12c10 authored by Miles Stoudenmire on 02 June 2014, 14:42:29 UTC, committed by Miles Stoudenmire on 02 June 2014, 14:43:49 UTC
1 parent 243fe6f
Raw File
README.md
Homepage: http://itensor.org/

A C++ library for creating efficient and flexible tensor product wavefunction 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