https://github.com/ITensor/ITensor
Raw File
Tip revision: 11619abc975e281e69cc81ee7da1f8967b603f80 authored by Miles Stoudenmire on 26 April 2016, 00:13:45 UTC
Very minor edit to autovector.h
Tip revision: 11619ab
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