SrVO3 With Quantum EspressoΒΆ
Source directory: examples/SrVO3_qe
This example uses Quantum Espresso input files for SrVO3 with a V d plus O p Wannier subspace.
Included files:
input.tomlpara_com.datSrVO3.scf.inSrVO3.nscf.inSrVO3.pw2wannier90.in
Files you must provide or edit:
Quantum Espresso pseudopotentials referenced by
pseudo_dirandATOMIC_SPECIES.pseudo_dir,outdir, and other site-specific QE paths in the.infiles.path_binininput.toml.para_com.datfor your MPI launcher.QE executables and Wannier90 executables in your environment or DMFTwDFT
bindirectory.
Key settings in input.toml:
Niter = 1, so this is a non-charge-self-consistent DMFT run.Nit = 30, a longer DMFT loop than the short VASP/SIESTA SrVO3 examples.n_tot = 19, for the SrVO3 Vdand OpWannier subspace.cor_at = [["V1"]], with Vdorbitals treated as correlated.ewin = [-8, 6], relative to the DFT Fermi level.Optional
num_bands_winandexclude_bandsare present as commented examples.
Run from a copied and edited example directory:
DMFT.py -dft qe -structurename SrVO3 -dmft
DMFTwDFT uses the SrVO3 seed to identify QE and Wannier90 files such as SrVO3.scf.in, SrVO3.nscf.in, and SrVO3.pw2wannier90.in.