MolNetCharges

class MolNetCharges(mol: Molecule)

Net charges for a single molecule and its conformations.

Constructors

Link copied to clipboard
fun MolNetCharges(mol: Molecule)

Functions

Link copied to clipboard
operator fun get(pos: DesignPosition, frag: ConfLib.Fragment): Int?
Link copied to clipboard
fun getOrThrow(pos: DesignPosition, frag: ConfLib.Fragment): Int
Link copied to clipboard
operator fun set(pos: DesignPosition, frag: ConfLib.Fragment, charge: Int?)

Properties

Link copied to clipboard
val mol: Molecule
Link copied to clipboard
var netCharge: Int? = null

The net charge of the unmodified molecule

Link copied to clipboard
val netChargeOrThrow: Int