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_charge_unit_module Module Reference

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

Functions/Subroutines

recursive subroutine, public kim_get_number_of_charge_units (number_of_charge_units)
 Get the number of standard ChargeUnit's defined by the KIM API. More...
 
recursive subroutine, public kim_get_charge_unit (index, charge_unit, ierr)
 Get the identity of each defined standard ChargeUnit. More...
 

Variables

type(kim_charge_unit_type), save, public, protected kim_charge_unit_unused
 
type(kim_charge_unit_type), save, public, protected kim_charge_unit_c
 
type(kim_charge_unit_type), save, public, protected kim_charge_unit_e
 
type(kim_charge_unit_type), save, public, protected kim_charge_unit_statc
 

Detailed Description

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

See also
KIM::ChargeUnit, KIM_ChargeUnit
Since
2.0

Function/Subroutine Documentation

◆ kim_get_charge_unit()

recursive subroutine, public kim_charge_unit_module::kim_get_charge_unit ( integer(c_int), intent(in)  index,
type(kim_charge_unit_type), intent(out)  charge_unit,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard ChargeUnit.

See also
KIM::CHARGE_UNIT::GetChargeUnit, KIM_CHARGE_UNIT_GetChargeUnit
Since
2.0

Definition at line 278 of file kim_charge_unit_module.f90.

◆ kim_get_number_of_charge_units()

recursive subroutine, public kim_charge_unit_module::kim_get_number_of_charge_units ( integer(c_int), intent(out)  number_of_charge_units)

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

See also
KIM::CHARGE_UNIT::GetNumberOfChargeUnits, KIM_CHARGE_UNIT_GetNumberOfChargeUnits
Since
2.0

Definition at line 258 of file kim_charge_unit_module.f90.

Variable Documentation

◆ kim_charge_unit_c

type(kim_charge_unit_type), save, public, protected kim_charge_unit_module::kim_charge_unit_c

Definition at line 85 of file kim_charge_unit_module.f90.

◆ kim_charge_unit_e

type(kim_charge_unit_type), save, public, protected kim_charge_unit_module::kim_charge_unit_e

Definition at line 94 of file kim_charge_unit_module.f90.

◆ kim_charge_unit_statc

type(kim_charge_unit_type), save, public, protected kim_charge_unit_module::kim_charge_unit_statc

Definition at line 103 of file kim_charge_unit_module.f90.

◆ kim_charge_unit_unused

type(kim_charge_unit_type), save, public, protected kim_charge_unit_module::kim_charge_unit_unused

Definition at line 76 of file kim_charge_unit_module.f90.