
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
Spherical bessel, hankel and neumann functions up to order lmax
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | HL(0:LMAX) | ||||
| double complex | :: | JL(0:LMAX) | ||||
| double complex | :: | Z | ||||
| integer | :: | LMAX |
Initialization of the small components of the spherical scattering wavefunctions
| Type | Intent | Optional | 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 |