PiStacking#

class biotite.structure.PiStacking(*values)[source]#

Bases: IntEnum

The type of pi-stacking interaction.

  • PARALLEL: parallel pi-stacking (also called staggered or Sandwich)

  • PERPENDICULAR: perpendicular pi-stacking (also called T-shaped)

PARALLEL = 0#
PERPENDICULAR = 1#