| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | Lambda1 | ||||
| integer | :: | Lambda2 | ||||
| integer | :: | lcut | ||||
| double precision | :: | meshpoints(:) | ||||
| integer | :: | nr | ||||
| 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) | ||||
| complex(kind=dp), | allocatable | :: | nuL(:,:,:) | |||
| complex(kind=dp), | allocatable | :: | nuR(:,:,:) | |||
| complex(kind=dp), | dimension(4) | :: | vcoeff |