(git:6d276e9)
Loading...
Searching...
No Matches
gopt_f_methods.F File Reference

Go to the source code of this file.

Modules

module  gopt_f_methods
 contains a functional that calculates the energy and its derivatives for the geometry optimizer
 

Functions/Subroutines

subroutine, public gopt_f_methods::gopt_f_create_x0 (gopt_env, x0)
 returns the value of the parameters for the actual configuration
 
subroutine, public gopt_f_methods::cp_eval_at (gopt_env, x, f, gradient, master, final_evaluation, para_env)
 evaluete the potential energy and its gradients using an array with same dimension as the particle_set
 
subroutine, public gopt_f_methods::gopt_f_ii (its, output_unit)
 Prints iteration step of the optimization procedure on screen.
 
subroutine, public gopt_f_methods::gopt_f_io_init (gopt_env, output_unit, opt_energy, wildcard, its, used_time)
 Handles the Output during an optimization run.
 
subroutine, public gopt_f_methods::gopt_f_io (gopt_env, force_env, root_section, its, opt_energy, output_unit, eold, emin, wildcard, gopt_param, ndf, dx, xi, conv, pred, rat, step, rad, used_time)
 Handles the Output during an optimization run.
 
recursive subroutine, public gopt_f_methods::gopt_f_io_finalize (gopt_env, force_env, x0, conv, its, root_section, para_env, master, output_unit)
 Handles the Output at the end of an optimization run.
 
subroutine, public gopt_f_methods::print_geo_opt_header (gopt_env, output_unit, label)
 ...
 
subroutine, public gopt_f_methods::print_geo_opt_nc (gopt_env, output_unit)
 ...
 
subroutine, public gopt_f_methods::apply_cell_change (gopt_env, cell, x, update_forces)
 Apply coordinate transformations after cell (shape) change.