Damping functions.
Represents a damping function.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=20), | public | :: | version | ||||
real(kind=dp), | public | :: | beta | = | 0d0 | ||
real(kind=dp), | public | :: | a | = | MBD_DAMPING_A | ||
real(kind=dp), | public | :: | ts_d | = | TS_DAMPING_D | ||
real(kind=dp), | public | :: | ts_sr | = | 0d0 | ||
real(kind=dp), | public | :: | mayer_scaling | = | 1d0 | ||
real(kind=dp), | public, | allocatable | :: | r_vdw(:) | |||
real(kind=dp), | public, | allocatable | :: | sigma(:) | |||
real(kind=dp), | public, | allocatable | :: | damping_custom(:,:) | |||
real(kind=dp), | public, | allocatable | :: | potential_custom(:,:,:,:) |
procedure, public :: set_params_from_xc => damping_set_params_from_xc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | r(3) | |||
real(kind=dp), | intent(in) | :: | s_vdw | |||
real(kind=dp), | intent(in) | :: | d | |||
type(grad_scalar_t), | intent(out), | optional | :: | df | ||
type(grad_request_t), | intent(in), | optional | :: | grad |