MOD_BESSEL1 Module

This version is used by the routine that constructs the transformations for shifted positions


Subroutines

public subroutine BESSEL1(BJ, Y, H, ARG, LMX, LMAX, LJ, LY, LH, LCALL)

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
complex(kind=16) :: BJ(LMX+1)
complex(kind=16) :: Y(LMX+1)
complex(kind=16) :: H(LMX+1)
complex(kind=16) :: ARG
integer :: LMX
integer :: LMAX
logical :: LJ
logical :: LY
logical :: LH
logical :: LCALL