sknano.core.crystallography.CaesiumChlorideStructure¶
-
class
sknano.core.crystallography.CaesiumChlorideStructure(a=4.123, basis=['Cs', 'Cl'], **kwargs)[source][source]¶ Abstract representation of caesium chloride structure.
Attributes
atomsStructure StructureAtoms.basisStructure BasisAtoms.crystal_cellStructure CrystalCell.fmtstrFormat string. latticeStructure Crystal3DLattice.scaling_matrixCrystalCell.scaling_matrix.structurePointer to self. structure_dataAlias for BaseStructureMixin.structure.unit_cellStructure UnitCell.Methods
clear()Clear list of BaseStructureMixin.atoms.from_pymatgen_structure(structure)Return a Crystal3DStructurefrom apymatgen.core.Structure.from_spacegroup(sg[, lattice, basis, coords])Return a Crystal3DStructurefrom a spacegroup number/symbol.make_supercell(scaling_matrix[, wrap_coords])Make supercell. read_data(*args, **kwargs)read_dump(*args, **kwargs)read_xyz(*args, **kwargs)rotate(**kwargs)Rotate crystal cell lattice, basis, and unit cell. todict()transform_lattice(scaling_matrix[, ...])translate(t[, fix_anchor_points])Translate crystal cell basis. write_data(**kwargs)write_dump(**kwargs)write_xyz(**kwargs)