#include <string>Go to the source code of this file.
Classes | |
| class | KIM::EnergyUnit |
| An Extensible Enumeration for the EnergyUnit's supported by the KIM API. More... | |
| struct | KIM::ENERGY_UNIT::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::ENERGY_UNIT |
| Contains the enumeration constants and the discovery routines for the EnergyUnit Extensible Enumeration. | |
Functions | |
| void | KIM::ENERGY_UNIT::GetNumberOfEnergyUnits (int *const numberOfEnergyUnits) |
| Get the number of standard EnergyUnit's defined by the KIM API. | |
| int | KIM::ENERGY_UNIT::GetEnergyUnit (int const index, EnergyUnit *const energyUnit) |
| Get the identity of each defined standard EnergyUnit. | |
Variables | |
| EnergyUnit const | KIM::ENERGY_UNIT::unused |
| Indicates that a EnergyUnit is not used. | |
| EnergyUnit const | KIM::ENERGY_UNIT::amu_A2_per_ps2 |
The standard amu*A \(^2\)/ps \(^2\) unit of energy. | |
| EnergyUnit const | KIM::ENERGY_UNIT::erg |
| The standard erg unit of energy. | |
| EnergyUnit const | KIM::ENERGY_UNIT::eV |
| The standard electronvolt unit of energy. | |
| EnergyUnit const | KIM::ENERGY_UNIT::Hartree |
| The standard Hartree unit of energy. | |
| EnergyUnit const | KIM::ENERGY_UNIT::J |
| The standard Joule unit of energy. | |
| EnergyUnit const | KIM::ENERGY_UNIT::kcal_mol |
| The standard kilocalorie per mole unit of energy. | |