kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Go to the source code of this file.
Data Types | |
type | kim_length_unit_module::kim_length_unit_type |
An Extensible Enumeration for the LengthUnit's supported by the KIM API. More... | |
interface | kim_length_unit_module::kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
interface | kim_length_unit_module::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_length_unit_module::kim_to_string |
Converts the object to a string. More... | |
interface | get_string |
Modules | |
module | kim_length_unit_module |
An Extensible Enumeration for the LengthUnit's supported by the KIM API. | |
Functions/Subroutines | |
recursive subroutine, public | kim_length_unit_module::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_length_unit_module::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_module::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_module::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_module::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_module::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_module::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_module::kim_length_unit_nm |
The standard nanometer unit of length. More... | |