|
BALL
1.4.2
|
#include <BALL/MOLMEC/CHARMM/charmmNonBonded.h>
Public Member Functions | |
Constructors and Destructors | |
| CharmmNonBonded () | |
| CharmmNonBonded (ForceField &force_field) | |
| CharmmNonBonded (const CharmmNonBonded &charmm_non_bonded) | |
| virtual | ~CharmmNonBonded () |
Assignment | |
| const CharmmNonBonded & | operator= (const CharmmNonBonded &charmm_non_bonded) |
| virtual void | clear () |
Predicates | |
| bool | operator== (const CharmmNonBonded &charmm_non_bonded) |
Setup Methods | |
| virtual bool | setup () throw (Exception::TooManyErrors) |
Accessors | |
| virtual double | updateEnergy () |
| virtual void | updateForces () |
| virtual double | getElectrostaticEnergy () const |
| virtual double | getVdwEnergy () const |
| virtual double | getSolvationEnergy () const |
Neighbourhood and Parameter calculations | |
| virtual MolmecSupport::PairListAlgorithmType | determineMethodOfAtomPairGeneration () |
| virtual void | buildVectorOfNonBondedAtomPairs (const std::vector< std::pair< Atom *, Atom * > > &atom_vector) 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 |
| virtual void | update () throw (Exception::TooManyErrors) |
Protected Attributes | |
| double | electrostatic_energy_ |
| double | vdw_energy_ |
| double | solvation_energy_ |
Protected Attributes inherited from BALL::ForceFieldComponent | |
| ForceField * | force_field_ |
| double | energy_ |
Charmm NonBonded component. This force field component implements the non-bonded interactions in the CHARMM force field: van-der-Waals interaction, electrostatics, and solvation (in EEF1 only).
Definition at line 45 of file charmmNonBonded.h.
| BALL::CharmmNonBonded::CharmmNonBonded | ( | ) |
Default constructor.
| BALL::CharmmNonBonded::CharmmNonBonded | ( | ForceField & | force_field | ) |
Constructor.
| BALL::CharmmNonBonded::CharmmNonBonded | ( | const CharmmNonBonded & | charmm_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 solvation energy.
|
virtual |
Return the Van-der-Waals energy.
| const CharmmNonBonded& BALL::CharmmNonBonded::operator= | ( | const CharmmNonBonded & | charmm_non_bonded | ) |
Assignment operator
| bool BALL::CharmmNonBonded::operator== | ( | const CharmmNonBonded & | charmm_non_bonded | ) |
Equality operator
|
virtual |
Setup method.
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 259 of file charmmNonBonded.h.
|
private |
Definition at line 204 of file charmmNonBonded.h.
|
private |
Definition at line 216 of file charmmNonBonded.h.
|
private |
Definition at line 224 of file charmmNonBonded.h.
|
private |
Definition at line 208 of file charmmNonBonded.h.
|
private |
Definition at line 220 of file charmmNonBonded.h.
|
private |
Definition at line 228 of file charmmNonBonded.h.
|
private |
Definition at line 212 of file charmmNonBonded.h.
|
protected |
Definition at line 172 of file charmmNonBonded.h.
|
private |
Definition at line 240 of file charmmNonBonded.h.
|
private |
Definition at line 236 of file charmmNonBonded.h.
|
private |
Definition at line 232 of file charmmNonBonded.h.
|
private |
Definition at line 196 of file charmmNonBonded.h.
|
private |
Definition at line 191 of file charmmNonBonded.h.
|
private |
Definition at line 200 of file charmmNonBonded.h.
|
private |
Definition at line 248 of file charmmNonBonded.h.
|
private |
Definition at line 244 of file charmmNonBonded.h.
|
private |
Definition at line 267 of file charmmNonBonded.h.
|
protected |
Definition at line 180 of file charmmNonBonded.h.
|
private |
Definition at line 265 of file charmmNonBonded.h.
|
private |
Definition at line 253 of file charmmNonBonded.h.
|
private |
Definition at line 269 of file charmmNonBonded.h.
|
private |
Definition at line 261 of file charmmNonBonded.h.
|
private |
Definition at line 263 of file charmmNonBonded.h.
|
protected |
Definition at line 176 of file charmmNonBonded.h.
1.8.3.1