kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
An Extensible Enumeration for the LengthUnit's supported by the KIM API. More...
Data Types | |
interface | kim_from_string |
Create a LengthUnit object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated. More... | |
interface | kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
type | kim_length_unit_type |
An Extensible Enumeration for the LengthUnit's supported by the KIM API. More... | |
interface | kim_to_string |
Converts the object to a string. More... | |
Functions/Subroutines | |
recursive subroutine, public | kim_get_number_of_length_units (number_of_length_units) |
Get the number of standard LengthUnit's defined by the KIM API. More... | |
recursive subroutine, public | kim_get_length_unit (index, length_unit, ierr) |
Get the identity of each defined standard LengthUnit. More... | |
Variables | |
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_unused"), public, protected | kim_length_unit_unused |
Indicates that a LengthUnit is not used. More... | |
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_A"), public, protected | kim_length_unit_a |
The standard angstrom unit of length. More... | |
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_Bohr"), public, protected | kim_length_unit_bohr |
The standard Bohr unit of length. More... | |
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_cm"), public, protected | kim_length_unit_cm |
The standard centimeter unit of length. More... | |
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_m"), public, protected | kim_length_unit_m |
The standard meter unit of length. More... | |
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_nm"), public, protected | kim_length_unit_nm |
The standard nanometer unit of length. More... | |
An Extensible Enumeration for the LengthUnit's supported by the KIM API.
recursive subroutine, public kim_length_unit_module::kim_get_length_unit | ( | integer(c_int), intent(in) | index, |
type(kim_length_unit_type), intent(out) | length_unit, | ||
integer(c_int), intent(out) | ierr | ||
) |
Get the identity of each defined standard LengthUnit.
Definition at line 296 of file kim_length_unit_module.f90.
recursive subroutine, public kim_length_unit_module::kim_get_number_of_length_units | ( | integer(c_int), intent(out) | number_of_length_units | ) |
Get the number of standard LengthUnit's defined by the KIM API.
Definition at line 277 of file kim_length_unit_module.f90.
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_A"), public, protected kim_length_unit_module::kim_length_unit_a |
The standard angstrom unit of length.
Definition at line 87 of file kim_length_unit_module.f90.
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_Bohr"), public, protected kim_length_unit_module::kim_length_unit_bohr |
The standard Bohr unit of length.
Definition at line 96 of file kim_length_unit_module.f90.
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_cm"), public, protected kim_length_unit_module::kim_length_unit_cm |
The standard centimeter unit of length.
Definition at line 105 of file kim_length_unit_module.f90.
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_m"), public, protected kim_length_unit_module::kim_length_unit_m |
The standard meter unit of length.
Definition at line 114 of file kim_length_unit_module.f90.
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_nm"), public, protected kim_length_unit_module::kim_length_unit_nm |
The standard nanometer unit of length.
Definition at line 123 of file kim_length_unit_module.f90.
type(kim_length_unit_type), save, bind(C, name="KIM_LENGTH_UNIT_unused"), public, protected kim_length_unit_module::kim_length_unit_unused |
Indicates that a LengthUnit is not used.
Definition at line 78 of file kim_length_unit_module.f90.