calc
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.
Called by the conf space compiler, so it doesn't need to be ultra fast, but it also needs to not be ultra slow.