EEF1ForcefieldParams

class EEF1ForcefieldParams : ForcefieldParams

Types

Link copied to clipboard
inner class AtomPairParams(vdwRadiusa: Double, lambdaa: Double, vdwRadiusb: Double, lambdab: Double, alpha1: Double, alpha2: Double) : ForcefieldParams.AtomPairParams
Link copied to clipboard
inner class AtomPairsParams(molsParams: Map<Int, EEF1ForcefieldParams.AtomsParams>) : ForcefieldParams.AtomPairsParams
Link copied to clipboard
inner class AtomParams(type: EEF1.AtomType) : ForcefieldParams.AtomParams
Link copied to clipboard
class AtomsParams : ForcefieldParams.AtomsParams
Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Combines together atoms params from two variations of the same molecule. Useful for eg applying two mutations to the same molecule. If the two atoms parameters disagree on params for an atom, the tie should be broken by picking the atom params from the atoms params whose given atom indices contain the disagreeable atom's index. The two given sets of atom indices should not overlap. If a tie can't be broken with the preferred atom indices, the implementation should throw an exception.

Link copied to clipboard
open suspend override fun parameterizeAtomPairs(infos: List<ForcefieldParams.MolInfo>): EEF1ForcefieldParams.AtomPairsParams

Compute the forcefield parameters for a list of molecules.

Link copied to clipboard
open suspend override fun parameterizeAtoms(mol: Molecule, atomIndex: AtomIndex, netCharge: Int?): EEF1ForcefieldParams.AtomsParams

Compute the forcefield parameters for a molecule.

Link copied to clipboard
open fun settings(): Map<String, Any>

Any settings needed by the Osprey runtime to calculate this forcefield.

Properties

Link copied to clipboard
open override val forcefield: Forcefield.EEF1
Link copied to clipboard
var scale: Double = 0.5

Scaling to apply to the solvent forcefield energy.

Link copied to clipboard
open override val unconnectedDistance: Int = 4

What's the smallest bond distance where two atoms are treated the same as two totally unconnected atoms? eg. 1-4 bonds should use 4, 1-5 bonds should use 5