sll_global_solutions Subroutine

public subroutine sll_global_solutions(rpanbound, rmesh, vll, sll, ncheb, npan, lmsize, lmsize2, lbessel, nrmax, nvec, jlk_index, hlk, jlk, hlk2, jlk2, gmatprefactor, cmodesll, use_sratrick1)

Uses

Wrapper for the calculation of the irregular solutions for the impurity code KKRimp

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) :: sll(lmsize2,lmsize,nrmax)
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) :: cmodesll
integer :: use_sratrick1