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 157 of file nonbonded_interaction_data.hpp.
|
default |
Morse_Parameters::Morse_Parameters | ( | double | eps, |
double | alpha, | ||
double | rmin, | ||
double | cutoff | ||
) |
|
inline |
Definition at line 165 of file nonbonded_interaction_data.hpp.
References cut.
Referenced by recalc_maximal_cutoff().
double Morse_Parameters::alpha = INACTIVE_CUTOFF |
Definition at line 159 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 161 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 158 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 162 of file nonbonded_interaction_data.hpp.
Referenced by morse_pair_energy(), and Morse_Parameters().
double Morse_Parameters::rmin = INACTIVE_CUTOFF |
Definition at line 160 of file nonbonded_interaction_data.hpp.
Referenced by ScriptInterface::Interactions::InteractionMorse::InteractionMorse(), morse_pair_energy(), morse_pair_force_factor(), and Morse_Parameters().