kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Create a SpeciesName 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...
Public Member Functions | |
recursive subroutine | kim_species_name_from_string (string, species_name) |
Create a SpeciesName 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. | |
Create a SpeciesName 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.
Definition at line 1485 of file kim_species_name_module.f90.
recursive subroutine kim_species_name_module::kim_from_string::kim_species_name_from_string | ( | character(len=*, kind=c_char), intent(in) | string, |
type(kim_species_name_type), intent(out) | species_name | ||
) |
Create a SpeciesName 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.
Definition at line 1553 of file kim_species_name_module.f90.