ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Routines to calculate the short-range part of the bonded Coulomb potential between particle pairs. More...
#include "config/config.hpp"
#include "Particle.hpp"
#include <utils/Vector.hpp>
#include <cmath>
#include <functional>
#include <optional>
Go to the source code of this file.
Classes | |
struct | BondedCoulombSR |
Parameters for Coulomb bond short-range Potential. More... | |
Routines to calculate the short-range part of the bonded Coulomb potential between particle pairs.
Can be used to subtract certain intramolecular interactions in combination with Thole damping.
Definition in file bonded_coulomb_sr.hpp.