![]() |
(git:b77b4be)
|
Typo for Nudged Elastic Band Calculation. More...
Data Types | |
type | neb_type |
type | neb_var_type |
Functions/Subroutines | |
subroutine, public | neb_var_create (neb_var, neb_env, full_allocation) |
Creates a variable type for BAND calculation. | |
subroutine, public | neb_var_release (neb_var) |
Releases a variable type for BAND calculation. | |
Typo for Nudged Elastic Band Calculation.
subroutine, public neb_types::neb_var_create | ( | type(neb_var_type), pointer | neb_var, |
type(neb_type), pointer | neb_env, | ||
logical, intent(in), optional | full_allocation | ||
) |
Creates a variable type for BAND calculation.
neb_var | ... |
neb_env | ... |
full_allocation | ... |
Definition at line 83 of file neb_types.F.
subroutine, public neb_types::neb_var_release | ( | type(neb_var_type), pointer | neb_var | ) |
Releases a variable type for BAND calculation.
neb_var | ... |
Definition at line 126 of file neb_types.F.