sknano.structures.BilayerGraphene¶
-
class
sknano.structures.BilayerGraphene(**kwargs)[source][source]¶ Bilayer Graphene structure class.
Attributes
NNumber of graphene unit cells. NatomsTotal number of atoms. Natoms_per_layerNumber of atoms per layer. Natoms_per_unit_cellNumber of atoms per unit cell. areaTotal area of graphene supercell. atomsStructure StructureAtoms.basisNanoStructureBasebasis atoms.crystal_cellStructure CrystalCell.element1Basis element 1 element2Basis element 2 fmtstrFormat string. latticeStructure Crystal3DLattice.n1n2r1r2scaling_matrixCrystalCell.scaling_matrix.structurePointer to self. structure_dataAlias for BaseStructureMixin.structure.unit_cellStructure UnitCell.vdw_distancevan der Waals distance. vdw_radiusvan der Waals radius Methods
clear()Clear list of BaseStructureMixin.atoms.from_conventional_cell(**kwargs)See the ConventionalCellGraphenestructure class documentation.from_primitive_cell(**kwargs)See the PrimitiveCellGraphenestructure class documentation.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)