GithubHelp home page GithubHelp logo

qcmplab / driver-database Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aamaricci/driver-database

1.0 0.0 1.0 3.29 MB

A database of programs to solve specific problems using one or more QcmPlab libraries

C++ 0.01% Fortran 97.63% Makefile 2.37%

driver-database's Introduction

This is a sparse collection of programs that implement a case-by-case solution to vary of different problems, using libraries available in the QcmPlab Organization.

The programs are divided in different directories, named after the method used: Dmft_ED for Exact Diagonalization based DMFT method, SlaveSpins for the Slave Spins method, Lattice_ED for programs implementing lattice Exact Diagonalization, etc.

Build instructions

  • Install in your system the required the QcmPlab libraries that you need (SciFor,DMFT-tools, etc.)
  • Edit to your needs the upper part of the makefile in the suitable working directory where your code reside.
    This amounts to set variables for:
    • The driver name without .f90 extension, e.g. EXE=ed_bhz_2d
    • The fortran compiler [FC] of choice: ifort, gnu or mpif90 alias are supported.
    • The platform of choice; either gnu or intel, to define compilation options.
    • The target directory for the compiled executable [DIREXE]; remember to add it to the PATH1
  • Open a terminal therein and run $ make: the executable will be built and placed in DIREXE
  • Open in your working directory a terminal and run <driver-name>.
    • A default input file will be dumped therein as used.input<MODELNAME>.<extension>
  • Edit to your needs the input file with your text editor of choice and save it as input<MODELNAME>.<extension>
  • Then you can run again the executable and start crunching numbers!

Footnotes

  1. Append export PATH=<DIREXE>:$PATH to your $HOME/.bashrc file โ†ฉ

driver-database's People

Contributors

aamaricci avatar beddalumia avatar dmftsever avatar giacmazza avatar lcrippa avatar scazzola avatar

Stargazers

 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.