graphene_nanoribbon
- sisl.geom.graphene_nanoribbon(width: int, bond: float = 1.42, atoms: AtomsLike | None = None, kind: Literal['armchair', 'zigzag', 'chiral'] = 'armchair', vacuum: FloatOrFloat2 = 20.0, chirality: tuple[int, int] = (3, 1)) Geometry
Construction of a graphene nanoribbon
- Parameters:
width – number of atoms in the transverse direction
bond – C-C bond length
atoms – atom (or atoms) in the honeycomb lattice. Defaults to
Atom(6)
kind – type of ribbon
vacuum – separation in transverse direction
chirality – index (n, m), only used if
kind=chiral