OEBoundEntropyOptions: public OELigandChargeOptions

class OEBoundEntropyOptions : public OESystem::OEOptions

Configuration options for OEBoundLigandEntropy bound-ligand entropy calculations.

See also

The following methods are publicly inherited from OELigandChargeOptions:
The OEBoundEntropyOptions class defines the following public methods:

Constructors

OEBoundEntropyOptions() -> OEBoundEntropyOptions
OEBoundEntropyOptions(arg2: OEBoundEntropyOptions) -> OEBoundEntropyOptions

Default and copy constructors.

GetForceField

GetForceField() -> OEComplexFF

See SetForceField method.

GetForceFieldType

GetForceFieldType() -> int

See SetForceField method.

SetForceField

SetForceField(value: int) -> bool
SetForceField(value: str) -> bool
SetForceField(value: oeistream) -> bool
SetForceField(value: OEComplexFF) -> bool

Sets the force field for optimization. The first overload takes an unsigned from the OEComplexFFType namespace, and the second overload takes corresponding string values. The final overload allows the use of a user-defined OEComplexFF. Method returns false when the invalid selection is chosen, true otherwise. Default: OEComplexFFType_FF14SB_SAGE