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. |
(What's the DMRG?) |
git clone https://github.com/g1257/dmrgpp.gitand you'll get the git repo.
********************************************************* DISCLAIMER THE SOFTWARE IS SUPPLIED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER, CONTRIBUTORS, UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF ENERGY, NOR THE COPYRIGHT OWNER, NOR ANY OF THEIR EMPLOYEES, REPRESENTS THAT THE USE OF ANY INFORMATION, DATA, APPARATUS, PRODUCT, OR PROCESS DISCLOSED WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS. *********************************************************
I've been doing heavy development of DMRG++ to add new features, and improve performance. At this stage it seems that it's possible to give a tentative schedule, as follows: | |
Date | Item |
---|---|
Jan. 11, 2010 | |
| DMRG++ v2.0 Manual will be posted |
April, 2010 | |
Feedback about DMRG++ can be sent directly to me at gz1 at ornl. gov or leave an issue at [github.com]. |
If you are interested in using DMRG++ for a particular case study (tight-binding model for a specific material), you might consider submitting an application for a user proposal through the CNMS, during their call window. There are calls throughout the year, see cnms.ornl.gov for more information. |
The same is true if you or your group at your University or National Laboratory has a strong interest in the technicalities of the DMRG algorithm (or related algorithms), and you like the approach taken by DMRG++. |
Thanks for your interest in DMRG++! |