|
|
integer | iprint |
| | Printing flag.
|
| |
|
integer | lmax |
| | Max angular momentum of spherical harmonics basis.
|
| |
|
integer | ngrid |
| | Desired number of Lebedev integration points.
|
| |
|
real(wp) | conv |
| | Threshold for iterative solver.
|
| |
|
real(wp) | eta |
| | Regularization parameters.
|
| |
|
integer | nat |
| | Number of spheres/atoms.
|
| |
|
integer | ncav |
| | Number of integration points on cavity's boundary.
|
| |
|
integer | nylm |
| | Number of basis functions, i.e., spherical harmonics.
|
| |
|
logical | grad |
| | Workspaces.
|
| |
|
integer, dimension(:), allocatable | inl |
| |
|
integer, dimension(:), allocatable | nl |
| |
|
real(wp), dimension(:), allocatable | rvdw |
| |
|
real(wp), dimension(:, :), allocatable | xyz |
| |
|
real(wp), dimension(:, :), allocatable | ccav |
| |
|
real(wp), dimension(:), allocatable | w |
| |
|
real(wp), dimension(:, :), allocatable | grid |
| |
|
real(wp), dimension(:, :), allocatable | basis |
| |
|
real(wp), dimension(:), allocatable | fact |
| |
|
real(wp), dimension(:), allocatable | facl |
| |
|
real(wp), dimension(:), allocatable | facs |
| |
|
real(wp), dimension(:, :), allocatable | fi |
| |
|
real(wp), dimension(:, :), allocatable | ui |
| |
|
real(wp), dimension(:, :, :), allocatable | zi |
| |