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