Omega TK 2.3.3¶
New features¶
New API points have been added:
OETorLib.ResetTorsionLibrary
,OETorLib.ClearTorsionLibrary
, andOETorLib.AddTorsionRule
. The torsion rules may be created by passing in aOEQMolBase
andvector<int>
of angles, or by passing in a string with the standard rule format.The corresponding atom symbols, bond symbols, and torsion angles are now printed on a line under the matching smarts pattern.
Bug fixes¶
Rotor offset compression is now set to
false
by default. Coordinate changes made in the toolkits after an Omega calculation are lost if rotor offset compression is set totrue
. If molecules are sent toOEWriteMolecule
directly after an Omega run then rotor offset compression may safely be set totrue
, which will significantly reduce the filesize of the output.The energy window set by SetEnergyRange and SetRangeIncrement is now used consistently. Previous versions of Omega did not use this value properly for all aspects of an Omega calculation.