atomlite.AromaticBonds

class atomlite.AromaticBonds[source]

JSON representation of aromatic bonds.

Attributes

atom1

The indices of the first atom of each bond.

atom2

The indices of the second atom of each bond.

atom1: list[int]

The indices of the first atom of each bond.

atom2: list[int]

The indices of the second atom of each bond.