Revision 6928c721813cde1204e8bf29dfb51a2f44dd9c9e authored by Miles Stoudenmire on 13 November 2015, 17:24:13 UTC, committed by Miles Stoudenmire on 13 November 2015, 17:24:13 UTC
1 parent 4df1f4f
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