(git:58e3e09)
almo_scf_lbfgs_types.F File Reference

Go to the source code of this file.

Modules

module  almo_scf_lbfgs_types
 Limited memory BFGS.
 

Functions/Subroutines

subroutine, public almo_scf_lbfgs_types::lbfgs_seed (history, variable, gradient)
 interface subroutine to store the first variable/gradient pair More...
 
subroutine, public almo_scf_lbfgs_types::lbfgs_get_direction (history, variable, gradient, direction)
 interface subroutine to store a variable/gradient pair and predict direction More...
 
subroutine, public almo_scf_lbfgs_types::lbfgs_create (history, nspins, nstore)
 create history storage for limited memory bfgs More...
 
subroutine, public almo_scf_lbfgs_types::lbfgs_release (history)
 release the bfgs history More...