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

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

Functions/Subroutines

recursive subroutine, public kim_get_number_of_numberings (number_of_numberings)
 Get the number of standard Numbering's defined by the KIM API. More...
 
recursive subroutine, public kim_get_numbering (index, numbering, ierr)
 Get the identity of each defined standard Numbering. More...
 

Variables

type(kim_numbering_type), save, public, protected kim_numbering_zero_based
 
type(kim_numbering_type), save, public, protected kim_numbering_one_based
 

Detailed Description

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

See also
KIM::Numbering, KIM_Numbering
Since
2.0

Function/Subroutine Documentation

◆ kim_get_number_of_numberings()

recursive subroutine, public kim_numbering_module::kim_get_number_of_numberings ( integer(c_int), intent(out)  number_of_numberings)

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

See also
KIM::NUMBERING::GetNumberOfNumberings, KIM_NUMBERING_GetNumberOfNumberings
Since
2.0

Definition at line 232 of file kim_numbering_module.f90.

◆ kim_get_numbering()

recursive subroutine, public kim_numbering_module::kim_get_numbering ( integer(c_int), intent(in)  index,
type(kim_numbering_type), intent(out)  numbering,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard Numbering.

See also
KIM::NUMBERING::GetNumbering, KIM_NUMBERING_GetNumbering
Since
2.0

Definition at line 252 of file kim_numbering_module.f90.

Variable Documentation

◆ kim_numbering_one_based

type(kim_numbering_type), save, public, protected kim_numbering_module::kim_numbering_one_based

Definition at line 78 of file kim_numbering_module.f90.

◆ kim_numbering_zero_based

type(kim_numbering_type), save, public, protected kim_numbering_module::kim_numbering_zero_based

Definition at line 69 of file kim_numbering_module.f90.