OEBoundEntropyOptions: public OELigandChargeOptions¶
class OEBoundEntropyOptions : public OESystem::OEOptions
This class represents OEBoundEntropyOptions.
See also
OEEntropyResults class
OEBoundLigandEntropy
function
- The following methods are publicly inherited from OELigandChargeOptions:
- The OEBoundEntropyOptions class defines the following public methods:
Constructors¶
OEBoundEntropyOptions()
OEBoundEntropyOptions(const OEBoundEntropyOptions &)
Default and copy constructors.
SetForceField¶
bool SetForceField(const unsigned)
bool SetForceField(const std::string&)
bool SetForceField(const OEFF::OEComplexFF&)
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