![]() |
(git:936074a)
|
... More...
Functions/Subroutines | |
| subroutine, public | qs_basis_center_gradient (qs_env) |
| ... | |
| real(kind=dp) function, public | return_basis_center_gradient_norm (qs_env) |
| ... returns the norm of the gradient vector, taking only floating components into account | |
| subroutine, public | qs_update_basis_center_pos (qs_env) |
| move atoms with kind float according to gradient | |
...
| subroutine, public qs_basis_gradient::qs_basis_center_gradient | ( | type(qs_environment_type), pointer | qs_env | ) |
...
| qs_env | ... |
Definition at line 83 of file qs_basis_gradient.F.
| real(kind=dp) function, public qs_basis_gradient::return_basis_center_gradient_norm | ( | type(qs_environment_type), pointer | qs_env | ) |
... returns the norm of the gradient vector, taking only floating components into account
| qs_env | ... |
Definition at line 197 of file qs_basis_gradient.F.
| subroutine, public qs_basis_gradient::qs_update_basis_center_pos | ( | type(qs_environment_type), pointer | qs_env | ) |
move atoms with kind float according to gradient
| qs_env | ... |
Definition at line 232 of file qs_basis_gradient.F.