kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
An Extensible Enumeration for the CollectionItemType's supported by the KIM API. More...
Data Types | |
type | kim_collection_item_type_type |
An Extensible Enumeration for the CollectionItemType's supported by the KIM API. More... | |
interface | kim_from_string |
KIM::CollectionItemType::CollectionItemType(std::string const &) More... | |
interface | kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
interface | kim_to_string |
Converts the object to a string. More... | |
Functions/Subroutines | |
recursive subroutine, public | kim_get_number_of_collection_item_types (number_of_collection_item_types) |
Get the number of standard CollectionItemType's defined by the KIM API. More... | |
recursive subroutine, public | kim_get_collection_item_type (index, collection_item_type, ierr) |
Get the identity of each defined standard CollectionItemType. More... | |
Variables | |
type(kim_collection_item_type_type), save, bind(C, name="KIM_COLLECTION_ITEM_TYPE_modelDriver"), public, protected | kim_collection_item_type_model_driver |
The standard modelDriver CollectionItemType. More... | |
type(kim_collection_item_type_type), save, bind(C, name="KIM_COLLECTION_ITEM_TYPE_portableModel"), public, protected | kim_collection_item_type_portable_model |
The standard portableModel CollectionItemType. More... | |
type(kim_collection_item_type_type), save, bind(C, name="KIM_COLLECTION_ITEM_TYPE_simulatorModel"), public, protected | kim_collection_item_type_simulator_model |
The standard simulatorModel CollectionItemType. More... | |
An Extensible Enumeration for the CollectionItemType's supported by the KIM API.
recursive subroutine, public kim_collection_item_type_module::kim_get_collection_item_type | ( | integer(c_int), intent(in) | index, |
type(kim_collection_item_type_type), intent(out) | collection_item_type, | ||
integer(c_int), intent(out) | ierr | ||
) |
Get the identity of each defined standard CollectionItemType.
Definition at line 281 of file kim_collection_item_type_module.f90.
recursive subroutine, public kim_collection_item_type_module::kim_get_number_of_collection_item_types | ( | integer(c_int), intent(out) | number_of_collection_item_types | ) |
Get the number of standard CollectionItemType's defined by the KIM API.
Definition at line 258 of file kim_collection_item_type_module.f90.
type(kim_collection_item_type_type), save, bind(C, name="KIM_COLLECTION_ITEM_TYPE_modelDriver"), public, protected kim_collection_item_type_module::kim_collection_item_type_model_driver |
The standard modelDriver
CollectionItemType.
Definition at line 77 of file kim_collection_item_type_module.f90.
type(kim_collection_item_type_type), save, bind(C, name="KIM_COLLECTION_ITEM_TYPE_portableModel"), public, protected kim_collection_item_type_module::kim_collection_item_type_portable_model |
The standard portableModel
CollectionItemType.
Definition at line 87 of file kim_collection_item_type_module.f90.
type(kim_collection_item_type_type), save, bind(C, name="KIM_COLLECTION_ITEM_TYPE_simulatorModel"), public, protected kim_collection_item_type_module::kim_collection_item_type_simulator_model |
The standard simulatorModel
CollectionItemType.
Definition at line 97 of file kim_collection_item_type_module.f90.