nanoribbon

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

Construction of a nanoribbon unit cell of type armchair, zigzag or (n,m)-chiral.

The geometry is oriented along the \(x\) axis.

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

  • bond (float) – bond length between atoms in the honeycomb lattice

  • atoms (sisl.typing.AtomsLike) – atom (or atoms) in the honeycomb lattice

  • 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

graphene_nanoribbon

graphene nanoribbon

agnr

armchair graphene nanoribbon

cgnr

chiral graphene nanoribbon

zgnr

zigzag graphene nanoribbon