PROGRESS  master
prg_normalize_mod.F90 File Reference

Go to the source code of this file.

Modules

module  prg_normalize_mod
 The prg_normalize module.
 

Functions/Subroutines

subroutine, public prg_normalize_mod::prg_normalize (h_bml)
 Normalize a Hamiltonian matrix prior to running the SP2 algorithm. More...
 
subroutine, public prg_normalize_mod::prg_normalize_fermi (h_bml, h1, hN, mu)
 Normalize a Hamiltonian matrix prior to running the truncated SP2 algorithm. More...
 
subroutine, public prg_normalize_mod::prg_normalize_implicit_fermi (h_bml, cnst, mu)
 Normalize a Hamiltonian matrix prior to running the implicit fermi dirac algorithm. More...
 
subroutine, public prg_normalize_mod::prg_gershgorinreduction (gp)
 Determine gershgorin bounds across all parts, local and distributed. More...
 
subroutine, public prg_normalize_mod::prg_normalize_cheb (h_bml, mu, emin, emax, alpha, scaledmu)
 Normalize a Hamiltonian matrix prior to running the Chebyshev algorithm. More...
 

Variables

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