SuperCell¶
-
class
sknano.core.crystallography.SuperCell(unit_cell, scaling_matrix, wrap_coords=False)[source] [edit on github][source]¶ Bases:
sknano.core.crystallography.CrystalCellClass representation of crystal structure supercell.
Parameters: Attributes
basisBasisAtoms.fmtstrFormat string. latticeCrystalLattice.scaling_matrixScaling matrix. unit_cellUnitCell.Methods
rotate(**kwargs)Rotate crystal cell lattice, basis, and unit cell. todict()dictofCrystalCellparameters.translate(t[, fix_anchor_points])Translate crystal cell basis. update_basis(element[, index, step])Update a crystal cell basis element.