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();
OETorsionScanner(const OETorsionScanOptions&);
OETorsionScanner(const OETorsionScanner&)
Default and copy constructors.
operator=¶
OETorsionScanner &operator=(const OETorsionScanner&)
Scan¶
unsigned Scan(const OEChem::OEMCMolBase&, const OEChem::OETorsion&)Perform torsion scanning for the specified torsion on the input molecule.