kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
kim_compute_callback_name_module.f90 File Reference

Go to the source code of this file.

Data Types

type  kim_compute_callback_name_module::kim_compute_callback_name_type
 An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API. More...
 
interface  kim_compute_callback_name_module::kim_known
 Determines if the object is a quantity known to the KIM API. More...
 
interface  kim_compute_callback_name_module::operator(.eq.)
 Compares ComputeCallbackName objects for equality. More...
 
interface  kim_compute_callback_name_module::operator(.ne.)
 Compares ComputeCallbackName objects for inequality. More...
 
interface  kim_compute_callback_name_module::kim_from_string
 ComputeCallbackName(std::string const &) More...
 
interface  kim_compute_callback_name_module::kim_to_string
 Converts the object to a string. More...
 

Modules

module  kim_compute_callback_name_module
 An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API.
 

Functions/Subroutines

recursive subroutine, public kim_compute_callback_name_module::kim_get_number_of_compute_callback_names (number_of_compute_callback_names)
 GetNumberOfComputeCallbackNames
 
recursive subroutine, public kim_compute_callback_name_module::kim_get_compute_callback_name (index, compute_callback_name, ierr)
 Get the identity of each defined standard ComputeCallbackName.
 

Variables

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.
 
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.
 
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.