![]() |
(git:ed6f26b)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Modules | |
module | cg_utils |
Utilities for Geometry optimization using Conjugate Gradients. | |
Functions/Subroutines | |
recursive subroutine, public | cg_utils::cg_linmin (gopt_env, xvec, xi, g, opt_energy, output_unit, gopt_param, globenv) |
Main driver for line minimization routines for CG. | |
subroutine, public | cg_utils::get_conjugate_direction (gopt_env, fletcher_reeves, g, xi, h) |
Computes the Conjugate direction for the next search. | |