https://github.com/ITensor/ITensor
Raw File
Tip revision: dea79340a5f450ff6fc270c5fe37dc4c725fcb97 authored by Miles Stoudenmire on 13 November 2018, 10:57:27 UTC
Removed empty file svdalgs.h
Tip revision: dea7934
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