Interface molecule energy calculation. More...
#include <EnergyCalculation.hh>

Public Member Functions | |
| EnergyCalculation () | |
| construction More... | |
| virtual double | getEnergy (const Molecule &mol) const =0 |
| virtual | ~EnergyCalculation () |
| destruction More... | |
General interface for the prediction of a molecule's energy in kcal/mol units.
Definition at line 19 of file EnergyCalculation.hh.
|
inline |
Definition at line 24 of file EnergyCalculation.hh.
|
inlinevirtual |
Definition at line 28 of file EnergyCalculation.hh.
|
pure virtual |
Abstract function that computes the energy estimate in "kcal/mol" of a given molecule.
| mol | the molecule to be analyzed |
Implemented in ggl::chem::EC_MoleculeDecomposition.