27#include <caliper/cali.h>
38 template <
class... T>
bool operator()(T &...)
const {
return true; }
42template <
class BondKernel,
class PairKernel,
49 CALI_CXX_MARK_FUNCTION;
54 if (bond_cutoff >= 0.) {
58 if (pair_cutoff > 0.) {
Returns true if the particles are to be considered for short range interactions.
This file contains the defaults for ESPResSo.
void short_range_loop(BondKernel bond_kernel, PairKernel pair_kernel, CellStructure &cell_structure, double pair_cutoff, double bond_cutoff, VerletCriterion const &verlet_criterion={})
Describes a cell structure / cell system.
unsigned get_resort_particles() const
Get the currently scheduled resort level.
void non_bonded_loop(PairKernel pair_kernel)
Non-bonded pair loop.
void bond_loop(BondKernel const &bond_kernel)
Bonded pair loop.