|
Path Integral Quantum Monte Carlo
|
Returns Lennard-Jones potential between adatoms and fixed postions in FILENAME. More...
#include <potential.h>
Inheritance diagram for FixedPositionLJPotential:
Collaboration diagram for FixedPositionLJPotential:Public Member Functions | |
| FixedPositionLJPotential (const double, const double, const Container *) | |
| Constructor. | |
| ~FixedPositionLJPotential () | |
| Destructor. | |
| double | V (const dVec &r) |
| Return the value of the van der Waals' interaction between a graphene sheet and a helium adatom at a position, r, above the sheet. More... | |
Public Member Functions inherited from PotentialBase | |
| PotentialBase () | |
| Constructor. | |
| virtual | ~PotentialBase () |
| Destructor. | |
| virtual double | V (const dVec &, const dVec &) |
| The effective potential for the pair product approximation. | |
| virtual dVec | gradV (const dVec &) |
| The gradient of the potential. | |
| virtual double | grad2V (const dVec &) |
| Grad^2 of the potential. | |
| virtual double | dVdlambda (const dVec &, const dVec &) |
| The derivative of the effective potential with respect to lambda and tau. | |
| virtual double | dVdtau (const dVec &, const dVec &) |
| virtual Array< dVec, 1 > | initialConfig (const Container *, MTRand &, const int) |
| Default Initial configuration of particles. More... | |
| void | output (const double) |
| A debug method that output's the potential to a supplied separation. More... | |
| virtual Array< double, 1 > | getExcLen () |
| Array to hold data elements. More... | |
Additional Inherited Members | |
Data Fields inherited from PotentialBase | |
| double | tailV |
| Tail correction factor. | |
Protected Member Functions inherited from PotentialBase | |
| double | deltaSeparation (double sep1, double sep2) const |
| Return the minimum image difference for 1D separations. | |
Returns Lennard-Jones potential between adatoms and fixed postions in FILENAME.
Author: Nathan Nichols Returns the potential energy resulting from interaction between adatom and fixed positions given in FILENAME.
Definition at line 961 of file potential.h.
|
virtual |
Return the value of the van der Waals' interaction between a graphene sheet and a helium adatom at a position, r, above the sheet.
| r | the position of a helium particle |
Reimplemented from PotentialBase.
Definition at line 742 of file potential.cpp.
Here is the call graph for this function: