MolInfo

open class MolInfo(moli: Int, mol: Molecule, atoms: Iterable<Atom>, atomIndex: AtomIndex)

Metadata about a molecule to use in the atom pairing.

Constructors

Link copied to clipboard
fun MolInfo(moli: Int, mol: Molecule, atoms: Iterable<Atom>, atomIndex: AtomIndex)

Properties

Link copied to clipboard
val atomIndex: AtomIndex

An index for the atoms that should be paired. Non-paired atoms need not be in the index. Atom indices need only be unique within this molecule.

Link copied to clipboard
val atoms: Iterable<Atom>

The atoms in the molecule that should be paired

Link copied to clipboard
val mol: Molecule

The molecule

Link copied to clipboard
val moli: Int

An index for the molecule. All molecules in a pairing should have a unique index.

Inheritors

Link copied to clipboard