BALL
1.4.2
|
#include <BALL/MOLMEC/AMBER/amber.h>
Classes | |
struct | Default |
struct | Option |
Protected Attributes | |
String | filename_ |
bool | parameters_initialized_ |
Protected Attributes inherited from BALL::ForceField | |
System * | system_ |
AtomVector | atoms_ |
ForceFieldParameters | parameters_ |
bool | valid_ |
String | name_ |
double | energy_ |
vector< ForceFieldComponent * > | components_ |
Size | number_of_movable_atoms_ |
bool | use_selection_ |
bool | selection_enabled_ |
TimeStamp | update_time_stamp_ |
TimeStamp | setup_time_stamp_ |
HashSet< const Atom * > | unassigned_atoms_ |
Size | max_number_of_errors_ |
Size | number_of_errors_ |
Additional Inherited Members | |
Public Types inherited from BALL::ForceField | |
typedef std::vector< std::pair < Atom *, Atom * > > | PairVector |
Public Attributes inherited from BALL::ForceField | |
Options | options |
PeriodicBoundary | periodic_boundary |
Protected Member Functions inherited from BALL::ForceField | |
void | collectAtoms_ (const System &system) |
void | sortSelectedAtomVector_ () |
virtual void | performRequiredUpdates_ () |
BALL::AmberFF::AmberFF | ( | ) |
Default constructor.
BALL::AmberFF::AmberFF | ( | System & | system | ) |
Constructor.
BALL::AmberFF::AmberFF | ( | const AmberFF & | force_field | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Clear method
Reimplemented from BALL::ForceField.
double BALL::AmberFF::getBendEnergy | ( | ) | const |
Return the angle bend contribution to the total energy
double BALL::AmberFF::getESEnergy | ( | ) | const |
Return the electrostatic contribution to the total energy.
double BALL::AmberFF::getNonbondedEnergy | ( | ) | const |
Return the nonbonded contribution to the total energy. This energy comprises Van der Waals energy, hydrogen bond energy, and elesctrostatic energy.
|
virtual |
Get the current results in String form.
Reimplemented from BALL::ForceField.
double BALL::AmberFF::getStretchEnergy | ( | ) | const |
Return the bond stretch contribution to the total energy
double BALL::AmberFF::getTorsionEnergy | ( | ) | const |
Return the torsion contribution to the total energy. This energy comprises proper and improper torsions.
|
virtual |
Return the recommended number of iterations between updates. This method return 20 as a default value.
Reimplemented from BALL::ForceField.
double BALL::AmberFF::getVdWEnergy | ( | ) | const |
Return the Van der Waals and hydrogen bond contribution to the total energy.
bool BALL::AmberFF::hasInitializedParameters | ( | ) | const |
Return true, if the parameters have already been initialized
|
virtual |
Force field specific setup
Reimplemented from BALL::ForceField.