AtomPairsParams

inner class AtomPairsParams(top: AmberTopology.Mapped, indexToTop: Map<Int, Map<Int, Int>>) : ForcefieldParams.AtomPairsParams

Functions

Link copied to clipboard
open operator override fun get(moli1: Int, atomi1: Int, moli2: Int, atomi2: Int, dist: Int?): AmberForcefieldParams.AtomPairParams?

Return the forcefield parameters for this atom pair interaction, if any. Dist, if null, indicates unconnected

Properties

Link copied to clipboard
val indexToTop: Map<Int, Map<Int, Int>>
Link copied to clipboard
val top: AmberTopology.Mapped