OELigandOptResults
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OELigandOptResults
This class provides a container for the results of a FF optimization of a ligand molecule.
See also
OELigandEnergy class
- The OELigandOptResults class defines the following public methods:
Constructor
OELigandOptResults() -> OELigandOptResults
OELigandOptResults(arg2: OELigandOptResults) -> OELigandOptResults
Default and copy constructors.
Assignment operator.
GetInitialEnergies
GetInitialEnergies() -> OELigandEnergy
Returns an object of the OELigandEnergy class corresponding to the FF energy at the initial (input) geometry.
GetFinalEnergies
GetFinalEnergies() -> OELigandEnergy
Returns an object of the OELigandEnergy class corresponding to the FF energy at the final (optimized) geometry.
GetRMSD
GetRMSD() -> float
Returns the RMSD between the initial and final (input and optimized) geometries
GetReturnCode
GetReturnCode() -> int
Returns one of the values defined in the OESzybkiReturnCode namespace.