A C++ library for creating efficient and flexible calculations based on tensor networks
C++ Makefile C
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
include
itensor
lib
sample
tutorial
unittest
.gitignore
CMakeLists.txt
FindMKL.cmake
INSTALL.md
LICENSE
Makefile
README.md
cmake_run_script.sh
options.mk.sample

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.