![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Morse potential. More...
#include <nonbonded_interaction_data.hpp>
Public Member Functions | |
| Morse_Parameters ()=default | |
| Morse_Parameters (double eps, double alpha, double rmin, double cutoff) | |
| double | max_cutoff () const |
Public Attributes | |
| double | eps = 0. |
| double | alpha = inactive_cutoff |
| double | rmin = inactive_cutoff |
| double | cut = inactive_cutoff |
| double | rest = inactive_cutoff |
Morse potential.
Definition at line 153 of file nonbonded_interaction_data.hpp.
|
default |
|
inline |
Definition at line 161 of file nonbonded_interaction_data.hpp.
References cut.
Referenced by recalc_maximal_cutoff().
| double Morse_Parameters::alpha = inactive_cutoff |
Definition at line 155 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), and Morse_Parameters().
| double Morse_Parameters::cut = inactive_cutoff |
Definition at line 157 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), max_cutoff(), and Morse_Parameters().
| double Morse_Parameters::eps = 0. |
Definition at line 154 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), and Morse_Parameters().
| double Morse_Parameters::rest = inactive_cutoff |
Definition at line 158 of file nonbonded_interaction_data.hpp.
Referenced by Morse_Parameters().
| double Morse_Parameters::rmin = inactive_cutoff |
Definition at line 156 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), and Morse_Parameters().