Calculation of the Gaunt coefficients
Calculation of the Gaunt coefficients
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | lpot |
Maximum l component in potential expansion |
||
| real(kind=dp), | intent(in), | dimension(lassld, 0:lassld, 0:lassld) | :: | yrg |
Spherical harmonics (GAUNT2) |
|
| real(kind=dp), | intent(in), | dimension(lassld) | :: | wg |
Integr. weights for Legendre polynomials |
|
| real(kind=dp), | intent(out), | dimension(nclebd) | :: | cleb |
GAUNT coefficients (GAUNT) |
|
| integer, | intent(out), | dimension(nclebd,3) | :: | icleb |
Pointer array |
|
| integer, | intent(out) | :: | iend |
Number of nonzero gaunt coefficients |
||
| integer, | intent(in) | :: | lassld |
4*lmax |
||
| integer, | intent(in) | :: | nclebd |
(LMAX2+1)2 * (LMAX+1)*2 |