AtomParams

inner class AtomParams(type: EEF1.AtomType) : ForcefieldParams.AtomParams

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Override equals(), to tell subclasses they should explicitly implement it. The default identity implementation will always be wrong for this application.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun internalEnergy(): Double?

Return the internal energy for this atom, if any. The atom index comes from the ConfSpaceIndex.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val type: EEF1.AtomType