![]() |
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 |
| Morse_Parameters::Morse_Parameters | ( | double | eps, |
| double | alpha, | ||
| double | rmin, | ||
| double | cutoff | ||
| ) |
|
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(), morse_pair_energy(), morse_pair_force_factor(), 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(), morse_pair_energy(), morse_pair_force_factor(), and Morse_Parameters().
| double Morse_Parameters::eps = 0. |
Definition at line 154 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), morse_pair_energy(), morse_pair_force_factor(), and Morse_Parameters().
| double Morse_Parameters::rest = inactive_cutoff |
Definition at line 158 of file nonbonded_interaction_data.hpp.
Referenced by morse_pair_energy(), and Morse_Parameters().
| double Morse_Parameters::rmin = inactive_cutoff |
Definition at line 156 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), morse_pair_energy(), morse_pair_force_factor(), and Morse_Parameters().