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

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

Functions/Subroutines

recursive subroutine, public kim_get_number_of_data_types (number_of_data_types)
 Get the number of standard DataType's defined by the KIM API. More...
 
recursive subroutine, public kim_get_data_type (index, data_type, ierr)
 Get the identity of each defined standard DataType. More...
 

Variables

type(kim_data_type_type), save, public, protected kim_data_type_integer
 
type(kim_data_type_type), save, public, protected kim_data_type_double
 

Detailed Description

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

See also
KIM::DataType, KIM_DataType
Since
2.0

Function/Subroutine Documentation

◆ kim_get_data_type()

recursive subroutine, public kim_data_type_module::kim_get_data_type ( integer(c_int), intent(in)  index,
type(kim_data_type_type), intent(out)  data_type,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard DataType.

See also
KIM::DATA_TYPE::GetDataType, KIM_DATA_TYPE_GetDataType
Since
2.0

Definition at line 256 of file kim_data_type_module.f90.

◆ kim_get_number_of_data_types()

recursive subroutine, public kim_data_type_module::kim_get_number_of_data_types ( integer(c_int), intent(out)  number_of_data_types)

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

See also
KIM::DATA_TYPE::GetNumberOfDataTypes, KIM_DATA_TYPE_GetNumberOfDataTypes
Since
2.0

Definition at line 236 of file kim_data_type_module.f90.

Variable Documentation

◆ kim_data_type_double

type(kim_data_type_type), save, public, protected kim_data_type_module::kim_data_type_double

Definition at line 83 of file kim_data_type_module.f90.

◆ kim_data_type_integer

type(kim_data_type_type), save, public, protected kim_data_type_module::kim_data_type_integer

Definition at line 74 of file kim_data_type_module.f90.