kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Data Types | Functions/Subroutines | Variables
kim_length_unit_module Module Reference

An Extensible Enumeration for the LengthUnit's supported by the KIM API. 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, public, protected kim_length_unit_unused
 
type(kim_length_unit_type), save, public, protected kim_length_unit_a
 
type(kim_length_unit_type), save, public, protected kim_length_unit_bohr
 
type(kim_length_unit_type), save, public, protected kim_length_unit_cm
 
type(kim_length_unit_type), save, public, protected kim_length_unit_m
 
type(kim_length_unit_type), save, public, protected kim_length_unit_nm
 

Detailed Description

An Extensible Enumeration for the LengthUnit's supported by the KIM API.

See also
KIM::LengthUnit, KIM_LengthUnit
Since
2.0

Function/Subroutine Documentation

◆ kim_get_length_unit()

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.

See also
KIM::LENGTH_UNIT::GetLengthUnit, KIM_LENGTH_UNIT_GetLengthUnit
Since
2.0

Definition at line 297 of file kim_length_unit_module.f90.

◆ kim_get_number_of_length_units()

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.

See also
KIM::LENGTH_UNIT::GetNumberOfLengthUnits, KIM_LENGTH_UNIT_GetNumberOfLengthUnits
Since
2.0

Definition at line 278 of file kim_length_unit_module.f90.

Variable Documentation

◆ kim_length_unit_a

type(kim_length_unit_type), save, public, protected kim_length_unit_module::kim_length_unit_a

Definition at line 87 of file kim_length_unit_module.f90.

◆ kim_length_unit_bohr

type(kim_length_unit_type), save, public, protected kim_length_unit_module::kim_length_unit_bohr

Definition at line 96 of file kim_length_unit_module.f90.

◆ kim_length_unit_cm

type(kim_length_unit_type), save, public, protected kim_length_unit_module::kim_length_unit_cm

Definition at line 105 of file kim_length_unit_module.f90.

◆ kim_length_unit_m

type(kim_length_unit_type), save, public, protected kim_length_unit_module::kim_length_unit_m

Definition at line 114 of file kim_length_unit_module.f90.

◆ kim_length_unit_nm

type(kim_length_unit_type), save, public, protected kim_length_unit_module::kim_length_unit_nm

Definition at line 123 of file kim_length_unit_module.f90.

◆ kim_length_unit_unused

type(kim_length_unit_type), save, public, protected kim_length_unit_module::kim_length_unit_unused

Definition at line 78 of file kim_length_unit_module.f90.