sknano.generators.ConventionalCellGrapheneGenerator¶
-
class
sknano.generators.ConventionalCellGrapheneGenerator(*args, *, autogen=True, **kwargs)[source][source]¶ N-layer graphene generator class using a conventional unit cell.Parameters: armchair_edge_length : float, optional
Length of armchair edge in nanometers
zigzag_edge_length : float, optional
Length of zigzag edge in nanometers
basis : {
list}, optionalList of
strs of element symbols or atomic number of the two atom basis (default: [‘C’, ‘C’])bond : float, optional
bond length between nearest-neighbor atoms in Angstroms.
nlayers : int, optional
Number of graphene layers.
layer_spacing : float, optional
Distance between layers in Angstroms.
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 degrees is True (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 degrees is True (default), otherwise in radians. Each subsequent layer will be rotated by layer_rotation_increment relative to the layer below it.
autogen : bool, optional
automatically generate unit cell and full structure
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 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.generate()Generate the full structure coordinates. generate_fname([armchair_edge_length, ...])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. save([fname])Save structure data. todict()transform_lattice(scaling_matrix[, ...])translate(t[, fix_anchor_points])Translate crystal cell basis. write_data(**kwargs)write_dump(**kwargs)write_xyz(**kwargs)