Package edu.duke.cs.osprey.gui.forcefield

Types

Link copied to clipboard
class AtomIndex

An bijection between a set of atoms and a set of integers. The integers need not be contiguous.

Link copied to clipboard
object AtomPairer
Link copied to clipboard
typealias FfparamsPairFunc = (info1: AtomPairer.MolInfo, atomi1: Int, info2: AtomPairer.MolInfo, atomi2: Int, distance: Int?) -> Unit
Link copied to clipboard
interface Forcefield
Link copied to clipboard
object ForcefieldCalculator
Link copied to clipboard
interface ForcefieldParams
Link copied to clipboard
class ForcefieldSet : List<ForcefieldParams>

preserves add order though

Functions

Link copied to clipboard
fun List<ForcefieldParams>.unconnectedDistance(): Int