kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Public Attributes | List of all members
kim_supported_extensions_module::kim_supported_extensions_type Type Reference

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

Public Attributes

integer(c_int) number_of_supported_extensions
 The number of extensions supported by the Model. More...
 
character(c_char), dimension(kim_max_extension_id_length, kim_max_number_of_extensionssupported_extension_id
 The unique extension ID's of each supported extension. More...
 
integer(c_int), dimension(kim_max_number_of_extensionssupported_extension_required
 

Detailed Description

The only standard extension defined by the KIM API.

See also
KIM::SupportedExtensions, KIM_SupportedExtensions
Since
2.0

Definition at line 58 of file kim_supported_extensions_module.f90.

Member Data Documentation

◆ number_of_supported_extensions

integer(c_int) kim_supported_extensions_module::kim_supported_extensions_type::number_of_supported_extensions

The number of extensions supported by the Model.

See also
KIM::SupportedExtensions::numberOfSupportedExtensions, KIM_SupportedExtensions::numberOfSupportedExtensions
Since
2.0

Definition at line 65 of file kim_supported_extensions_module.f90.

◆ supported_extension_id

character(c_char), dimension(kim_max_extension_id_length, kim_max_number_of_extensions) kim_supported_extensions_module::kim_supported_extensions_type::supported_extension_id

The unique extension ID's of each supported extension.

See also
KIM::SupportedExtensions::supportedExtensionID, KIM_SupportedExtensions::supportedExtensionID
Since
2.0

Definition at line 73 of file kim_supported_extensions_module.f90.

◆ supported_extension_required

integer(c_int), dimension(kim_max_number_of_extensions) kim_supported_extensions_module::kim_supported_extensions_type::supported_extension_required

The documentation for this type was generated from the following file: