#include <HBPammObject.h>
Public Member Functions | |
| double | evaluate (const unsigned &dno, const unsigned &ano, const unsigned &hno, const Vector &d_da, const double &md_da, multicolvar::AtomValuePack &myatoms) const |
| Evaluate the HBPamm Object. | |
| double | get_cutoff () const |
| Get the cutoff to use throughout. | |
| void | setup (const std::string &filename, const double ®, multicolvar::MultiColvarBase *mybase, std::string &errorstr) |
| Setup the HBPamm object. | |
Private Attributes | |
| multicolvar::MultiColvarBase * | mymulti =nullptr |
| Pointer to base class in multicolvar. | |
| PammObject | mypamm |
| The Pamm object underlying this HBPamm calculation. | |
| double PLMD::pamm::HBPammObject::evaluate | ( | const unsigned & | dno, |
| const unsigned & | ano, | ||
| const unsigned & | hno, | ||
| const Vector & | d_da, | ||
| const double & | md_da, | ||
| multicolvar::AtomValuePack & | myatoms ) const |
Evaluate the HBPamm Object.
| double PLMD::pamm::HBPammObject::get_cutoff | ( | ) | const |
Get the cutoff to use throughout.
| void PLMD::pamm::HBPammObject::setup | ( | const std::string & | filename, |
| const double & | reg, | ||
| multicolvar::MultiColvarBase * | mybase, | ||
| std::string & | errorstr ) |
Setup the HBPamm object.
|
private |
Pointer to base class in multicolvar.
|
private |
The Pamm object underlying this HBPamm calculation.
Hosted by GitHub
|
1.17.0
|