![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Lennard-Jones with shift. More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
| LJ_Parameters ()=default | |
| LJ_Parameters (double epsilon, double sigma, double cutoff, double offset, double min, double shift) | |
| double | get_auto_shift () const |
| double | max_cutoff () const |
| double | min_cutoff () const |
Public Attributes | |
| double | eps = 0.0 |
| double | sig = 0.0 |
| double | cut = inactive_cutoff |
| double | shift = 0.0 |
| double | offset = 0.0 |
| double | min = 0.0 |
Lennard-Jones with shift.
Definition at line 43 of file nonbonded_interaction_data.hpp.
|
default |
|
inline |
Definition at line 53 of file nonbonded_interaction_data.hpp.
|
inline |
Definition at line 60 of file nonbonded_interaction_data.hpp.
Referenced by recalc_maximal_cutoff().
|
inline |
Definition at line 61 of file nonbonded_interaction_data.hpp.
| double LJ_Parameters::cut = inactive_cutoff |
Definition at line 46 of file nonbonded_interaction_data.hpp.
Referenced by get_auto_shift(), ScriptInterface::Interactions::InteractionLJ::InteractionLJ(), and max_cutoff().
| double LJ_Parameters::eps = 0.0 |
Definition at line 44 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJ::InteractionLJ().
| double LJ_Parameters::min = 0.0 |
Definition at line 49 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJ::InteractionLJ(), and min_cutoff().
| double LJ_Parameters::offset = 0.0 |
Definition at line 48 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJ::InteractionLJ(), max_cutoff(), and min_cutoff().
| double LJ_Parameters::shift = 0.0 |
Definition at line 47 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionLJ::InteractionLJ(), and ScriptInterface::Interactions::InteractionLJ::make_new_instance().
| double LJ_Parameters::sig = 0.0 |
Definition at line 45 of file nonbonded_interaction_data.hpp.
Referenced by get_auto_shift(), and ScriptInterface::Interactions::InteractionLJ::InteractionLJ().