kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
KIM_SpeciesName.h File Reference

Go to the source code of this file.

Classes

struct  KIM_SpeciesName
 An Extensible Enumeration for the SpeciesName's supported by the KIM API. More...
 

Typedefs

typedef struct KIM_SpeciesName KIM_SpeciesName
 Forward declaration. More...
 

Functions

KIM_SpeciesName KIM_SpeciesName_FromString (char const *const str)
 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...
 
int KIM_SpeciesName_Known (KIM_SpeciesName const speciesName)
 Determines if the object is a quantity known to the KIM API. More...
 
int KIM_SpeciesName_Equal (KIM_SpeciesName const lhs, KIM_SpeciesName const rhs)
 Compares SpeciesName objects for equality. More...
 
int KIM_SpeciesName_NotEqual (KIM_SpeciesName const lhs, KIM_SpeciesName const rhs)
 Compares SpeciesName objects for inequality. More...
 
char const * KIM_SpeciesName_ToString (KIM_SpeciesName const speciesName)
 Converts the object to a string. More...
 
void KIM_SPECIES_NAME_GetNumberOfSpeciesNames (int *const numberOfSpeciesNames)
 Get the number of standard SpeciesName's defined by the KIM API. More...
 
int KIM_SPECIES_NAME_GetSpeciesName (int const index, KIM_SpeciesName *const speciesName)
 Get the identity of each defined standard SpeciesName. More...
 

Variables

KIM_SpeciesName const KIM_SPECIES_NAME_electron
 The standard electron species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_H
 The standard Hydrogen species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_He
 The standard Helium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Li
 The standard Lithium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Be
 The standard Beryllium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_B
 The standard Boron species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_C
 The standard Carbon species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_N
 The standard Nitrogen species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_O
 The standard Oxygen species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_F
 The standard Fluorine species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ne
 The standard Neon species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Na
 The standard Sodium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Mg
 The standard Magnesium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Al
 The standard Aluminum species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Si
 The standard Silicon species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_P
 The standard Phosphorus species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_S
 The standard Sulfur species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cl
 The standard Chlorine species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ar
 The standard Argon species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_K
 The standard Potassium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ca
 The standard Calcium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Sc
 The standard Scandium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ti
 The standard Titanium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_V
 The standard Vanadium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cr
 The standard Chromium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Mn
 The standard Manganese species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Fe
 The standard Iron species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Co
 The standard Cobalt species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ni
 The standard Nickel species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cu
 The standard Copper species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Zn
 The standard Zinc species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ga
 The standard Gallium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ge
 The standard Germanium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_As
 The standard Arsenic species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Se
 The standard Selenium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Br
 The standard Bromine species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Kr
 The standard Krypton species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Rb
 The standard Rubidium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Sr
 The standard Strontium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Y
 The standard Yttrium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Zr
 The standard Zirconium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Nb
 The standard Niobium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Mo
 The standard Molybdenum species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Tc
 The standard Technetium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ru
 The standard Ruthenium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Rh
 The standard Rhodium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pd
 The standard Palladium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ag
 The standard Silver species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cd
 The standard Cadmium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_In
 The standard Indium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Sn
 The standard Tin species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Sb
 The standard Antimony species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Te
 The standard Tellurium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_I
 The standard Iodine species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Xe
 The standard Xenon species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cs
 The standard Cesium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ba
 The standard Barium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_La
 The standard Lanthanum species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ce
 The standard Cerium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pr
 The standard Praseodymium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Nd
 The standard Neodymium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pm
 The standard Promethium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Sm
 The standard Samarium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Eu
 The standard Europium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Gd
 The standard Gadolinium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Tb
 The standard Terbium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Dy
 The standard Dysprosium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ho
 The standard Holmium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Er
 The standard Erbium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Tm
 The standard Thulium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Yb
 The standard Ytterbium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Lu
 The standard Lutetium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Hf
 The standard Hafnium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ta
 The standard Tantalum species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_W
 The standard Tungsten species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Re
 The standard Rhenium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Os
 The standard Osmium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ir
 The standard Iridium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pt
 The standard Platinum species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Au
 The standard Gold species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Hg
 The standard Mercury species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Tl
 The standard Thallium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pb
 The standard Lead species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Bi
 The standard Bismuth species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Po
 The standard Polonium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_At
 The standard Astatine species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Rn
 The standard Radon species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Fr
 The standard Francium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ra
 The standard Radium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ac
 The standard Actinium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Th
 The standard Thorium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pa
 The standard Protactinium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_U
 The standard Uranium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Np
 The standard Neptunium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Pu
 The standard Plutonium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Am
 The standard Americium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cm
 The standard Curium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Bk
 The standard Berkelium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cf
 The standard Californium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Es
 The standard Einsteinium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Fm
 The standard Fermium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Md
 The standard Mendelevium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_No
 The standard Nobelium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Lr
 The standard Lawrencium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Rf
 The standard Rutherfordium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Db
 The standard Dubnium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Sg
 The standard Seaborgium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Bh
 The standard Bohrium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Hs
 The standard Hassium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Mt
 The standard Meitnerium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ds
 The standard Darmstadtium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Rg
 The standard Roentgenium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Cn
 The standard Copernicium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Nh
 The standard Nihonium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Fl
 The standard Flerovium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Mc
 The standard Moscovium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Lv
 The standard Livermorium species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Ts
 The standard Tennessine species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_Og
 The standard Oganesson species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user01
 The standard user01 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user02
 The standard user02 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user03
 The standard user03 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user04
 The standard user04 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user05
 The standard user05 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user06
 The standard user06 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user07
 The standard user07 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user08
 The standard user08 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user09
 The standard user09 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user10
 The standard user10 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user11
 The standard user11 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user12
 The standard user12 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user13
 The standard user13 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user14
 The standard user14 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user15
 The standard user15 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user16
 The standard user16 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user17
 The standard user17 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user18
 The standard user18 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user19
 The standard user19 species. More...
 
KIM_SpeciesName const KIM_SPECIES_NAME_user20
 The standard user20 species. More...
 

Typedef Documentation

◆ KIM_SpeciesName

Forward declaration.

Since
2.0

Definition at line 61 of file KIM_SpeciesName.h.

Function Documentation

◆ KIM_SPECIES_NAME_GetNumberOfSpeciesNames()

void KIM_SPECIES_NAME_GetNumberOfSpeciesNames ( int *const  numberOfSpeciesNames)

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

See also
KIM::SPECIES_NAME::GetNumberOfSpeciesNames, kim_species_name_module::kim_get_number_of_species_names
Since
2.0

◆ KIM_SPECIES_NAME_GetSpeciesName()

int KIM_SPECIES_NAME_GetSpeciesName ( int const  index,
KIM_SpeciesName *const  speciesName 
)

Get the identity of each defined standard SpeciesName.

See also
KIM::SPECIES_NAME::GetSpeciesName, kim_species_name_module::kim_get_species_name
Since
2.0

◆ KIM_SpeciesName_Equal()

int KIM_SpeciesName_Equal ( KIM_SpeciesName const  lhs,
KIM_SpeciesName const  rhs 
)

Compares SpeciesName objects for equality.

See also
KIM::SpeciesName::operator==(), kim_species_name_module::operator(.eq.)
Since
2.0

◆ KIM_SpeciesName_FromString()

KIM_SpeciesName KIM_SpeciesName_FromString ( char const *const  str)

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.

See also
KIM::SpeciesName::SpeciesName(std::string const &), kim_species_name_module::kim_from_string
Since
2.0

◆ KIM_SpeciesName_Known()

int KIM_SpeciesName_Known ( KIM_SpeciesName const  speciesName)

Determines if the object is a quantity known to the KIM API.

See also
KIM::SpeciesName::Known, kim_species_name_module::kim_known
Since
2.0

◆ KIM_SpeciesName_NotEqual()

int KIM_SpeciesName_NotEqual ( KIM_SpeciesName const  lhs,
KIM_SpeciesName const  rhs 
)

Compares SpeciesName objects for inequality.

See also
KIM::SpeciesName::operator!=(), kim_species_name_module::operator(.ne.)
Since
2.0

◆ KIM_SpeciesName_ToString()

char const * KIM_SpeciesName_ToString ( KIM_SpeciesName const  speciesName)

Converts the object to a string.

See also
KIM::SpeciesName::ToString, kim_species_name_module::kim_to_string
Since
2.0

Variable Documentation

◆ KIM_SPECIES_NAME_Ac

KIM_SpeciesName const KIM_SPECIES_NAME_Ac
extern

The standard Actinium species.

See also
KIM::SPECIES_NAME::Ac, kim_species_name_module::kim_species_name_ac
Since
2.0

◆ KIM_SPECIES_NAME_Ag

KIM_SpeciesName const KIM_SPECIES_NAME_Ag
extern

The standard Silver species.

See also
KIM::SPECIES_NAME::Ag, kim_species_name_module::kim_species_name_ag
Since
2.0

◆ KIM_SPECIES_NAME_Al

KIM_SpeciesName const KIM_SPECIES_NAME_Al
extern

The standard Aluminum species.

See also
KIM::SPECIES_NAME::Al, kim_species_name_module::kim_species_name_al
Since
2.0

◆ KIM_SPECIES_NAME_Am

KIM_SpeciesName const KIM_SPECIES_NAME_Am
extern

The standard Americium species.

See also
KIM::SPECIES_NAME::Am, kim_species_name_module::kim_species_name_am
Since
2.0

◆ KIM_SPECIES_NAME_Ar

KIM_SpeciesName const KIM_SPECIES_NAME_Ar
extern

The standard Argon species.

See also
KIM::SPECIES_NAME::Ar, kim_species_name_module::kim_species_name_ar
Since
2.0

◆ KIM_SPECIES_NAME_As

KIM_SpeciesName const KIM_SPECIES_NAME_As
extern

The standard Arsenic species.

See also
KIM::SPECIES_NAME::As, kim_species_name_module::kim_species_name_as
Since
2.0

◆ KIM_SPECIES_NAME_At

KIM_SpeciesName const KIM_SPECIES_NAME_At
extern

The standard Astatine species.

See also
KIM::SPECIES_NAME::At, kim_species_name_module::kim_species_name_at
Since
2.0

◆ KIM_SPECIES_NAME_Au

KIM_SpeciesName const KIM_SPECIES_NAME_Au
extern

The standard Gold species.

See also
KIM::SPECIES_NAME::Au, kim_species_name_module::kim_species_name_au
Since
2.0

◆ KIM_SPECIES_NAME_B

KIM_SpeciesName const KIM_SPECIES_NAME_B
extern

The standard Boron species.

See also
KIM::SPECIES_NAME::B, kim_species_name_module::kim_species_name_b
Since
2.0

◆ KIM_SPECIES_NAME_Ba

KIM_SpeciesName const KIM_SPECIES_NAME_Ba
extern

The standard Barium species.

See also
KIM::SPECIES_NAME::Ba, kim_species_name_module::kim_species_name_ba
Since
2.0

◆ KIM_SPECIES_NAME_Be

KIM_SpeciesName const KIM_SPECIES_NAME_Be
extern

The standard Beryllium species.

See also
KIM::SPECIES_NAME::Be, kim_species_name_module::kim_species_name_be
Since
2.0

◆ KIM_SPECIES_NAME_Bh

KIM_SpeciesName const KIM_SPECIES_NAME_Bh
extern

The standard Bohrium species.

See also
KIM::SPECIES_NAME::Bh, kim_species_name_module::kim_species_name_bh
Since
2.0

◆ KIM_SPECIES_NAME_Bi

KIM_SpeciesName const KIM_SPECIES_NAME_Bi
extern

The standard Bismuth species.

See also
KIM::SPECIES_NAME::Bi, kim_species_name_module::kim_species_name_bi
Since
2.0

◆ KIM_SPECIES_NAME_Bk

KIM_SpeciesName const KIM_SPECIES_NAME_Bk
extern

The standard Berkelium species.

See also
KIM::SPECIES_NAME::Bk, kim_species_name_module::kim_species_name_bk
Since
2.0

◆ KIM_SPECIES_NAME_Br

KIM_SpeciesName const KIM_SPECIES_NAME_Br
extern

The standard Bromine species.

See also
KIM::SPECIES_NAME::Br, kim_species_name_module::kim_species_name_br
Since
2.0

◆ KIM_SPECIES_NAME_C

KIM_SpeciesName const KIM_SPECIES_NAME_C
extern

The standard Carbon species.

See also
KIM::SPECIES_NAME::C, kim_species_name_module::kim_species_name_c
Since
2.0

◆ KIM_SPECIES_NAME_Ca

KIM_SpeciesName const KIM_SPECIES_NAME_Ca
extern

The standard Calcium species.

See also
KIM::SPECIES_NAME::Ca, kim_species_name_module::kim_species_name_ca
Since
2.0

◆ KIM_SPECIES_NAME_Cd

KIM_SpeciesName const KIM_SPECIES_NAME_Cd
extern

The standard Cadmium species.

See also
KIM::SPECIES_NAME::Cd, kim_species_name_module::kim_species_name_cd
Since
2.0

◆ KIM_SPECIES_NAME_Ce

KIM_SpeciesName const KIM_SPECIES_NAME_Ce
extern

The standard Cerium species.

See also
KIM::SPECIES_NAME::Ce, kim_species_name_module::kim_species_name_ce
Since
2.0

◆ KIM_SPECIES_NAME_Cf

KIM_SpeciesName const KIM_SPECIES_NAME_Cf
extern

The standard Californium species.

See also
KIM::SPECIES_NAME::Cf, kim_species_name_module::kim_species_name_cf
Since
2.0

◆ KIM_SPECIES_NAME_Cl

KIM_SpeciesName const KIM_SPECIES_NAME_Cl
extern

The standard Chlorine species.

See also
KIM::SPECIES_NAME::Cl, kim_species_name_module::kim_species_name_cl
Since
2.0

◆ KIM_SPECIES_NAME_Cm

KIM_SpeciesName const KIM_SPECIES_NAME_Cm
extern

The standard Curium species.

See also
KIM::SPECIES_NAME::Cm, kim_species_name_module::kim_species_name_cm
Since
2.0

◆ KIM_SPECIES_NAME_Cn

KIM_SpeciesName const KIM_SPECIES_NAME_Cn
extern

The standard Copernicium species.

See also
KIM::SPECIES_NAME::Cn, kim_species_name_module::kim_species_name_cn
Since
2.0

◆ KIM_SPECIES_NAME_Co

KIM_SpeciesName const KIM_SPECIES_NAME_Co
extern

The standard Cobalt species.

See also
KIM::SPECIES_NAME::Co, kim_species_name_module::kim_species_name_co
Since
2.0

◆ KIM_SPECIES_NAME_Cr

KIM_SpeciesName const KIM_SPECIES_NAME_Cr
extern

The standard Chromium species.

See also
KIM::SPECIES_NAME::Cr, kim_species_name_module::kim_species_name_cr
Since
2.0

◆ KIM_SPECIES_NAME_Cs

KIM_SpeciesName const KIM_SPECIES_NAME_Cs
extern

The standard Cesium species.

See also
KIM::SPECIES_NAME::Cs, kim_species_name_module::kim_species_name_cs
Since
2.0

◆ KIM_SPECIES_NAME_Cu

KIM_SpeciesName const KIM_SPECIES_NAME_Cu
extern

The standard Copper species.

See also
KIM::SPECIES_NAME::Cu, kim_species_name_module::kim_species_name_cu
Since
2.0

◆ KIM_SPECIES_NAME_Db

KIM_SpeciesName const KIM_SPECIES_NAME_Db
extern

The standard Dubnium species.

See also
KIM::SPECIES_NAME::Db, kim_species_name_module::kim_species_name_db
Since
2.0

◆ KIM_SPECIES_NAME_Ds

KIM_SpeciesName const KIM_SPECIES_NAME_Ds
extern

The standard Darmstadtium species.

See also
KIM::SPECIES_NAME::Ds, kim_species_name_module::kim_species_name_ds
Since
2.0

◆ KIM_SPECIES_NAME_Dy

KIM_SpeciesName const KIM_SPECIES_NAME_Dy
extern

The standard Dysprosium species.

See also
KIM::SPECIES_NAME::Dy, kim_species_name_module::kim_species_name_dy
Since
2.0

◆ KIM_SPECIES_NAME_electron

KIM_SpeciesName const KIM_SPECIES_NAME_electron
extern

The standard electron species.

See also
KIM::SPECIES_NAME::electron, kim_species_name_module::kim_species_name_electron
Since
2.0

◆ KIM_SPECIES_NAME_Er

KIM_SpeciesName const KIM_SPECIES_NAME_Er
extern

The standard Erbium species.

See also
KIM::SPECIES_NAME::Er, kim_species_name_module::kim_species_name_er
Since
2.0

◆ KIM_SPECIES_NAME_Es

KIM_SpeciesName const KIM_SPECIES_NAME_Es
extern

The standard Einsteinium species.

See also
KIM::SPECIES_NAME::Es, kim_species_name_module::kim_species_name_es
Since
2.0

◆ KIM_SPECIES_NAME_Eu

KIM_SpeciesName const KIM_SPECIES_NAME_Eu
extern

The standard Europium species.

See also
KIM::SPECIES_NAME::Eu, kim_species_name_module::kim_species_name_eu
Since
2.0

◆ KIM_SPECIES_NAME_F

KIM_SpeciesName const KIM_SPECIES_NAME_F
extern

The standard Fluorine species.

See also
KIM::SPECIES_NAME::F, kim_species_name_module::kim_species_name_f
Since
2.0

◆ KIM_SPECIES_NAME_Fe

KIM_SpeciesName const KIM_SPECIES_NAME_Fe
extern

The standard Iron species.

See also
KIM::SPECIES_NAME::Fe, kim_species_name_module::kim_species_name_fe
Since
2.0

◆ KIM_SPECIES_NAME_Fl

KIM_SpeciesName const KIM_SPECIES_NAME_Fl
extern

The standard Flerovium species.

See also
KIM::SPECIES_NAME::Fl, kim_species_name_module::kim_species_name_fl
Since
2.0

◆ KIM_SPECIES_NAME_Fm

KIM_SpeciesName const KIM_SPECIES_NAME_Fm
extern

The standard Fermium species.

See also
KIM::SPECIES_NAME::Fm, kim_species_name_module::kim_species_name_fm
Since
2.0

◆ KIM_SPECIES_NAME_Fr

KIM_SpeciesName const KIM_SPECIES_NAME_Fr
extern

The standard Francium species.

See also
KIM::SPECIES_NAME::Fr, kim_species_name_module::kim_species_name_fr
Since
2.0

◆ KIM_SPECIES_NAME_Ga

KIM_SpeciesName const KIM_SPECIES_NAME_Ga
extern

The standard Gallium species.

See also
KIM::SPECIES_NAME::Ga, kim_species_name_module::kim_species_name_ga
Since
2.0

◆ KIM_SPECIES_NAME_Gd

KIM_SpeciesName const KIM_SPECIES_NAME_Gd
extern

The standard Gadolinium species.

See also
KIM::SPECIES_NAME::Gd, kim_species_name_module::kim_species_name_gd
Since
2.0

◆ KIM_SPECIES_NAME_Ge

KIM_SpeciesName const KIM_SPECIES_NAME_Ge
extern

The standard Germanium species.

See also
KIM::SPECIES_NAME::Ge, kim_species_name_module::kim_species_name_ge
Since
2.0

◆ KIM_SPECIES_NAME_H

KIM_SpeciesName const KIM_SPECIES_NAME_H
extern

The standard Hydrogen species.

See also
KIM::SPECIES_NAME::H, kim_species_name_module::kim_species_name_h
Since
2.0

◆ KIM_SPECIES_NAME_He

KIM_SpeciesName const KIM_SPECIES_NAME_He
extern

The standard Helium species.

See also
KIM::SPECIES_NAME::He, kim_species_name_module::kim_species_name_he
Since
2.0

◆ KIM_SPECIES_NAME_Hf

KIM_SpeciesName const KIM_SPECIES_NAME_Hf
extern

The standard Hafnium species.

See also
KIM::SPECIES_NAME::Hf, kim_species_name_module::kim_species_name_hf
Since
2.0

◆ KIM_SPECIES_NAME_Hg

KIM_SpeciesName const KIM_SPECIES_NAME_Hg
extern

The standard Mercury species.

See also
KIM::SPECIES_NAME::Hg, kim_species_name_module::kim_species_name_hg
Since
2.0

◆ KIM_SPECIES_NAME_Ho

KIM_SpeciesName const KIM_SPECIES_NAME_Ho
extern

The standard Holmium species.

See also
KIM::SPECIES_NAME::Ho, kim_species_name_module::kim_species_name_ho
Since
2.0

◆ KIM_SPECIES_NAME_Hs

KIM_SpeciesName const KIM_SPECIES_NAME_Hs
extern

The standard Hassium species.

See also
KIM::SPECIES_NAME::Hs, kim_species_name_module::kim_species_name_hs
Since
2.0

◆ KIM_SPECIES_NAME_I

KIM_SpeciesName const KIM_SPECIES_NAME_I
extern

The standard Iodine species.

See also
KIM::SPECIES_NAME::I, kim_species_name_module::kim_species_name_i
Since
2.0

◆ KIM_SPECIES_NAME_In

KIM_SpeciesName const KIM_SPECIES_NAME_In
extern

The standard Indium species.

See also
KIM::SPECIES_NAME::In, kim_species_name_module::kim_species_name_in
Since
2.0

◆ KIM_SPECIES_NAME_Ir

KIM_SpeciesName const KIM_SPECIES_NAME_Ir
extern

The standard Iridium species.

See also
KIM::SPECIES_NAME::Ir, kim_species_name_module::kim_species_name_ir
Since
2.0

◆ KIM_SPECIES_NAME_K

KIM_SpeciesName const KIM_SPECIES_NAME_K
extern

The standard Potassium species.

See also
KIM::SPECIES_NAME::K, kim_species_name_module::kim_species_name_k
Since
2.0

◆ KIM_SPECIES_NAME_Kr

KIM_SpeciesName const KIM_SPECIES_NAME_Kr
extern

The standard Krypton species.

See also
KIM::SPECIES_NAME::Kr, kim_species_name_module::kim_species_name_kr
Since
2.0

◆ KIM_SPECIES_NAME_La

KIM_SpeciesName const KIM_SPECIES_NAME_La
extern

The standard Lanthanum species.

See also
KIM::SPECIES_NAME::La, kim_species_name_module::kim_species_name_la
Since
2.0

◆ KIM_SPECIES_NAME_Li

KIM_SpeciesName const KIM_SPECIES_NAME_Li
extern

The standard Lithium species.

See also
KIM::SPECIES_NAME::Li, kim_species_name_module::kim_species_name_li
Since
2.0

◆ KIM_SPECIES_NAME_Lr

KIM_SpeciesName const KIM_SPECIES_NAME_Lr
extern

The standard Lawrencium species.

See also
KIM::SPECIES_NAME::Lr, kim_species_name_module::kim_species_name_lr
Since
2.0

◆ KIM_SPECIES_NAME_Lu

KIM_SpeciesName const KIM_SPECIES_NAME_Lu
extern

The standard Lutetium species.

See also
KIM::SPECIES_NAME::Lu, kim_species_name_module::kim_species_name_lu
Since
2.0

◆ KIM_SPECIES_NAME_Lv

KIM_SpeciesName const KIM_SPECIES_NAME_Lv
extern

The standard Livermorium species.

See also
KIM::SPECIES_NAME::Lv, kim_species_name_module::kim_species_name_lv
Since
2.0

◆ KIM_SPECIES_NAME_Mc

KIM_SpeciesName const KIM_SPECIES_NAME_Mc
extern

The standard Moscovium species.

See also
KIM::SPECIES_NAME::Mc, kim_species_name_module::kim_species_name_mc
Since
2.0

◆ KIM_SPECIES_NAME_Md

KIM_SpeciesName const KIM_SPECIES_NAME_Md
extern

The standard Mendelevium species.

See also
KIM::SPECIES_NAME::Md, kim_species_name_module::kim_species_name_md
Since
2.0

◆ KIM_SPECIES_NAME_Mg

KIM_SpeciesName const KIM_SPECIES_NAME_Mg
extern

The standard Magnesium species.

See also
KIM::SPECIES_NAME::Mg, kim_species_name_module::kim_species_name_mg
Since
2.0

◆ KIM_SPECIES_NAME_Mn

KIM_SpeciesName const KIM_SPECIES_NAME_Mn
extern

The standard Manganese species.

See also
KIM::SPECIES_NAME::Mn, kim_species_name_module::kim_species_name_mn
Since
2.0

◆ KIM_SPECIES_NAME_Mo

KIM_SpeciesName const KIM_SPECIES_NAME_Mo
extern

The standard Molybdenum species.

See also
KIM::SPECIES_NAME::Mo, kim_species_name_module::kim_species_name_mo
Since
2.0

◆ KIM_SPECIES_NAME_Mt

KIM_SpeciesName const KIM_SPECIES_NAME_Mt
extern

The standard Meitnerium species.

See also
KIM::SPECIES_NAME::Mt, kim_species_name_module::kim_species_name_mt
Since
2.0

◆ KIM_SPECIES_NAME_N

KIM_SpeciesName const KIM_SPECIES_NAME_N
extern

The standard Nitrogen species.

See also
KIM::SPECIES_NAME::N, kim_species_name_module::kim_species_name_n
Since
2.0

◆ KIM_SPECIES_NAME_Na

KIM_SpeciesName const KIM_SPECIES_NAME_Na
extern

The standard Sodium species.

See also
KIM::SPECIES_NAME::Na, kim_species_name_module::kim_species_name_na
Since
2.0

◆ KIM_SPECIES_NAME_Nb

KIM_SpeciesName const KIM_SPECIES_NAME_Nb
extern

The standard Niobium species.

See also
KIM::SPECIES_NAME::Nb, kim_species_name_module::kim_species_name_nb
Since
2.0

◆ KIM_SPECIES_NAME_Nd

KIM_SpeciesName const KIM_SPECIES_NAME_Nd
extern

The standard Neodymium species.

See also
KIM::SPECIES_NAME::Nd, kim_species_name_module::kim_species_name_nd
Since
2.0

◆ KIM_SPECIES_NAME_Ne

KIM_SpeciesName const KIM_SPECIES_NAME_Ne
extern

The standard Neon species.

See also
KIM::SPECIES_NAME::Ne, kim_species_name_module::kim_species_name_ne
Since
2.0

◆ KIM_SPECIES_NAME_Nh

KIM_SpeciesName const KIM_SPECIES_NAME_Nh
extern

The standard Nihonium species.

See also
KIM::SPECIES_NAME::Nh, kim_species_name_module::kim_species_name_nh
Since
2.0

◆ KIM_SPECIES_NAME_Ni

KIM_SpeciesName const KIM_SPECIES_NAME_Ni
extern

The standard Nickel species.

See also
KIM::SPECIES_NAME::Ni, kim_species_name_module::kim_species_name_ni
Since
2.0

◆ KIM_SPECIES_NAME_No

KIM_SpeciesName const KIM_SPECIES_NAME_No
extern

The standard Nobelium species.

See also
KIM::SPECIES_NAME::No, kim_species_name_module::kim_species_name_no
Since
2.0

◆ KIM_SPECIES_NAME_Np

KIM_SpeciesName const KIM_SPECIES_NAME_Np
extern

The standard Neptunium species.

See also
KIM::SPECIES_NAME::Np, kim_species_name_module::kim_species_name_np
Since
2.0

◆ KIM_SPECIES_NAME_O

KIM_SpeciesName const KIM_SPECIES_NAME_O
extern

The standard Oxygen species.

See also
KIM::SPECIES_NAME::O, kim_species_name_module::kim_species_name_o
Since
2.0

◆ KIM_SPECIES_NAME_Og

KIM_SpeciesName const KIM_SPECIES_NAME_Og
extern

The standard Oganesson species.

See also
KIM::SPECIES_NAME::Og, kim_species_name_module::kim_species_name_og
Since
2.0

◆ KIM_SPECIES_NAME_Os

KIM_SpeciesName const KIM_SPECIES_NAME_Os
extern

The standard Osmium species.

See also
KIM::SPECIES_NAME::Os, kim_species_name_module::kim_species_name_os
Since
2.0

◆ KIM_SPECIES_NAME_P

KIM_SpeciesName const KIM_SPECIES_NAME_P
extern

The standard Phosphorus species.

See also
KIM::SPECIES_NAME::P, kim_species_name_module::kim_species_name_p
Since
2.0

◆ KIM_SPECIES_NAME_Pa

KIM_SpeciesName const KIM_SPECIES_NAME_Pa
extern

The standard Protactinium species.

See also
KIM::SPECIES_NAME::Pa, kim_species_name_module::kim_species_name_pa
Since
2.0

◆ KIM_SPECIES_NAME_Pb

KIM_SpeciesName const KIM_SPECIES_NAME_Pb
extern

The standard Lead species.

See also
KIM::SPECIES_NAME::Pb, kim_species_name_module::kim_species_name_pb
Since
2.0

◆ KIM_SPECIES_NAME_Pd

KIM_SpeciesName const KIM_SPECIES_NAME_Pd
extern

The standard Palladium species.

See also
KIM::SPECIES_NAME::Pd, kim_species_name_module::kim_species_name_pd
Since
2.0

◆ KIM_SPECIES_NAME_Pm

KIM_SpeciesName const KIM_SPECIES_NAME_Pm
extern

The standard Promethium species.

See also
KIM::SPECIES_NAME::Pm, kim_species_name_module::kim_species_name_pm
Since
2.0

◆ KIM_SPECIES_NAME_Po

KIM_SpeciesName const KIM_SPECIES_NAME_Po
extern

The standard Polonium species.

See also
KIM::SPECIES_NAME::Po, kim_species_name_module::kim_species_name_po
Since
2.0

◆ KIM_SPECIES_NAME_Pr

KIM_SpeciesName const KIM_SPECIES_NAME_Pr
extern

The standard Praseodymium species.

See also
KIM::SPECIES_NAME::Pr, kim_species_name_module::kim_species_name_pr
Since
2.0

◆ KIM_SPECIES_NAME_Pt

KIM_SpeciesName const KIM_SPECIES_NAME_Pt
extern

The standard Platinum species.

See also
KIM::SPECIES_NAME::Pt, kim_species_name_module::kim_species_name_pt
Since
2.0

◆ KIM_SPECIES_NAME_Pu

KIM_SpeciesName const KIM_SPECIES_NAME_Pu
extern

The standard Plutonium species.

See also
KIM::SPECIES_NAME::Pu, kim_species_name_module::kim_species_name_pu
Since
2.0

◆ KIM_SPECIES_NAME_Ra

KIM_SpeciesName const KIM_SPECIES_NAME_Ra
extern

The standard Radium species.

See also
KIM::SPECIES_NAME::Ra, kim_species_name_module::kim_species_name_ra
Since
2.0

◆ KIM_SPECIES_NAME_Rb

KIM_SpeciesName const KIM_SPECIES_NAME_Rb
extern

The standard Rubidium species.

See also
KIM::SPECIES_NAME::Rb, kim_species_name_module::kim_species_name_rb
Since
2.0

◆ KIM_SPECIES_NAME_Re

KIM_SpeciesName const KIM_SPECIES_NAME_Re
extern

The standard Rhenium species.

See also
KIM::SPECIES_NAME::Re, kim_species_name_module::kim_species_name_re
Since
2.0

◆ KIM_SPECIES_NAME_Rf

KIM_SpeciesName const KIM_SPECIES_NAME_Rf
extern

The standard Rutherfordium species.

See also
KIM::SPECIES_NAME::Rf, kim_species_name_module::kim_species_name_rf
Since
2.0

◆ KIM_SPECIES_NAME_Rg

KIM_SpeciesName const KIM_SPECIES_NAME_Rg
extern

The standard Roentgenium species.

See also
KIM::SPECIES_NAME::Rg, kim_species_name_module::kim_species_name_rg
Since
2.0

◆ KIM_SPECIES_NAME_Rh

KIM_SpeciesName const KIM_SPECIES_NAME_Rh
extern

The standard Rhodium species.

See also
KIM::SPECIES_NAME::Rh, kim_species_name_module::kim_species_name_rh
Since
2.0

◆ KIM_SPECIES_NAME_Rn

KIM_SpeciesName const KIM_SPECIES_NAME_Rn
extern

The standard Radon species.

See also
KIM::SPECIES_NAME::Rn, kim_species_name_module::kim_species_name_rn
Since
2.0

◆ KIM_SPECIES_NAME_Ru

KIM_SpeciesName const KIM_SPECIES_NAME_Ru
extern

The standard Ruthenium species.

See also
KIM::SPECIES_NAME::Ru, kim_species_name_module::kim_species_name_ru
Since
2.0

◆ KIM_SPECIES_NAME_S

KIM_SpeciesName const KIM_SPECIES_NAME_S
extern

The standard Sulfur species.

See also
KIM::SPECIES_NAME::S, kim_species_name_module::kim_species_name_s
Since
2.0

◆ KIM_SPECIES_NAME_Sb

KIM_SpeciesName const KIM_SPECIES_NAME_Sb
extern

The standard Antimony species.

See also
KIM::SPECIES_NAME::Sb, kim_species_name_module::kim_species_name_sb
Since
2.0

◆ KIM_SPECIES_NAME_Sc

KIM_SpeciesName const KIM_SPECIES_NAME_Sc
extern

The standard Scandium species.

See also
KIM::SPECIES_NAME::Sc, kim_species_name_module::kim_species_name_sc
Since
2.0

◆ KIM_SPECIES_NAME_Se

KIM_SpeciesName const KIM_SPECIES_NAME_Se
extern

The standard Selenium species.

See also
KIM::SPECIES_NAME::Se, kim_species_name_module::kim_species_name_se
Since
2.0

◆ KIM_SPECIES_NAME_Sg

KIM_SpeciesName const KIM_SPECIES_NAME_Sg
extern

The standard Seaborgium species.

See also
KIM::SPECIES_NAME::Sg, kim_species_name_module::kim_species_name_sg
Since
2.0

◆ KIM_SPECIES_NAME_Si

KIM_SpeciesName const KIM_SPECIES_NAME_Si
extern

The standard Silicon species.

See also
KIM::SPECIES_NAME::Si, kim_species_name_module::kim_species_name_si
Since
2.0

◆ KIM_SPECIES_NAME_Sm

KIM_SpeciesName const KIM_SPECIES_NAME_Sm
extern

The standard Samarium species.

See also
KIM::SPECIES_NAME::Sm, kim_species_name_module::kim_species_name_sm
Since
2.0

◆ KIM_SPECIES_NAME_Sn

KIM_SpeciesName const KIM_SPECIES_NAME_Sn
extern

The standard Tin species.

See also
KIM::SPECIES_NAME::Sn, kim_species_name_module::kim_species_name_sn
Since
2.0

◆ KIM_SPECIES_NAME_Sr

KIM_SpeciesName const KIM_SPECIES_NAME_Sr
extern

The standard Strontium species.

See also
KIM::SPECIES_NAME::Sr, kim_species_name_module::kim_species_name_sr
Since
2.0

◆ KIM_SPECIES_NAME_Ta

KIM_SpeciesName const KIM_SPECIES_NAME_Ta
extern

The standard Tantalum species.

See also
KIM::SPECIES_NAME::Ta, kim_species_name_module::kim_species_name_ta
Since
2.0

◆ KIM_SPECIES_NAME_Tb

KIM_SpeciesName const KIM_SPECIES_NAME_Tb
extern

The standard Terbium species.

See also
KIM::SPECIES_NAME::Tb, kim_species_name_module::kim_species_name_tb
Since
2.0

◆ KIM_SPECIES_NAME_Tc

KIM_SpeciesName const KIM_SPECIES_NAME_Tc
extern

The standard Technetium species.

See also
KIM::SPECIES_NAME::Tc, kim_species_name_module::kim_species_name_tc
Since
2.0

◆ KIM_SPECIES_NAME_Te

KIM_SpeciesName const KIM_SPECIES_NAME_Te
extern

The standard Tellurium species.

See also
KIM::SPECIES_NAME::Te, kim_species_name_module::kim_species_name_te
Since
2.0

◆ KIM_SPECIES_NAME_Th

KIM_SpeciesName const KIM_SPECIES_NAME_Th
extern

The standard Thorium species.

See also
KIM::SPECIES_NAME::Th, kim_species_name_module::kim_species_name_th
Since
2.0

◆ KIM_SPECIES_NAME_Ti

KIM_SpeciesName const KIM_SPECIES_NAME_Ti
extern

The standard Titanium species.

See also
KIM::SPECIES_NAME::Ti, kim_species_name_module::kim_species_name_ti
Since
2.0

◆ KIM_SPECIES_NAME_Tl

KIM_SpeciesName const KIM_SPECIES_NAME_Tl
extern

The standard Thallium species.

See also
KIM::SPECIES_NAME::Tl, kim_species_name_module::kim_species_name_tl
Since
2.0

◆ KIM_SPECIES_NAME_Tm

KIM_SpeciesName const KIM_SPECIES_NAME_Tm
extern

The standard Thulium species.

See also
KIM::SPECIES_NAME::Tm, kim_species_name_module::kim_species_name_tm
Since
2.0

◆ KIM_SPECIES_NAME_Ts

KIM_SpeciesName const KIM_SPECIES_NAME_Ts
extern

The standard Tennessine species.

See also
KIM::SPECIES_NAME::Ts, kim_species_name_module::kim_species_name_ts
Since
2.0

◆ KIM_SPECIES_NAME_U

KIM_SpeciesName const KIM_SPECIES_NAME_U
extern

The standard Uranium species.

See also
KIM::SPECIES_NAME::U, kim_species_name_module::kim_species_name_u
Since
2.0

◆ KIM_SPECIES_NAME_user01

KIM_SpeciesName const KIM_SPECIES_NAME_user01
extern

The standard user01 species.

See also
KIM::SPECIES_NAME::user01, kim_species_name_module::kim_species_name_user01
Since
2.0

◆ KIM_SPECIES_NAME_user02

KIM_SpeciesName const KIM_SPECIES_NAME_user02
extern

The standard user02 species.

See also
KIM::SPECIES_NAME::user02, kim_species_name_module::kim_species_name_user02
Since
2.0

◆ KIM_SPECIES_NAME_user03

KIM_SpeciesName const KIM_SPECIES_NAME_user03
extern

The standard user03 species.

See also
KIM::SPECIES_NAME::user03, kim_species_name_module::kim_species_name_user03
Since
2.0

◆ KIM_SPECIES_NAME_user04

KIM_SpeciesName const KIM_SPECIES_NAME_user04
extern

The standard user04 species.

See also
KIM::SPECIES_NAME::user04, kim_species_name_module::kim_species_name_user04
Since
2.0

◆ KIM_SPECIES_NAME_user05

KIM_SpeciesName const KIM_SPECIES_NAME_user05
extern

The standard user05 species.

See also
KIM::SPECIES_NAME::user05, kim_species_name_module::kim_species_name_user05
Since
2.0

◆ KIM_SPECIES_NAME_user06

KIM_SpeciesName const KIM_SPECIES_NAME_user06
extern

The standard user06 species.

See also
KIM::SPECIES_NAME::user06, kim_species_name_module::kim_species_name_user06
Since
2.0

◆ KIM_SPECIES_NAME_user07

KIM_SpeciesName const KIM_SPECIES_NAME_user07
extern

The standard user07 species.

See also
KIM::SPECIES_NAME::user07, kim_species_name_module::kim_species_name_user07
Since
2.0

◆ KIM_SPECIES_NAME_user08

KIM_SpeciesName const KIM_SPECIES_NAME_user08
extern

The standard user08 species.

See also
KIM::SPECIES_NAME::user08, kim_species_name_module::kim_species_name_user08
Since
2.0

◆ KIM_SPECIES_NAME_user09

KIM_SpeciesName const KIM_SPECIES_NAME_user09
extern

The standard user09 species.

See also
KIM::SPECIES_NAME::user09, kim_species_name_module::kim_species_name_user09
Since
2.0

◆ KIM_SPECIES_NAME_user10

KIM_SpeciesName const KIM_SPECIES_NAME_user10
extern

The standard user10 species.

See also
KIM::SPECIES_NAME::user10, kim_species_name_module::kim_species_name_user10
Since
2.0

◆ KIM_SPECIES_NAME_user11

KIM_SpeciesName const KIM_SPECIES_NAME_user11
extern

The standard user11 species.

See also
KIM::SPECIES_NAME::user11, kim_species_name_module::kim_species_name_user11
Since
2.0

◆ KIM_SPECIES_NAME_user12

KIM_SpeciesName const KIM_SPECIES_NAME_user12
extern

The standard user12 species.

See also
KIM::SPECIES_NAME::user12, kim_species_name_module::kim_species_name_user12
Since
2.0

◆ KIM_SPECIES_NAME_user13

KIM_SpeciesName const KIM_SPECIES_NAME_user13
extern

The standard user13 species.

See also
KIM::SPECIES_NAME::user13, kim_species_name_module::kim_species_name_user13
Since
2.0

◆ KIM_SPECIES_NAME_user14

KIM_SpeciesName const KIM_SPECIES_NAME_user14
extern

The standard user14 species.

See also
KIM::SPECIES_NAME::user14, kim_species_name_module::kim_species_name_user14
Since
2.0

◆ KIM_SPECIES_NAME_user15

KIM_SpeciesName const KIM_SPECIES_NAME_user15
extern

The standard user15 species.

See also
KIM::SPECIES_NAME::user15, kim_species_name_module::kim_species_name_user15
Since
2.0

◆ KIM_SPECIES_NAME_user16

KIM_SpeciesName const KIM_SPECIES_NAME_user16
extern

The standard user16 species.

See also
KIM::SPECIES_NAME::user16, kim_species_name_module::kim_species_name_user16
Since
2.0

◆ KIM_SPECIES_NAME_user17

KIM_SpeciesName const KIM_SPECIES_NAME_user17
extern

The standard user17 species.

See also
KIM::SPECIES_NAME::user17, kim_species_name_module::kim_species_name_user17
Since
2.0

◆ KIM_SPECIES_NAME_user18

KIM_SpeciesName const KIM_SPECIES_NAME_user18
extern

The standard user18 species.

See also
KIM::SPECIES_NAME::user18, kim_species_name_module::kim_species_name_user18
Since
2.0

◆ KIM_SPECIES_NAME_user19

KIM_SpeciesName const KIM_SPECIES_NAME_user19
extern

The standard user19 species.

See also
KIM::SPECIES_NAME::user19, kim_species_name_module::kim_species_name_user19
Since
2.0

◆ KIM_SPECIES_NAME_user20

KIM_SpeciesName const KIM_SPECIES_NAME_user20
extern

The standard user20 species.

See also
KIM::SPECIES_NAME::user20, kim_species_name_module::kim_species_name_user20
Since
2.0

◆ KIM_SPECIES_NAME_V

KIM_SpeciesName const KIM_SPECIES_NAME_V
extern

The standard Vanadium species.

See also
KIM::SPECIES_NAME::V, kim_species_name_module::kim_species_name_v
Since
2.0

◆ KIM_SPECIES_NAME_W

KIM_SpeciesName const KIM_SPECIES_NAME_W
extern

The standard Tungsten species.

See also
KIM::SPECIES_NAME::W, kim_species_name_module::kim_species_name_w
Since
2.0

◆ KIM_SPECIES_NAME_Xe

KIM_SpeciesName const KIM_SPECIES_NAME_Xe
extern

The standard Xenon species.

See also
KIM::SPECIES_NAME::Xe, kim_species_name_module::kim_species_name_xe
Since
2.0

◆ KIM_SPECIES_NAME_Y

KIM_SpeciesName const KIM_SPECIES_NAME_Y
extern

The standard Yttrium species.

See also
KIM::SPECIES_NAME::Y, kim_species_name_module::kim_species_name_y
Since
2.0

◆ KIM_SPECIES_NAME_Yb

KIM_SpeciesName const KIM_SPECIES_NAME_Yb
extern

The standard Ytterbium species.

See also
KIM::SPECIES_NAME::Yb, kim_species_name_module::kim_species_name_yb
Since
2.0

◆ KIM_SPECIES_NAME_Zn

KIM_SpeciesName const KIM_SPECIES_NAME_Zn
extern

The standard Zinc species.

See also
KIM::SPECIES_NAME::Zn, kim_species_name_module::kim_species_name_zn
Since
2.0

◆ KIM_SPECIES_NAME_Zr

KIM_SpeciesName const KIM_SPECIES_NAME_Zr
extern

The standard Zirconium species.

See also
KIM::SPECIES_NAME::Zr, kim_species_name_module::kim_species_name_zr
Since
2.0