kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Go to the source code of this file.
Data Types | |
type | kim_charge_unit_module::kim_charge_unit_type |
An Extensible Enumeration for the ChargeUnit's supported by the KIM API. More... | |
interface | kim_charge_unit_module::kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
interface | kim_charge_unit_module::kim_from_string |
Create a ChargeUnit object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated. More... | |
interface | kim_charge_unit_module::kim_to_string |
Converts the object to a string. More... | |
interface | get_string |
Modules | |
module | kim_charge_unit_module |
An Extensible Enumeration for the ChargeUnit's supported by the KIM API. | |
Functions/Subroutines | |
recursive subroutine, public | kim_charge_unit_module::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_charge_unit_module::kim_get_charge_unit (index, charge_unit, ierr) |
Get the identity of each defined standard ChargeUnit. More... | |
Variables | |
type(kim_charge_unit_type), save, bind(C, name="KIM_CHARGE_UNIT_unused"), public, protected | kim_charge_unit_module::kim_charge_unit_unused |
Indicates that a ChargeUnit is not used. More... | |
type(kim_charge_unit_type), save, bind(C, name="KIM_CHARGE_UNIT_c"), public, protected | kim_charge_unit_module::kim_charge_unit_c |
The standard Coulomb unit of charge. More... | |
type(kim_charge_unit_type), save, bind(C, name="KIM_CHARGE_UNIT_e"), public, protected | kim_charge_unit_module::kim_charge_unit_e |
The standard electron unit of charge. More... | |
type(kim_charge_unit_type), save, bind(C, name="KIM_CHARGE_UNIT_statC"), public, protected | kim_charge_unit_module::kim_charge_unit_statc |
The standard statcoulomb unit of charge. More... | |