kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Go to the source code of this file.
Data Types | |
type | kim_collection_module::kim_collection_type |
An Extensible Enumeration for the Collection's supported by the KIM API. More... | |
interface | kim_collection_module::kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
interface | kim_collection_module::kim_from_string |
Create a Collection 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_collection_module::kim_to_string |
Converts the object to a string. More... | |
interface | get_string |
Modules | |
module | kim_collection_module |
An Extensible Enumeration for the Collection's supported by the KIM API. | |
Functions/Subroutines | |
recursive subroutine, public | kim_collection_module::kim_get_number_of_collections (number_of_collections) |
Get the number of standard Collection's defined by the KIM API. More... | |
recursive subroutine, public | kim_collection_module::kim_get_collection (index, collection, ierr) |
Get the identity of each defined standard Collection. More... | |
Variables | |
type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_system"), public, protected | kim_collection_module::kim_collection_system |
The standard system Collection. More... | |
type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_user"), public, protected | kim_collection_module::kim_collection_user |
The standard user Collection. More... | |
type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_environmentVariable"), public, protected | kim_collection_module::kim_collection_environment_variable |
The standard environmentVariable Collection. More... | |
type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_currentWorkingDirectory"), public, protected | kim_collection_module::kim_collection_current_working_directory |
The standard currentWorkingDirectory Collection. More... | |