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_EnergyUnit_FromString (char const *const str) |
int | KIM_EnergyUnit_Equal (KIM_EnergyUnit const left, KIM_EnergyUnit const right) |
int | KIM_EnergyUnit_NotEqual (KIM_EnergyUnit const left, KIM_EnergyUnit const right) |
char const *const | KIM_EnergyUnit_String (KIM_EnergyUnit const energyUnit) |
void | KIM_ENERGY_UNIT_GetNumberOfEnergyUnits (int *const numberOfEnergyUnits) |
int | KIM_ENERGY_UNIT_GetEnergyUnit (int const index, 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_ENERGY_UNIT_GetEnergyUnit | ( | int const | index, |
KIM_EnergyUnit *const | energyUnit | ||
) |
void KIM_ENERGY_UNIT_GetNumberOfEnergyUnits | ( | int *const | numberOfEnergyUnits | ) |
int KIM_EnergyUnit_Equal | ( | KIM_EnergyUnit const | left, |
KIM_EnergyUnit const | right | ||
) |
KIM_EnergyUnit KIM_EnergyUnit_FromString | ( | char const *const | str | ) |
int KIM_EnergyUnit_NotEqual | ( | KIM_EnergyUnit const | left, |
KIM_EnergyUnit const | right | ||
) |
char const* const KIM_EnergyUnit_String | ( | 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 |