BALL
1.4.79
|
#include <BALL/MOLMEC/AMBER/amberNonBonded.h>
Static Public Attributes | |
static const double | ELECTROSTATIC_FACTOR |
Protected Attributes | |
double | electrostatic_energy_ |
double | vdw_energy_ |
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_ |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
double | scaleScore (double score) const |
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
|
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 | ) |
AssignmentAssignment operator
bool BALL::AmberNonBonded::operator== | ( | const AmberNonBonded & | anb | ) |
PredicatesEquality operator
void BALL::AmberNonBonded::setAdvancedElectrostatic | ( | AdvancedElectrostatic * | advES | ) |
|
virtual |
Setup method.
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.
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.