cifkit.preprocessors.supercell module
- cifkit.preprocessors.supercell.flatten_original_coordinates(all_coords: list[tuple[float, float, float, str]])[source]
- cifkit.preprocessors.supercell.get_supercell_points(block, supercell_generation_method) list[tuple[float, float, float, str]] [source]
Return supercell points.
- cifkit.preprocessors.supercell.get_unitcell_coords_after_sym_operations_per_label(block: Block, atom_site_fracs: tuple[float, float, float], atom_site_label: str) list[tuple[float, float, float, str]] [source]
Generate a list of coordinates for each atom site after applying symmetry operations.