OETorsionScanner
class OETorsionScanner
This class provides an interface to perform potential energy scanning for a selected torsion in the input molecule. Torsion scan is preformed by a series of constrained optimizations in which all internal degrees of freedom but selected torsion, are optimized.
See also
OETorsionScan method
OETorsionScanOptions class
OETorsionScanResult class
- The OETorsionScanner class defines the following public methods:
Constructor
OETorsionScanner(opts: OETorsionScanOptions = OETorsionScanOptions()) -> OETorsionScanner
OETorsionScanner(arg2: OETorsionScanner) -> OETorsionScanner
Default and copy constructors.
Scan
Scan(src: OEMol, torsion: OETorsion) -> intPerform torsion scanning for the specified torsion on the input molecule.