triangulene

sisl.geom.triangulene(n: int, bond: float = 1.42, atoms: sisl.typing.AtomsLike | None = None, vacuum: float = 20.0) Geometry

Construction of an [n]-triangulene geometry

Parameters:
  • n (int) – size of the triangulene

  • bond (float) – bond length between atoms (not lattice constant)

  • atoms (sisl.typing.AtomsLike | None) – the atom (or atoms) that the honeycomb lattice consists of. Default to Carbon atom.

  • vacuum (float) – Amount of vacuum to add to the cell on all directions

Return type:

Geometry