Coder Social home page Coder Social logo

bineet-dash / hubbard-model-mean-field Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 48 KB

Path integral based Auxiliary field Monte-Carlo results for Fermionic Hubbard model using HF decoupling

C++ 100.00%
cplusplus-11 mean-field-theory hubbard-model monte-carlo simulated-annealing path-integral-monte-carlo

hubbard-model-mean-field's Introduction

MC Sampling for Half-filling Hubbard Model.

This is a C++ implementation of Monte-Carlo sampling for SPA Hamiltonian of a Half-filling Hubbard Model. The project uses Eigen Library for Matrix Manipulation.

System Requirements:

  1. C++ (g++ -std=c++14)
  2. Eigen Library
  3. Lapack Library (llapack, llapacke)

Installation Instruction for Eigen

Please download Eigen tarball from http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2 . Follow the instruction manual regarding installation of Eigen. (Linux and Mac OS X users: download and extract the tar ball, then create a symlink in /usr/local/include to the "Eigen" folder.)

Install Lapack library, if not already installed. Most Linux distributions have made Lapack available their official repositories. You can follow this guide for installation in Windows. (Ubuntu users can install with apt-get: sudo apt-get install liblapack-dev liblapack3 liblapacke liblapacke-dev)

To build the program compile using "g++ -std=c++14 corresponding source file -llapack -llapacke".

hubbard-model-mean-field's People

Contributors

bineet-dash avatar

Watchers

 avatar  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.