MOD_BESHANK Module

This version is used for the source terms of the single-site solver It also initializes the small components of the SRA spherical scattering wavefunctions


Subroutines

public subroutine BESHANK(HL, JL, Z, LMAX)

Author
R. Zeller
License
Creative Commons License
Category
special-functions, single-site, KKRimp

Spherical bessel, hankel and neumann functions up to order lmax

Read more…

Arguments

Type IntentOptional Attributes Name
double complex :: HL(0:LMAX)
double complex :: JL(0:LMAX)
double complex :: Z
integer :: LMAX

public subroutine BESHANK_SMALLCOMP(HL, JL, ZVAL, TAU, ERYD, LMAX)

Author
R. Zeller
License
Creative Commons License
Category
special-functions, single-site, KKRimp

Initialization of the small components of the spherical scattering wavefunctions

Read more…

Arguments

Type IntentOptional Attributes Name
double complex :: HL(0:2*(LMAX+1)-1)
double complex :: JL(0:2*(LMAX+1)-1)
double complex :: ZVAL
double precision :: TAU
double complex :: ERYD
integer :: LMAX