Classes |
|
class | BALL::ComposedEnergyProcessor |
A class for composed energy
calculations. More... |
|
class | BALL::EnergyProcessor |
Processor for
energy calculations. More... |
|
Typedefs |
|
typedef List< EnergyProcessor * > | BALL::EnergyProcessorList |
EnergyProcessorList. |
|
Functions |
|
BALL_EXPORT double | BALL::calculateACE (const AtomContainer &atom_container, const string &type_filename="energy/ACE_types.dat", const string ¶meter_filename="energy/ACE_parameters.dat") |
Calculate the atomic contact energy.
|
BALL_EXPORT double BALL::calculateACE | ( | const AtomContainer & | atom_container, | |
const string & | type_filename =
"energy/ACE_types.dat" , |
|||
const string & | parameter_filename =
"energy/ACE_parameters.dat" |
|||
) |
Calculate the atomic contact energy.
Calculates the atomic contact energy (ACE) after Zhang et al. (J. Mol. Biol., 267, 707-726 (1997)). The energy is returned in units of kJ/mol. Unparametrized Atoms are simply ignored, this may lead to unreasonable values. However, a warning is being printed in this case.