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_time_unit_module Module Reference

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

Functions/Subroutines

recursive subroutine, public kim_get_number_of_time_units (number_of_time_units)
 Get the number of standard TimeUnit's defined by the KIM API. More...
 
recursive subroutine, public kim_get_time_unit (index, time_unit, ierr)
 Get the identity of each defined standard TimeUnit. More...
 

Variables

type(kim_time_unit_type), save, public, protected kim_time_unit_unused
 
type(kim_time_unit_type), save, public, protected kim_time_unit_fs
 
type(kim_time_unit_type), save, public, protected kim_time_unit_ps
 
type(kim_time_unit_type), save, public, protected kim_time_unit_ns
 
type(kim_time_unit_type), save, public, protected kim_time_unit_s
 

Detailed Description

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

See also
KIM::TimeUnit, KIM_TimeUnit
Since
2.0

Function/Subroutine Documentation

◆ kim_get_number_of_time_units()

recursive subroutine, public kim_time_unit_module::kim_get_number_of_time_units ( integer(c_int), intent(out)  number_of_time_units)

Get the number of standard TimeUnit's defined by the KIM API.

See also
KIM::TIME_UNIT::GetNumberOfTimeUnits, KIM_TIME_UNIT_GetNumberOfTimeUnits
Since
2.0

Definition at line 265 of file kim_time_unit_module.f90.

◆ kim_get_time_unit()

recursive subroutine, public kim_time_unit_module::kim_get_time_unit ( integer(c_int), intent(in)  index,
type(kim_time_unit_type), intent(out)  time_unit,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard TimeUnit.

See also
KIM::TIME_UNIT::GetTimeUnit, KIM_TIME_UNIT_GetTimeUnit
Since
2.0

Definition at line 285 of file kim_time_unit_module.f90.

Variable Documentation

◆ kim_time_unit_fs

type(kim_time_unit_type), save, public, protected kim_time_unit_module::kim_time_unit_fs

Definition at line 86 of file kim_time_unit_module.f90.

◆ kim_time_unit_ns

type(kim_time_unit_type), save, public, protected kim_time_unit_module::kim_time_unit_ns

Definition at line 104 of file kim_time_unit_module.f90.

◆ kim_time_unit_ps

type(kim_time_unit_type), save, public, protected kim_time_unit_module::kim_time_unit_ps

Definition at line 95 of file kim_time_unit_module.f90.

◆ kim_time_unit_s

type(kim_time_unit_type), save, public, protected kim_time_unit_module::kim_time_unit_s

Definition at line 113 of file kim_time_unit_module.f90.

◆ kim_time_unit_unused

type(kim_time_unit_type), save, public, protected kim_time_unit_module::kim_time_unit_unused

Definition at line 77 of file kim_time_unit_module.f90.