OEMultistatepKaModelOptions

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEMultistatepKaModelOptions

This class provides an interface to set up options required for OEMultistatepKaModel.

The OEMultistatepKaModelOptions class defines the following public methods:

Constructors

OEMultistatepKaModelOptions() -> OEMultistatepKaModelOptions
OEMultistatepKaModelOptions(maxmicrostates: int, pc: bool) -> OEMultistatepKaModelOptions

Copy constructor.

OEMultistatepKaModelOptions(rhs: OEMultistatepKaModelOptions) -> OEMultistatepKaModelOptions

Copy assignment constructor.

OEMultistatepKaModelOptions(rhs: OEMultistatepKaModelOptions) -> OEMultistatepKaModelOptions

GetpH

GetpH() -> int

Gets the value of the pH parameters at which a user wants to assess ionization states of the molecule. Only a neutral pH can be set. This option is defined in anticipation of a wider pKa model at different pH environments.

SetpH

SetpH(ph: int) -> bool

Sets the pH to be used to assess the ionization states of the molecule. Only a neutral pH can be set. This option is defined in anticipation of a wider pKa model at different pH environments.

GetProcessCarbons

GetProcessCarbons() -> bool

Returns the parameter setting requesting the pKa assessment of carbon atoms. Default is true.

SetProcessCarbons

SetProcessCarbons(pc: bool) -> bool

Sets whether a user wants to assess the pKa of carbon atoms, true or false.

GetMaxNumMicrostates

GetMaxNumMicrostates() -> int

Gets the value of maximum number of microstates to generate; the parameter is set by default or by the method SetMaxNumMicrostates.

SetMaxNumMicrostates

SetMaxNumMicrostates(maxnummicrostates: int) -> bool

Sets the maximum number of microstates to generate. If the projected number of microstates is more than the maximum limit set by this function, the model will not generate any microstates.