PROGRESS  master
prg_dos_mod.F90 File Reference

Go to the source code of this file.

Modules

module  prg_dos_mod
 A module to compute the Density of state (DOS) and lDOS.
 

Functions/Subroutines

subroutine, public prg_dos_mod::prg_write_tdos (eigenvals, gamma, npts, emin, emax, filename)
 Writes the total DOS into a file. \( DOS(\epsilon) = \sum_k L(\epsilon - \epsilon_k) \) Where \( \int_{-\infty}^{\infty} DOS(\epsilon) = Nstates \). More...
 
real(dp) function prg_dos_mod::lorentz (energy, eigenvals, loads, Gamma)
 Lorentzian Function. More...
 

Variables

integer, parameter prg_dos_mod::dp = kind(1.0d0)