- get_chem_symb(label)¶
Returns the chemical symbol of an element from a label.
- Parameters:
label (str) – atom label
- Returns:
chemical symbol
- Return type:
str
>>> from pycrysfml import cfml_scattering_tables >>> cfml_scattering_tables.get_chem_symb('Fe+2') 'Fe'