| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=wp), | public, | allocatable | :: | energy | |||
| real(kind=wp), | public, | allocatable | :: | gradient(:,:) | |||
| real(kind=wp), | public, | allocatable | :: | lattice_gradient(:,:) |
type :: dftd_results real(wp), allocatable :: energy real(wp), allocatable :: gradient(:, :) real(wp), allocatable :: lattice_gradient(:, :) end type dftd_results