kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines | Variables
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::kim_from_string
 ComputeCallbackName(std::string const &) More...
 
interface  kim_compute_callback_name_module::kim_to_string
 Converts the object to a string. More...
 
interface  get_string
 

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

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