|
BALL
1.4.2
|
#include <BALL/MOLMEC/AMBER/amberNonBonded.h>
Public Member Functions | |
Constructors and Destructors | |
| AmberNonBonded () | |
| AmberNonBonded (ForceField &force_field) | |
| AmberNonBonded (const AmberNonBonded &amber_non_bonded) | |
| virtual | ~AmberNonBonded () |
| const AmberNonBonded & | operator= (const AmberNonBonded &anb) |
| virtual void | clear () |
| bool | operator== (const AmberNonBonded &anb) |
Setup Methods | |
| virtual bool | setup () throw (Exception::TooManyErrors) |
Accessors | |
| virtual double | updateEnergy () |
| virtual void | updateForces () |
| virtual void | update () throw (Exception::TooManyErrors) |
| virtual double | getElectrostaticEnergy () const |
| virtual double | getVdwEnergy () const |
Neighbourhood and Parameter calculations | |
| virtual MolmecSupport::PairListAlgorithmType | determineMethodOfAtomPairGeneration () |
| virtual void | buildVectorOfNonBondedAtomPairs (const std::vector< std::pair< Atom *, Atom * > > &atom_vector, const LennardJones &lennard_jones, const Potential1210 &hydrogen_bond) throw (Exception::TooManyErrors) |
Public Member Functions inherited from BALL::ForceFieldComponent | |
| ForceFieldComponent () | |
| ForceFieldComponent (ForceField &force_field) | |
| ForceFieldComponent (const ForceFieldComponent &force_field_component) | |
| virtual | ~ForceFieldComponent () |
| ForceField * | getForceField () const |
| void | setForceField (ForceField &force_field) |
| void | setName (const String &name) |
| String | getName () const |
| bool | isEnabled () const |
| void | setEnabled (bool state) |
| virtual double | getEnergy () const |
Protected Attributes | |
| double | electrostatic_energy_ |
| double | vdw_energy_ |
Protected Attributes inherited from BALL::ForceFieldComponent | |
| ForceField * | force_field_ |
| double | energy_ |
Amber NonBonded (VdW + Electrostatic) component
Definition at line 36 of file amberNonBonded.h.
| BALL::AmberNonBonded::AmberNonBonded | ( | ) |
Default constructor.
| BALL::AmberNonBonded::AmberNonBonded | ( | ForceField & | force_field | ) |
Constructor.
| BALL::AmberNonBonded::AmberNonBonded | ( | const AmberNonBonded & | amber_non_bonded | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Build a vector of non-bonded atom pairs with the vdw parameters
|
virtual |
Clear method
|
virtual |
Computes the most efficient way to calculate the non-bonded atom pairs
|
virtual |
Return the electrostatic energy.
|
virtual |
Return the Van-der-Waals energy.
| const AmberNonBonded& BALL::AmberNonBonded::operator= | ( | const AmberNonBonded & | anb | ) |
AssignmentAssignment operator
| bool BALL::AmberNonBonded::operator== | ( | const AmberNonBonded & | anb | ) |
PredicatesEquality operator
|
virtual |
Setup method.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Update the pair list. This method is called by the force field whenever ForceField::update is called. It is used to recalculate the nonbonded pair list.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's forces.
Reimplemented from BALL::ForceFieldComponent.
|
private |
Definition at line 245 of file amberNonBonded.h.
|
private |
Definition at line 200 of file amberNonBonded.h.
|
private |
Definition at line 212 of file amberNonBonded.h.
|
private |
Definition at line 204 of file amberNonBonded.h.
|
private |
Definition at line 216 of file amberNonBonded.h.
|
private |
Definition at line 208 of file amberNonBonded.h.
|
protected |
Definition at line 167 of file amberNonBonded.h.
|
private |
Definition at line 249 of file amberNonBonded.h.
|
private |
Definition at line 226 of file amberNonBonded.h.
|
private |
Definition at line 221 of file amberNonBonded.h.
|
private |
Definition at line 188 of file amberNonBonded.h.
|
private |
Definition at line 183 of file amberNonBonded.h.
|
private |
Definition at line 192 of file amberNonBonded.h.
|
private |
Definition at line 196 of file amberNonBonded.h.
|
private |
Definition at line 234 of file amberNonBonded.h.
|
private |
Definition at line 230 of file amberNonBonded.h.
|
private |
Definition at line 239 of file amberNonBonded.h.
|
private |
Definition at line 247 of file amberNonBonded.h.
|
protected |
Definition at line 171 of file amberNonBonded.h.
1.8.3.1