kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines | Variables
kim_support_status_module.f90 File Reference

Go to the source code of this file.

Data Types

type  kim_support_status_module::kim_support_status_type
 An Extensible Enumeration for the SupportStatus's supported by the KIM API. More...
 
interface  kim_support_status_module::kim_known
 Determines if the object is a quantity known to the KIM API. More...
 
interface  kim_support_status_module::kim_from_string
 Create a SupportStatus object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated. More...
 
interface  kim_support_status_module::kim_to_string
 Converts the object to a string. More...
 
interface  get_string
 

Modules

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

Functions/Subroutines

recursive subroutine, public kim_support_status_module::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_support_status_module::kim_get_support_status (index, support_status, ierr)
 Get the identity of each defined standard SupportStatus. More...
 

Variables

type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_requiredByAPI"), public, protected kim_support_status_module::kim_support_status_required_by_api
 The standard requiredByAPI status. More...
 
type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_notSupported"), public, protected kim_support_status_module::kim_support_status_not_supported
 The standard notSupported status. More...
 
type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_required"), public, protected kim_support_status_module::kim_support_status_required
 The standard required status. More...
 
type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_optional"), public, protected kim_support_status_module::kim_support_status_optional
 The standard optional status. More...