Forcefield Calculator
Types
Link copied to clipboard
class MolInfo(moli: Int, mol: Molecule, atoms: Iterable<Atom>, atomIndex: AtomIndex, atomsParams: ForcefieldParams.AtomsParams) : AtomPairer.MolInfo
Content copied to clipboard
Functions
Link copied to clipboard
fun calc(atomPairsParams: ForcefieldParams.AtomPairsParams, infos: List<ForcefieldCalculator.MolInfo>, unconnectedDistance: Int? = null): Double
Content copied to clipboard
Calculate the forcefield energy of the selected atoms.