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

Original development history of DMFT-ED, the direct ancestor of EDIpack-v2 (includes superc and nonsu2 modes)

Notifications You must be signed in to change notification settings

QcmPlab/DMFT-ED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMFT Exact Diagonaization

A solver for the Dynamical Mean-Field Theory based on the Lanczos Exact Diagonalization method.

The code is based on:

The code 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 ed_hm_bethe.f90.

--

COPYRIGHT & LICENSING
Copyright 2012 - (c), Adriano Amaricci.
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-ED, the direct ancestor of EDIpack-v2 (includes superc and nonsu2 modes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9

Languages