A Lanczos based solver for the Cluster Dynamical Mean-Field Theory using the N_up:N_dw
implementation in the normal phase (plus long-range magnetic or charge order).
The code is based on:
The code structure is as follow:
- The set of modules compile into a top layer named
CDMFT_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
CDMFT_ED
,SCIFOR
andDMFT_TOOLS
modules and call the necessary procedures to solve the DMFT equations.
The only two bath types implemented to date are the 'replica' and 'general' ones, in which the bath consists of multiple, noninteracting copies of the original interacting cluster, with different hybridization schemes: a unique ed_set_Hbath
interface: one can directly pass the local hamiltonian of the cluster (going with strict semantics for 'replicas') or a symmetry-informed expansion in the form ([Nineq])x[Nbath]x[Nsym]
-sized array, so to allow each replica to have a different expansion on the same unique basis. No control over the initial guess of the
An example, solving the Hubbard model on the square lattice, is contained in the file
drivers/cdn_hm_2dsquare.f90
.
- Write code for the spin-decoupled case
- Code compiles and runs without errors
- Check exact diagonalization comparing results with known 2x2 plaquette data (without bath)
- Check single-site cluster case against single-site DMFT code
- Check 1d Hubbard chain against literature
- Include complex routines for diagonalization and bath
- Test 2d BHZ model
- Add real-space CDMFT case for finite systems
- Test Kane-Mele model with real-space CDMFT
- Test 3d BHZ model for non spin-coupling choices of cluster
- Rewrite the code for the general spin-coupled case
- Add cluster density matrix (CDM) computation
- Test and benchmark CDM computation
- Build smaller-rank reduced DMs from CDM
- Check local RDM against semi-analytical build (Norb=1)
- Replicate the single-site results in Su, Dai,Tong 2013.
- Replicate the (vanishing T) 2x2 results in C. Walsh et al. 2019.
--
COPYRIGHT & LICENSING
Copyright 2012 - (c) Adriano Amaricci, Lorenzo Crippa, Gabriele Bellomia, Samuele Giuli, 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 authors agreement.