#include <potentialfunctionlj126.h>
|
| PotentialFunctionLJ126 (const std::string &name, double min=0.0, double max=10.0) |
|
| ~PotentialFunctionLJ126 () override=default |
|
double | CalculateF (double r) const override |
|
double | CalculateDF (Index i, double r) const override |
|
double | CalculateD2F (Index i, Index j, double r) const override |
|
virtual | ~PotentialFunction ()=default |
|
virtual void | setParam (std::string filename) |
|
virtual void | SaveParam (const std::string &filename) |
|
virtual void | SavePotTab (const std::string &filename, double step) |
|
virtual void | SavePotTab (const std::string &filename, double step, double rmin, double rcut) |
|
void | setParam (const Eigen::VectorXd ¶m) |
|
void | setParam (Index i, double val) |
|
virtual void | setOptParam (Index i, double val) |
|
void | setMinDist (double min) |
|
void | setCutOffDist (double cutoff) |
|
Eigen::VectorXd & | Params () |
|
double | getParam (Index i) const |
|
virtual double | getOptParam (Index i) const |
|
Index | getParamSize () const |
|
virtual Index | getOptParamSize () const |
|
double | getCutOff () const |
|
double | getMinDist () const |
|
Definition at line 29 of file potentialfunctionlj126.h.
◆ PotentialFunctionLJ126()
votca::csg::PotentialFunctionLJ126::PotentialFunctionLJ126 |
( |
const std::string & | name, |
|
|
double | min = 0.0, |
|
|
double | max = 10.0 ) |
◆ ~PotentialFunctionLJ126()
votca::csg::PotentialFunctionLJ126::~PotentialFunctionLJ126 |
( |
| ) |
|
|
overridedefault |
◆ CalculateD2F()
double votca::csg::PotentialFunctionLJ126::CalculateD2F |
( |
Index | i, |
|
|
Index | j, |
|
|
double | r ) const |
|
overridevirtual |
◆ CalculateDF()
double votca::csg::PotentialFunctionLJ126::CalculateDF |
( |
Index | i, |
|
|
double | r ) const |
|
overridevirtual |
◆ CalculateF()
double votca::csg::PotentialFunctionLJ126::CalculateF |
( |
double | r | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: