|
Gromacs
2026.0-dev-20251109-f20ba35
|
#include <cstdio>#include <bitset>#include <memory>#include <vector>#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/classhelpers.h"#include "gromacs/utility/real.h"#include "gromacs/utility/vectypes.h"
Include dependency graph for listed_forces.h:
This graph shows which files directly or indirectly include this file:This file contains declarations of high-level functions used by mdrun to compute energies and forces for listed interactions.
Clients of libgromacs that want to evaluate listed interactions should call functions declared here.
Classes | |
| class | gmx::ArrayRef< typename > |
| STL-like interface to a C array of T (or part of a std container of T). More... | |
| class | gmx::ArrayRefWithPadding< typename > |
| Interface to a C array of T (or part of a std container of T), that includes padding that is suitable for the kinds of SIMD operations GROMACS uses. More... | |
| class | ListedForces |
| Class for calculating listed interactions, uses OpenMP parallelization. More... | |
1.8.5