OETorsionScanResult

class OETorsionScanResult

A single data point from a torsion scan, storing a torsion angle (in degrees) and its corresponding force field energy (in kcal/mol).

See also

Constructors

OETorsionScanResult(dihedral_angle: float, ener: float) -> OETorsionScanResult
OETorsionScanResult(arg2: OETorsionScanResult) -> OETorsionScanResult

Default and copy constructors. Default constructor takes values of torsion angle (in degrees) and corresponding energy (in kcal/mol).

GetAngle

GetAngle() -> float

Returns the value of dihedral angle (in degrees) for a torsion scan point.

GetEnergy

GetEnergy() -> float

Returns the value of relative energy (in kcal/mol) for a torsion scan point.