Project Mission
DMRG++ is a free and open source implementation of the
DMRG algorithm.
It emphasizes generic programming using C++ templates,
friendly user-interface, and as few software dependencies as possible.
DMRG++ tries to make writing new models and geometries easy,
fast and bug-free by using a generic DMRG engine.
Quick Start
$ cd someDirectory/ $ git clone https://github.com/g1257/PsimagLite.git $ git clone https://github.com/g1257/dmrgpp.git $ cd dmrgpp/src $ perl configure.pl (answer questions with all defaults) $ make $ ./dmrg ../TestSuite/inputs/input0.inp $ grep Energy data0.txt
Website News
18 Wednesday, May 18, 2001 Open positions available7 Thursday, April 7, 2011 Website for DMRG++ has been redone using CSS.