kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
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...

Functions/Subroutines

recursive subroutine, public kim_get_number_of_compute_callback_names (number_of_compute_callback_names)
 Get the number of standard ComputeCallbackName's defined by the KIM API. 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, public, protected kim_compute_callback_name_get_neighbor_list
 
type(kim_compute_callback_name_type), save, public, protected kim_compute_callback_name_process_dedr_term
 
type(kim_compute_callback_name_type), save, public, protected kim_compute_callback_name_process_d2edr2_term
 

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 288 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)

Get the number of standard ComputeCallbackName's defined by the KIM API.

See also
KIM::COMPUTE_CALLBACK_NAME::GetNumberOfComputeCallbackNames, KIM_COMPUTE_CALLBACK_NAME_GetNumberOfComputeCallbackNames
Since
2.0

Definition at line 264 of file kim_compute_callback_name_module.f90.

Variable Documentation

◆ kim_compute_callback_name_get_neighbor_list

type(kim_compute_callback_name_type), save, public, protected kim_compute_callback_name_module::kim_compute_callback_name_get_neighbor_list

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, public, protected kim_compute_callback_name_module::kim_compute_callback_name_process_d2edr2_term

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, public, protected kim_compute_callback_name_module::kim_compute_callback_name_process_dedr_term

Definition at line 87 of file kim_compute_callback_name_module.f90.