|  |  (git:e68414f)
    | 
#include "./base/base_uses.f90"Go to the source code of this file.
| Modules | |
| module | nnp_model | 
| Methods dealing with core routines for artificial neural networks. | |
| Functions/Subroutines | |
| subroutine, public | nnp_model::nnp_write_arc (nnp, para_env, printtag) | 
| Write neural network architecture information. | |
| subroutine, public | nnp_model::nnp_predict (arc, nnp, i_com) | 
| Predict energy by evaluating neural network. | |
| subroutine, public | nnp_model::nnp_gradients (arc, nnp, i_com, denergydsym) | 
| Calculate gradients of neural network. | |