|
|
logical | grad = .false. |
| | Flag if potential includes potential gradients.
|
| |
|
real(wp), dimension(:, :), allocatable | vat |
| | Atom-resolved charge-dependent potential shift.
|
| |
|
real(wp), dimension(:, :), allocatable | vsh |
| | Shell-resolved charge-dependent potential shift.
|
| |
|
real(wp), dimension(:, :), allocatable | vao |
| | Orbital-resolved charge-dependent potential shift.
|
| |
|
real(wp), dimension(:, :, :), allocatable | vdp |
| | Atom-resolved dipolar potential.
|
| |
|
real(wp), dimension(:, :, :), allocatable | vqp |
| | Atom-resolved quadrupolar potential.
|
| |
|
real(wp), dimension(:, :, :, :), allocatable | dvatdr |
| | Position derivative of atom-resolved charge-dependent potential shift.
|
| |
|
real(wp), dimension(:, :, :, :), allocatable | dvatdl |
| | Lattice vector derivative of atom-resolved charge-dependent potential shift.
|
| |
|
real(wp), dimension(:, :, :, :), allocatable | dvshdr |
| | Position derivative of shell-resolved charge-dependent potential shift.
|
| |
|
real(wp), dimension(:, :, :, :), allocatable | dvshdl |
| | Lattice vector derivative of shell-resolved charge-dependent potential shift.
|
| |
Container for density dependent potential-shifts.