make_structure_atom_info#

libcasm.xtal.make_structure_atom_info(
structure: Structure,
) list[StructureAtomInfo][source]#

Create a list of StructureAtomInfo from a Structure

Parameters:

structure (Structure) – The structure to be sorted, filtered, etc. by atom info.

Returns:

structure_atom_info – A list of StructureAtomInfo.

Return type:

list[StructureAtomInfo]