atoms_by_element#

mbgdml.utils.atoms_by_element(atom_list)[source]#

Converts a list of atoms identified by their atomic number to their elemental symbol in the same order.

Parameters:

atom_list (list [int]) – Atomic numbers of atoms within a structure.

Returns:

Element symbols of atoms within a structure.

Return type:

list [str]