Giter Site home page Giter Site logo

merapp's Introduction

Preliminaries

Disclaimer and Licensing

MERA++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. MERA++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with MERA++. If not, see http://www.gnu.org/licenses/. The full software license for MERA++ version 1.0.0 can be found in file LICENSE.

Please cite this work

MERA++ is a free and open source multi-scale entanglement renormalization Ansatz (MERA) code for strongly correlated electrons. The full software license for MERA++ version 0. can be found in file LICENSE. You are welcomed to use it and publish data obtained with MERA++. If you do, please cite this work. Explain How To Cite This Work. FIXME. TBW.

Mission Statement

MERA++ is a C++ native application implementing the MERA algorithm for strongly correlated electron models. MERA++ is composed of two parts: a generic engine that can handle multiple dimensions, arities, models, and geometries; and built-in models, MERA builders for different dimensions and arities, and geometries. Features and options are chosen from a user-friendly input file. The implementation aims to be as fast as possible, so that it compiles natively, uses optimized tensor contractions, symmetries, layering or caching acceleration techniques, and parallelization.

Papers used

TBW

Code Signature

TBW

Building and Running MERA++

Required Software

  • GNU C++
  • PsimagLite (see below)

Optional Software

  • make or gmake (only needed to use the Makefile)
  • perl (may be needed to run some auxiliary script)

Quick Start

  1. Use your distribution repository tool to install gcc with support for C++, make, perl, and git if you don't have them.

  2. Issue

    $ cd someDirectory/
    $ git clone https://github.com/g1257/PsimagLite.git
    $ git clone https://github.com/g1257/merapp.git
  1. Compile PsimagLite
    $ cd PsimagLite
    $ git checkout features
    $ git pull origin features
    $ cd lib/
    $ ./configure.pl
    $ make -j something
    $ cd ../../
  1. Now issue
    $ cd merapp
    $ git checkout features
    $ git pull origin features
    $ cd src

Create a file myconfig.psiTag with the following. If NOT using exatn write

dependency exatn = CPPFLAGS += -DNO_EXATN

else write

location exatn = (EXATN=/path/to/your/.exatn)

and then

    $ ./configure.pl -c myconfig.psiTag
    $ make clean
    $ make -j something
  1. You can run it with
    $ ./merapp -n 8 -m 6  -a 2 -d 1  > out8sites
    $ ./meranpp -f out8sites.txt
or run just the evaluator example driver
    $ ./tensorEval
or run from the TestSuite
    ./meranpp -f ../TestSuite/inputs/meraEnviron1.txt
etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.