Go to the source code of this file.
|
| module | graph_utils |
| | Module containing utils for mapping FESs.
|
| |
|
| real(kind=dp) function, dimension(ndim), public | graph_utils::derivative (fes, pos0, iperd, ndim, ngrid, dp_grid) |
| | computes the derivative of the FES w.r.t CVs
|
| |
| integer function, public | graph_utils::point_pbc (pos, iperd, ngrid, ndim) |
| | Computes the pointer to the 1D array given the n-dimensional position PBC version.
|
| |
| subroutine, public | graph_utils::pbc (pos, iperd, ngrid, ndim) |
| | Computes the pointer to the 1D array given the n-dimensional position PBC version.
|
| |
| integer function, public | graph_utils::point_no_pbc (pos, ngrid, ndim) |
| | Computes the pointer to the 1D array given the n-dimensional position non-PBC version.
|
| |
| subroutine, public | graph_utils::get_val_res (unit, section, keyword, subsection, i_val, r_val) |
| | Parser informations from the cp2k input/restart.
|
| |