![]() |
(git:b2e41f9)
|
Methods dealing with Neural Network interaction potential. More...
Functions/Subroutines | |
| subroutine, public | helium_init_nnp (helium, nnp, input) |
| Read and initialize all the information for neural network potentials. | |
| subroutine, public | helium_nnp_print (nnp, print_section, ind_he) |
| Print properties according to the requests in input file. | |
Methods dealing with Neural Network interaction potential.
| subroutine, public helium_nnp::helium_init_nnp | ( | type(helium_solvent_type), intent(inout) | helium, |
| type(nnp_type), pointer | nnp, | ||
| type(section_vals_type), pointer | input | ||
| ) |
Read and initialize all the information for neural network potentials.
| helium | ... |
| nnp | ... |
| input | ... |
Definition at line 67 of file helium_nnp.F.
| subroutine, public helium_nnp::helium_nnp_print | ( | type(nnp_type), intent(inout) | nnp, |
| type(section_vals_type), intent(in), pointer | print_section, | ||
| integer, intent(in) | ind_he | ||
| ) |
Print properties according to the requests in input file.
| nnp | ... |
| print_section | ... |
| ind_he | ... |
Definition at line 167 of file helium_nnp.F.