![]() |
(git:936074a)
|
Routines for Geometry optimization using BFGS algorithm. More...
Functions/Subroutines | |
| recursive subroutine, public | geoopt_bfgs (force_env, gopt_param, globenv, geo_section, gopt_env, x0) |
| Main driver for BFGS geometry optimizations. | |
Routines for Geometry optimization using BFGS algorithm.
| recursive subroutine, public bfgs_optimizer::geoopt_bfgs | ( | type(force_env_type), pointer | force_env, |
| type(gopt_param_type), pointer | gopt_param, | ||
| type(global_environment_type), pointer | globenv, | ||
| type(section_vals_type), pointer | geo_section, | ||
| type(gopt_f_type), pointer | gopt_env, | ||
| real(kind=dp), dimension(:), pointer | x0 | ||
| ) |
Main driver for BFGS geometry optimizations.
| force_env | ... |
| gopt_param | ... |
| globenv | ... |
| geo_section | ... |
| gopt_env | ... |
| x0 | ... |
Definition at line 137 of file bfgs_optimizer.F.