Graphene¶
-
class
sknano.core.structures.Graphene(l1=None, l2=None, n1=None, n2=None, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.core.structures.RectangularGrapheneGraphene structure class.
Changed in version 0.3.11:
Grapheneis now a sub-class of theConventionalCellGrapheneclass to maintain backwards compatibility and also includes 2 new classmethods:from_primitive_cellandfrom_conventional_cell.Parameters: - armchair_edge_length (float, optional) –
Length of armchair edge in Angstroms
New in version 0.3.10.
Changed in version 0.4.0: Changed units from nanometers to Angstroms
- zigzag_edge_length (float, optional) –
Length of zigzag edge in Angstroms
New in version 0.3.10.
Changed in version 0.4.0: Changed units from nanometers to Angstroms
- length (float, optional) –
Length of armchair edge in Angstroms
Deprecated since version 0.3.10: Use
armchair_edge_lengthinstead - width (float, optional) –
Width of graphene sheet in Angstroms
Deprecated since version 0.3.10: Use
zigzag_edge_lengthinstead - edge ({'AC', 'armchair', 'ZZ', 'zigzag'}, optional) –
ArmChair or ZigZag edge along the
lengthof the sheet.Deprecated since version 0.3.10: No longer used!
- basis ({
list}, optional) –List of
strs of element symbols or atomic number of the two atom basis (default: [‘C’, ‘C’])New in version 0.3.10.
- element2 (element1,) –
Element symbol or atomic number of basis
Atom1 and 2Deprecated since version 0.3.10: Use
basisinstead - bond (float, optional) – \(\mathrm{a}_{\mathrm{CC}} =\) distance between nearest neighbor atoms. Must be in units of Angstroms.
- nlayers (int, optional) – Number of graphene layers (default: 1)
- layer_spacing (float, optional) – Distance between layers in Angstroms (default: 3.4).
- stacking_order ({'AA', 'AB'}, optional) – Stacking order of graphene layers.
- layer_rotation_angles (list, optional) – list of rotation angles for each layer in degrees if
degreesisTrue(default), otherwise in radians. The list length must equal the number of layers. - layer_rotation_increment (float, optional) – incremental layer rotation angle in degrees if
degreesisTrue(default), otherwise in radians. Each subsequent layer will be rotated bylayer_rotation_incrementrelative to the layer below it. - verbose (bool, optional) – verbose output
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 Atoms.basisNanoStructureBasebasis objects.crystal_cellStructure CrystalCell.element1Basis element 1 element2Basis element 2 fmtstrFormat string. latticeStructure Crystal3DLattice.lattice_shiftLattice displacement vector. n1Number of unit cells along Crystal3DLattice.a1.n2Number of unit cells along Crystal3DLattice.a2.r1Vector GrapheneMixin.n1\(\times\)Crystal3DLattice.a1.r2Vector GrapheneMixin.n2\(\times\)Crystal3DLattice.a2.scaling_matrixCrystalCell.scaling_matrix.structureAn alias to self.unit_cellStructure UnitCell.vdw_distanceVan der Waals distance. vdw_radiusVan der Waals radius Methods
clear()Clear list of StructureMixin.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. 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. Methods Summary
from_conventional_cell(**kwargs)See the ConventionalCellGraphenestructure class documentation.from_primitive_cell(**kwargs)See the PrimitiveCellGraphenestructure class documentation.Methods Documentation
-
classmethod
from_conventional_cell(**kwargs)[source] [edit on github][source]¶ See the
ConventionalCellGraphenestructure class documentation.
-
classmethod
from_primitive_cell(**kwargs)[source] [edit on github][source]¶ See the
PrimitiveCellGraphenestructure class documentation.
- armchair_edge_length (float, optional) –