kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Classes | Namespaces | Functions | Variables
KIM_EnergyUnit.hpp File Reference
#include <string>
Include dependency graph for KIM_EnergyUnit.hpp:
This graph shows which files directly or indirectly include this file:

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

 KIM
 
 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. More...
 
int KIM::ENERGY_UNIT::GetEnergyUnit (int const index, EnergyUnit *const energyUnit)
 Get the identity of each defined standard EnergyUnit. More...
 

Variables

EnergyUnit const KIM::ENERGY_UNIT::unused
 Indicates that a EnergyUnit is not used. More...
 
EnergyUnit const KIM::ENERGY_UNIT::amu_A2_per_ps2
 The standard amu*A \(^2\)/ps \(^2\) unit of energy. More...
 
EnergyUnit const KIM::ENERGY_UNIT::erg
 The standard erg unit of energy. More...
 
EnergyUnit const KIM::ENERGY_UNIT::eV
 The standard electronvolt unit of energy. More...
 
EnergyUnit const KIM::ENERGY_UNIT::Hartree
 The standard Hartree unit of energy. More...
 
EnergyUnit const KIM::ENERGY_UNIT::J
 The standard Joule unit of energy. More...
 
EnergyUnit const KIM::ENERGY_UNIT::kcal_mol
 The standard kilocalorie per mole unit of energy. More...