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 ComputeCallbackName's supported by the KIM API. More...
Data Types | |
type | kim_compute_callback_name_type |
An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API. More... | |
interface | kim_from_string |
ComputeCallbackName(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_compute_callback_names (number_of_compute_callback_names) |
GetNumberOfComputeCallbackNames More... | |
recursive subroutine, public | kim_get_compute_callback_name (index, compute_callback_name, ierr) |
Get the identity of each defined standard ComputeCallbackName. More... | |
Variables | |
type(kim_compute_callback_name_type), save, bind(C, name="KIM_COMPUTE_CALLBACK_NAME_GetNeighborList"), public, protected | kim_compute_callback_name_get_neighbor_list |
The standard GetNeighborList callback. More... | |
type(kim_compute_callback_name_type), save, bind(C, name="KIM_COMPUTE_CALLBACK_NAME_ProcessDEDrTerm"), public, protected | kim_compute_callback_name_process_dedr_term |
The standard ProcessDEDrTerm callback. More... | |
type(kim_compute_callback_name_type), save, bind(C, name="KIM_COMPUTE_CALLBACK_NAME_ProcessD2EDr2Term"), public, protected | kim_compute_callback_name_process_d2edr2_term |
The standard ProcessD2EDr2Term callback. More... | |
An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API.
recursive subroutine, public kim_compute_callback_name_module::kim_get_compute_callback_name | ( | integer(c_int), intent(in) | index, |
type(kim_compute_callback_name_type), intent(out) | compute_callback_name, | ||
integer(c_int), intent(out) | ierr | ||
) |
Get the identity of each defined standard ComputeCallbackName.
Definition at line 285 of file kim_compute_callback_name_module.f90.
recursive subroutine, public kim_compute_callback_name_module::kim_get_number_of_compute_callback_names | ( | integer(c_int), intent(out) | number_of_compute_callback_names | ) |
GetNumberOfComputeCallbackNames
Definition at line 262 of file kim_compute_callback_name_module.f90.
type(kim_compute_callback_name_type), save, bind(C, name="KIM_COMPUTE_CALLBACK_NAME_GetNeighborList"), public, protected kim_compute_callback_name_module::kim_compute_callback_name_get_neighbor_list |
The standard GetNeighborList
callback.
Definition at line 77 of file kim_compute_callback_name_module.f90.
type(kim_compute_callback_name_type), save, bind(C, name="KIM_COMPUTE_CALLBACK_NAME_ProcessD2EDr2Term"), public, protected kim_compute_callback_name_module::kim_compute_callback_name_process_d2edr2_term |
The standard ProcessD2EDr2Term
callback.
Definition at line 97 of file kim_compute_callback_name_module.f90.
type(kim_compute_callback_name_type), save, bind(C, name="KIM_COMPUTE_CALLBACK_NAME_ProcessDEDrTerm"), public, protected kim_compute_callback_name_module::kim_compute_callback_name_process_dedr_term |
The standard ProcessDEDrTerm
callback.
Definition at line 87 of file kim_compute_callback_name_module.f90.