![]() |
(git:b77b4be)
|
Methods dealing with Neural Network potentials. More...
Functions/Subroutines | |
subroutine, public | nnp_init (nnp_env, root_section, para_env, force_env_section, subsys_section, use_motion_section) |
Read and initialize all the information for neural network potentials. | |
subroutine, public | nnp_init_model (nnp_env, printtag) |
Initialize the Neural Network Potential. | |
Methods dealing with Neural Network potentials.
subroutine, public nnp_environment::nnp_init | ( | type(nnp_type), intent(inout), pointer | nnp_env, |
type(section_vals_type), intent(in), pointer | root_section, | ||
type(mp_para_env_type), intent(in), pointer | para_env, | ||
type(section_vals_type), intent(inout), pointer | force_env_section, | ||
type(section_vals_type), intent(inout), pointer | subsys_section, | ||
logical, intent(in) | use_motion_section | ||
) |
Read and initialize all the information for neural network potentials.
nnp_env | ... |
root_section | ... |
para_env | ... |
force_env_section | ... |
subsys_section | ... |
use_motion_section | ... |
Definition at line 90 of file nnp_environment.F.
subroutine, public nnp_environment::nnp_init_model | ( | type(nnp_type), intent(inout), pointer | nnp_env, |
character(len=*), intent(in) | printtag | ||
) |
Initialize the Neural Network Potential.
nnp_env | ... |
printtag | ... |
Definition at line 246 of file nnp_environment.F.