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 | Functions/Subroutines | Variables
kim_compute_callback_name_module Module Reference

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

Detailed Description

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

See also
KIM::ComputeCallbackName, KIM_ComputeCallbackName
Since
2.0

Function/Subroutine Documentation

◆ kim_get_compute_callback_name()

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.

See also
KIM::COMPUTE_CALLBACK_NAME::GetComputeCallbackName, KIM_COMPUTE_CALLBACK_NAME_GetComputeCallbackName
Since
2.0

Definition at line 285 of file kim_compute_callback_name_module.f90.

◆ kim_get_number_of_compute_callback_names()

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)

Variable Documentation

◆ kim_compute_callback_name_get_neighbor_list

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.

See also
KIM::COMPUTE_CALLBACK_NAME::GetNeighborList, KIM_COMPUTE_CALLBACK_NAME_GetNeighborList
Since
2.0

Definition at line 77 of file kim_compute_callback_name_module.f90.

◆ kim_compute_callback_name_process_d2edr2_term

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.

See also
KIM::COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term, KIM_COMPUTE_CALLBACK_NAME_ProcessD2EDr2Term
Since
2.0

Definition at line 97 of file kim_compute_callback_name_module.f90.

◆ kim_compute_callback_name_process_dedr_term

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.

See also
KIM::COMPUTE_CALLBACK_NAME::ProcessDEDrTerm, KIM_COMPUTE_CALLBACK_NAME_ProcessDEDrTerm
Since
2.0

Definition at line 87 of file kim_compute_callback_name_module.f90.