| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | lcut | ||||
| integer | :: | lcut_input | ||||
| double precision | :: | zatom | ||||
| double precision | :: | meshpoints(:) | ||||
| integer | :: | nr | ||||
| complex(kind=dp) | :: | kinenergy | ||||
| complex(kind=dp), | allocatable | :: | chi1array(:,:) | |||
| complex(kind=dp), | allocatable | :: | chi2array(:,:) | |||
| double precision | :: | theta_array(integrationpoints) | ||||
| double precision | :: | phi_array(integrationpoints) | ||||
| double precision | :: | weight_array(integrationpoints) | ||||
| integer, | allocatable | :: | DcoeffIndexListA(:,:) | |||
| integer, | allocatable | :: | DcoeffIndexListB(:,:) | |||
| complex(kind=dp), | allocatable | :: | DcoeffListA(:) | |||
| complex(kind=dp), | allocatable | :: | DcoeffListB(:) | |||
| double precision | :: | VLLin(:,:,:) | ||||
| complex(kind=dp), | allocatable, dimension(:,:) | :: | PotMatrix |