AtomParams

class AtomParams(type: String, charge: String) : 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(): Nothing?

Amber forcefields don't have internal energies

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

Properties

Link copied to clipboard
val charge: String
Link copied to clipboard
val type: String