httk.atomistic.elements¶
Minimal periodic table for httk-atomistic.
Provides the IUPAC element symbols in atomic-number order and helpers to convert
between a chemical symbol and its atomic number. The pseudo-symbols "X"
(unknown element) and "vacancy" are deliberately not elements here; they are
handled at the Species level.
Attributes¶
The 118 IUPAC element symbols in atomic-number order ( |
Functions¶
|
Return the atomic number (1-118) of an element symbol. |
|
Return the element symbol for the atomic number z (1-118). |
Module Contents¶
- httk.atomistic.elements.SYMBOLS: tuple[str, Ellipsis] = ('H', 'He', 'Li', 'Be', 'B', 'C', 'N', 'O', 'F', 'Ne', 'Na', 'Mg', 'Al', 'Si', 'P', 'S', 'Cl',...[source]¶
The 118 IUPAC element symbols in atomic-number order (
SYMBOLS[0]is hydrogen).