KIM API V2
|
Go to the source code of this file.
Classes | |
struct | KIM_EnergyUnit |
Macros | |
#define | KIM_ENERGY_UNIT_DEFINED_ |
Typedefs | |
typedef struct KIM_EnergyUnit | KIM_EnergyUnit |
Functions | |
KIM_EnergyUnit | KIM_EnergyUnitFromString (char const *const str) |
int | KIM_EnergyUnitEqual (KIM_EnergyUnit const left, KIM_EnergyUnit const right) |
int | KIM_EnergyUnitNotEqual (KIM_EnergyUnit const left, KIM_EnergyUnit const right) |
char const *const | KIM_EnergyUnitString (KIM_EnergyUnit const energyUnit) |
Variables | |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_unused |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_amu_A2_per_ps2 |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_erg |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_eV |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_Hartree |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_J |
KIM_EnergyUnit const | KIM_ENERGY_UNIT_kcal_mol |
#define KIM_ENERGY_UNIT_DEFINED_ |
Definition at line 44 of file KIM_EnergyUnit.h.
typedef struct KIM_EnergyUnit KIM_EnergyUnit |
Definition at line 45 of file KIM_EnergyUnit.h.
int KIM_EnergyUnitEqual | ( | KIM_EnergyUnit const | left, |
KIM_EnergyUnit const | right | ||
) |
KIM_EnergyUnit KIM_EnergyUnitFromString | ( | char const *const | str | ) |
int KIM_EnergyUnitNotEqual | ( | KIM_EnergyUnit const | left, |
KIM_EnergyUnit const | right | ||
) |
char const* const KIM_EnergyUnitString | ( | KIM_EnergyUnit const | energyUnit | ) |
KIM_EnergyUnit const KIM_ENERGY_UNIT_amu_A2_per_ps2 |
KIM_EnergyUnit const KIM_ENERGY_UNIT_erg |
KIM_EnergyUnit const KIM_ENERGY_UNIT_eV |
KIM_EnergyUnit const KIM_ENERGY_UNIT_Hartree |
KIM_EnergyUnit const KIM_ENERGY_UNIT_J |
KIM_EnergyUnit const KIM_ENERGY_UNIT_kcal_mol |
KIM_EnergyUnit const KIM_ENERGY_UNIT_unused |