mod_rll_global_solutions Module

Wrapper for the calculation of the regular solutions


Subroutines

public subroutine rll_global_solutions(rpanbound, rmesh, vll, ull, rll, tllp, ncheb, npan, lmsize, lmsize2, lbessel, nrmax, nvec, jlk_index, hlk, jlk, hlk2, jlk2, gmatprefactor, cmoderll, use_sratrick1, alphaget)

License
Creative Commons License
Category
single-site, KKRhost

W r a p p e r

f o r

t h e

c a l c u l a t i o n

o f

t h e

r e g u l a r

s o l u t i o n s

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=dp) :: rpanbound(0:npan)
real(kind=dp) :: rmesh(nrmax)
complex(kind=dp) :: vll(lmsize*nvec,lmsize*nvec,nrmax)
complex(kind=dp) :: ull(lmsize2,lmsize,nrmax)
complex(kind=dp) :: rll(lmsize2,lmsize,nrmax)
complex(kind=dp) :: tllp(lmsize,lmsize)
integer :: ncheb
integer :: npan
integer :: lmsize
integer :: lmsize2
integer :: lbessel
integer :: nrmax
integer :: nvec
integer :: jlk_index(2*lmsize)
complex(kind=dp) :: hlk(lbessel,nrmax)
complex(kind=dp) :: jlk(lbessel,nrmax)
complex(kind=dp) :: hlk2(lbessel,nrmax)
complex(kind=dp) :: jlk2(lbessel,nrmax)
complex(kind=dp) :: gmatprefactor
character(len=1) :: cmoderll
integer :: use_sratrick1
complex(kind=dp) :: alphaget(lmsize,lmsize)