NetCharges

class NetCharges

A place to store net charges for molecules and their conformations. Net charges are needed by Antechamber/Sqm to compute partial charges for atoms.

Constructors

Link copied to clipboard
fun NetCharges(mols: List<Pair<MoleculeType, Molecule>>)
Link copied to clipboard
fun NetCharges()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun get(mol: Molecule?, moltype: MoleculeType? = null): MolNetCharges?