Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

QcmPlab/DMFT-LANC-ED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMFT Lanczos Exact Diagonalization

A Lanczos based solver for the Dynamical Mean-Field Theory.

Note: this code solves the normal case only. (For a generic implemenation which allows for superconductivity (s-wave) or SOC see here: https://github.com/aamaricci/dmft-ed

The software is currently based on:

The structure is as follow:

  • The set of modules compile into a top layer named DMFT_ED.f90
  • The actual implementation of the DMFT equations is case by case performed in a driver program, usually placed in the directory drivers.
  • In the driver code the user must includes the DMFT_ED module and call the necessary procedures to solve the DMFT equations.

An example, solving the Hubbard model on the Bethe lattice, is contained in the file drivers/edn_hm_bethe.f90.

--

COPYRIGHT & LICENSING
Copyright 2012 - (c), Adriano Amaricci, Lorenzo Crippa, Alberto Scazzola, Massimo Capone.
All rights reserved.

The software is provided with no license, as such it is protected by copyright. The software is provided as it is and can be read and copied, in agreement with the Terms of Service of GITHUB. Use of the code is constrained to author agreement.

About

Original development history of DMFT-LANC-ED, the direct ancestor of EDIpack-v1 (introducing the massively parallel algorithm for the normal mode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors