![]() |
(git:07c9450)
|
Calculation of dispersion using pair potentials. More...
Functions/Subroutines | |
| subroutine, public | calculate_dispersion_d4_pairpot (qs_env, dispersion_env, evdw, calculate_forces, iw, atomic_energy) |
| ... | |
Calculation of dispersion using pair potentials.
| subroutine, public qs_dispersion_d4::calculate_dispersion_d4_pairpot | ( | type(qs_environment_type), pointer | qs_env, |
| type(qs_dispersion_type), intent(in), pointer | dispersion_env, | ||
| real(kind=dp), intent(inout) | evdw, | ||
| logical, intent(in) | calculate_forces, | ||
| integer, intent(in) | iw, | ||
| real(kind=dp), dimension(:), optional | atomic_energy | ||
| ) |
...
| qs_env | ... |
| dispersion_env | ... |
| evdw | ... |
| calculate_forces | ... |
| iw | ... |
| atomic_energy | ... |
Definition at line 593 of file qs_dispersion_d4.F.