ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Thole potential. More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
Thole_Parameters ()=default | |
Thole_Parameters (double scaling_coeff, double q1q2) | |
Public Attributes | |
double | scaling_coeff = 0. |
double | q1q2 = 0. |
Thole potential.
Definition at line 250 of file nonbonded_interaction_data.hpp.
|
default |
|
inline |
Definition at line 254 of file nonbonded_interaction_data.hpp.
double Thole_Parameters::q1q2 = 0. |
Definition at line 252 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionThole::InteractionThole(), thole_pair_energy(), and thole_pair_force().
double Thole_Parameters::scaling_coeff = 0. |
Definition at line 251 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionThole::InteractionThole(), recalc_maximal_cutoff(), thole_pair_energy(), and thole_pair_force().