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

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

Functions/Subroutines

recursive subroutine, public kim_get_number_of_support_statuses (number_of_support_statuses)
 Get the number of standard SupportStatus's defined by the KIM API. More...
 
recursive subroutine, public kim_get_support_status (index, support_status, ierr)
 Get the identity of each defined standard SupportStatus. More...
 

Variables

type(kim_support_status_type), save, public, protected kim_support_status_required_by_api
 
type(kim_support_status_type), save, public, protected kim_support_status_not_supported
 
type(kim_support_status_type), save, public, protected kim_support_status_required
 
type(kim_support_status_type), save, public, protected kim_support_status_optional
 

Detailed Description

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

See also
KIM::SupportStatus, KIM_SupportStatus
Since
2.0

Function/Subroutine Documentation

◆ kim_get_number_of_support_statuses()

recursive subroutine, public kim_support_status_module::kim_get_number_of_support_statuses ( integer(c_int), intent(out)  number_of_support_statuses)

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

See also
KIM::SUPPORT_STATUS::GetNumberOfSupportStatuses, KIM_SUPPORT_STATUS_GetNumberOfSupportStatuses
Since
2.0

Definition at line 260 of file kim_support_status_module.f90.

◆ kim_get_support_status()

recursive subroutine, public kim_support_status_module::kim_get_support_status ( integer(c_int), intent(in)  index,
type(kim_support_status_type), intent(out)  support_status,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard SupportStatus.

See also
KIM::SUPPORT_STATUS::GetSupportStatus, KIM_SUPPORT_STATUS_GetSupportStatus
Since
2.0

Definition at line 282 of file kim_support_status_module.f90.

Variable Documentation

◆ kim_support_status_not_supported

type(kim_support_status_type), save, public, protected kim_support_status_module::kim_support_status_not_supported

Definition at line 86 of file kim_support_status_module.f90.

◆ kim_support_status_optional

type(kim_support_status_type), save, public, protected kim_support_status_module::kim_support_status_optional

Definition at line 104 of file kim_support_status_module.f90.

◆ kim_support_status_required

type(kim_support_status_type), save, public, protected kim_support_status_module::kim_support_status_required

Definition at line 95 of file kim_support_status_module.f90.

◆ kim_support_status_required_by_api

type(kim_support_status_type), save, public, protected kim_support_status_module::kim_support_status_required_by_api

Definition at line 77 of file kim_support_status_module.f90.