Giter Club home page Giter Club logo

sbrg's Introduction

SBRG

An implementation of the Spectrum Bifurcation Renormalization Group (SBRG) (arXiv:1508.03635) method in Haskell. The SBRG.hs code was used in the following works: arXiv:1604.04283 and arXiv:1611.04058. SBRG2.hs is a new version of the code which uses significantly less memory, supports fermionic Hamiltonians, and allows for turning off spectrum bifurcation for improved performance. Without spectrum bifurcation, the method is similar to RSRG-X, except new Hamiltonian terms are allowed to be generated during the RG.

Runtime and memory usage are linear (with log corrections) in the system size for an MBL system, and at most quadratic for a marginal MBL system.

Another implementation: https://github.com/EverettYou/SBRG

Compiling

Compiling SBRG requires GHC and some Haskell libraries. The simplest way to get set up is to install the Haskell Platform. Then install the dependancies using

$ cabal v2-install --lib  clock hashable ieee754 NumInstances random safe  strict parallel  bitwise

SBRG can then be built from the makefile:

$ make

This creates three executables:

  • SBRG (old version)
  • BSBRG2: simulates bosonic models
  • FSBRG2: simulates fermionic models

sbrg's People

Contributors

kjslag avatar

Stargazers

 avatar liuzc avatar  avatar LI S. H. avatar Hong-Ye Hu avatar Meirinhos avatar Yang Zhang avatar Everett avatar

Watchers

 avatar James Cloos avatar Hong-Ye Hu avatar paper2code - bot avatar

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.