AlphaQuartz¶
-
class
sknano.core.structures.AlphaQuartz(lattice=None, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.core.structures.HexagonalStructureAlpha quartz structure class.
Attributes
atomsStructure Atoms.basisStructure BasisAtoms.crystal_cellStructure CrystalCell.fmtstrFormat string. latticeStructure Crystal3DLattice.lattice_shiftLattice displacement vector. scaling_matrixCrystalCell.scaling_matrix.structureAn alias to self.unit_cellStructure UnitCell.Methods
clear()Clear list of StructureMixin.atoms.from_pymatgen_structure(structure)Return a Crystal3DStructurefrom apymatgen.core.Structure.from_spacegroup(*args[, lattice, basis, ...])Return HexagonalStructurefrom space group.get_lattice([name, basis])Return hexagonal Crystal3DLattice.make_supercell(scaling_matrix[, wrap_coords])Make supercell. rotate(**kwargs)Rotate crystal cell lattice, basis, and unit cell. todict()Return dictof constructor parameters.transform_lattice(scaling_matrix[, ...])Transform structure lattice. translate(t[, fix_anchor_points])Translate crystal cell lattice, basis, and unit cell.