|
BALL
1.5.0
|
#include <BALL/MOLMEC/AMBER/amberNonBonded.h>
Static Public Attributes | |
| static const double | ELECTROSTATIC_FACTOR |
Neighbourhood and Parameter calculations | |
| double | electrostatic_energy_ |
| double | vdw_energy_ |
| virtual MolmecSupport::PairListAlgorithmType | determineMethodOfAtomPairGeneration () |
| virtual void | buildVectorOfNonBondedAtomPairs (const std::vector< std::pair< Atom *, Atom * > > &atom_vector, const LennardJones &lennard_jones, const Potential1210 &hydrogen_bond) |
| void | enableStoreInteractions (bool b=true) |
| void | setAdvancedElectrostatic (AdvancedElectrostatic *advES) |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
| double | scaleScore (double score) const |
Protected Attributes inherited from BALL::ForceFieldComponent | |
| ForceField * | force_field_ |
| double | energy_ |
Protected Attributes inherited from BALL::ScoringComponent | |
| bool | ligand_intra_molecular_ |
| bool | gridable_ |
| bool | atom_pairwise_ |
| ScoringFunction * | scoring_function_ |
| ScoringBaseFunction * | base_function_ |
| double | score_ |
| double | coefficient_ |
| double | stddev_ |
| double | mean_ |
| bool | enabled_ |
| String | type_name_ |
Amber NonBonded (VdW + Electrostatic) component
Definition at line 38 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
| BALL::Exception::TooManyErrors |
|
virtual |
Clear method
Reimplemented from BALL::ScoringComponent.
|
virtual |
Computes the most efficient way to calculate the non-bonded atom pairs
| void BALL::AmberNonBonded::enableStoreInteractions | ( | bool | b = true | ) |
|
virtual |
Return the electrostatic energy.
|
virtual |
Return the Van-der-Waals energy.
| const AmberNonBonded& BALL::AmberNonBonded::operator= | ( | const AmberNonBonded & | anb | ) |
Assignment Assignment operator
| bool BALL::AmberNonBonded::operator== | ( | const AmberNonBonded & | anb | ) |
Predicates Equality operator
| void BALL::AmberNonBonded::setAdvancedElectrostatic | ( | AdvancedElectrostatic * | advES | ) |
|
virtual |
Setup method.
| BALL::Exception::TooManyErrors |
Reimplemented from BALL::ForceFieldComponent.
| bool BALL::AmberNonBonded::setup | ( | Options & | options, |
| ForceFieldParameters & | par | ||
| ) |
Setup this component according to the given options and store the ForceFieldParameters in par
|
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.
| BALL::Exception::TooManyErrors |
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Update this component using the given atom-pairs only
Reimplemented from BALL::ScoringComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's forces.
Reimplemented from BALL::ForceFieldComponent.
|
protected |
Definition at line 186 of file amberNonBonded.h.
|
static |
Definition at line 47 of file amberNonBonded.h.
|
protected |
Definition at line 190 of file amberNonBonded.h.