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 | Variables
kim_supported_extensions_module Module Reference

The only standard extension defined by the KIM API. More...

Variables

character(len= *, kind=c_char), parameter, public kim_supported_extensions_id = "KIM_SupportedExtensions"
 
integer(c_int), parameter, public kim_max_extension_id_length = 128
 
integer(c_int), parameter, public kim_max_number_of_extensions = 64
 

Detailed Description

The only standard extension defined by the KIM API.

See also
KIM::SupportedExtensions, KIM_SupportedExtensions
Since
2.0

Variable Documentation

◆ kim_max_extension_id_length

integer(c_int), parameter, public kim_supported_extensions_module::kim_max_extension_id_length = 128

Definition at line 50 of file kim_supported_extensions_module.f90.

◆ kim_max_number_of_extensions

integer(c_int), parameter, public kim_supported_extensions_module::kim_max_number_of_extensions = 64

Definition at line 51 of file kim_supported_extensions_module.f90.

◆ kim_supported_extensions_id

character(len=*, kind=c_char), parameter, public kim_supported_extensions_module::kim_supported_extensions_id = "KIM_SupportedExtensions"

Definition at line 48 of file kim_supported_extensions_module.f90.