![]() |
(git:53a46e8)
|
Contains types used for a Dimer Method calculations. More...
Functions/Subroutines | |
| recursive subroutine, public | cp_eval_at_ts (gopt_env, x, f, gradient, calc_force) |
| Computes the dimer energy/gradients (including the rotation of the dimer) | |
Contains types used for a Dimer Method calculations.
| recursive subroutine, public dimer_methods::cp_eval_at_ts | ( | type(gopt_f_type), pointer | gopt_env, |
| real(kind=dp), dimension(:), pointer | x, | ||
| real(kind=dp), intent(out) | f, | ||
| real(kind=dp), dimension(:), pointer | gradient, | ||
| logical, intent(in) | calc_force | ||
| ) |
Computes the dimer energy/gradients (including the rotation of the dimer)
| gopt_env | ... |
| x | ... |
| f | ... |
| gradient | ... |
| calc_force | ... |
Definition at line 64 of file dimer_methods.F.