Enum Class ThermodynamicsOptions.ThermodynamicsAlgorithm

java.lang.Object
java.lang.Enum<ThermodynamicsOptions.ThermodynamicsAlgorithm>
ffx.algorithms.cli.ThermodynamicsOptions.ThermodynamicsAlgorithm
All Implemented Interfaces:
Serializable, Comparable<ThermodynamicsOptions.ThermodynamicsAlgorithm>, Constable
Enclosing class:
ThermodynamicsOptions

public static enum ThermodynamicsOptions.ThermodynamicsAlgorithm extends Enum<ThermodynamicsOptions.ThermodynamicsAlgorithm>
Represents categories of thermodynamics algorithms that must be handled differentially. For legacy reasons, MC-OST and MD-OST are both just "OST", and the differences are handled in OSTOptions and Thermodynamics.groovy. Introduced primarily to get BAR working.