graphene_nanoribbon

sisl.geom.graphene_nanoribbon(width: int, bond: float = 1.42, atoms: sisl.typing.AtomsLike | None = None, kind: str = 'armchair', vacuum: float = 20.0, chirality: Tuple[int, int] = (3, 1)) Geometry

Construction of a graphene nanoribbon

Parameters:
  • width (int) – number of atoms in the transverse direction

  • bond (float) – C-C bond length

  • atoms (sisl.typing.AtomsLike | None) – atom (or atoms) in the honeycomb lattice. Defaults to Atom(6)

  • kind ({'armchair', 'zigzag', 'chiral'}) – type of ribbon

  • vacuum (float) – separation in transverse direction

  • chirality (Tuple[int, int]) – index (n, m), only used if kind=chiral

Return type:

Geometry

See also

honeycomb

honeycomb lattices

graphene

graphene geometry

nanoribbon

honeycomb nanoribbon (used for this method)

agnr

armchair graphene nanoribbon

zgnr

zigzag graphene nanoribbon

cgnr

chiral graphene nanoribbon