#include <openbabel/data.h>
helper class for OBAtomicHeatOfFormationTable
Stores both theoretical and experimental corrections needed to compute the Enthalpy of formation. In order to use these you need to perform Gaussian G2/G3/G4 or CBS-QB3 calculations.
◆ OBAtomHOF()
OBAtomHOF |
( |
std::string |
element, |
|
|
int |
charge, |
|
|
std::string |
method, |
|
|
std::string |
desc, |
|
|
double |
T, |
|
|
double |
value, |
|
|
int |
multiplicity, |
|
|
std::string |
unit |
|
) |
| |
|
inline |
Initialize Heat of Formation for atom.
- Parameters
-
element | The element string |
charge | The formal charge of the particle (if an ion) |
method | The method used for determining the value |
desc | Description of the value |
T | Temperature |
value | The value of the property (energy) |
multiplicity | The multiplicity of the atomic system |
unit | The (energy) unit |
◆ ~OBAtomHOF()
◆ Element()
Return the chemical element.
◆ Charge()
Return the formal charge.
◆ Method()
Return the method used for the measurement/calculation.
◆ Desc()
Return specification of the measurement/calculation type.
◆ T()
◆ Value()
Return the (energy) value.
◆ Multiplicity()
◆ Unit()
Return the (energy) unit.
The documentation for this class was generated from the following file: