#include <potentialfunctionljg.h>
|  | 
|  | PotentialFunctionLJG (const std::string &name, double min=0.0, double max=10.0) | 
|  | 
|  | ~PotentialFunctionLJG () 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 26 of file potentialfunctionljg.h.
 
◆ PotentialFunctionLJG()
      
        
          | votca::csg::PotentialFunctionLJG::PotentialFunctionLJG | ( | const std::string & | name, | 
        
          |  |  | double | min = 0.0, | 
        
          |  |  | double | max = 10.0 ) | 
      
 
 
◆ ~PotentialFunctionLJG()
  
  | 
        
          | votca::csg::PotentialFunctionLJG::~PotentialFunctionLJG | ( |  | ) |  |  | overridedefault | 
 
 
◆ CalculateD2F()
  
  | 
        
          | double votca::csg::PotentialFunctionLJG::CalculateD2F | ( | Index | i, |  
          |  |  | Index | j, |  
          |  |  | double | r ) const |  | overridevirtual | 
 
 
◆ CalculateDF()
  
  | 
        
          | double votca::csg::PotentialFunctionLJG::CalculateDF | ( | Index | i, |  
          |  |  | double | r ) const |  | overridevirtual | 
 
 
◆ CalculateF()
  
  | 
        
          | double votca::csg::PotentialFunctionLJG::CalculateF | ( | double | r | ) | const |  | overridevirtual | 
 
 
The documentation for this class was generated from the following files: