from_cif#
- classmethod Structure.from_cif(filename)[source]#
Load a
Structure()from a CIF file.- Parameters:
filename (
str) – The path to the CIF file.- Returns:
Structure– AStructure()instance.
Load a Structure() from a CIF file.
filename (str) – The path to the CIF file.
Structure – A Structure() instance.