High-level wrapper to obtain the dispersion energy for a DFT-D4 calculation
Wrapper to handle the evaluation of dispersion energy and derivatives
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(structure_type), | intent(in) | :: | mol |
Molecular structure data |
||
class(dispersion_model), | intent(in) | :: | disp |
Dispersion model |
||
class(damping_param), | intent(in) | :: | param |
Damping parameters |
||
type(realspace_cutoff), | intent(in) | :: | cutoff |
Realspace cutoffs |
||
real(kind=wp), | intent(out) | :: | energy |
Dispersion energy |
||
real(kind=wp), | intent(out), | optional, | contiguous | :: | gradient(:,:) |
Dispersion gradient |
real(kind=wp), | intent(out), | optional, | contiguous | :: | sigma(:,:) |
Dispersion virial |
Wrapper to handle the evaluation of pairwise representation of the dispersion energy
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(structure_type), | intent(in) | :: | mol |
Molecular structure data |
||
class(dispersion_model), | intent(in) | :: | disp |
Dispersion model |
||
class(damping_param), | intent(in) | :: | param |
Damping parameters |
||
type(realspace_cutoff), | intent(in) | :: | cutoff |
Realspace cutoffs |
||
real(kind=wp), | intent(out) | :: | energy2(:,:) |
Pairwise representation of additive dispersion energy |
||
real(kind=wp), | intent(out) | :: | energy3(:,:) |
Pairwise representation of non-additive dispersion energy |
Wrapper to handle the evaluation of properties related to this dispersion model
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(structure_type), | intent(in) | :: | mol |
Molecular structure data |
||
class(dispersion_model), | intent(in) | :: | disp |
Dispersion model |
||
type(realspace_cutoff), | intent(in) | :: | cutoff |
Realspace cutoffs |
||
real(kind=wp), | intent(out) | :: | cn(:) |
Coordination number |
||
real(kind=wp), | intent(out) | :: | q(:) |
Atomic partial charges |
||
real(kind=wp), | intent(out) | :: | c6(:,:) |
C6 coefficients |
||
real(kind=wp), | intent(out) | :: | alpha(:) |
Static polarizibilities |