atomlite.Bonds

class atomlite.Bonds[source]

JSON representation of bonds.

Attributes

atom1

The indices of the first atom of each bond.

atom2

The indices of the second atom of each bond.

order

The bond order 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.

order: list[float]

The bond order of each bond.