Szybki TK 1.9.0¶
New features¶
Analytical second order derivatives in AMBER intermolecular interactions have been added. This new feature allows fast Newton optimization when
OEForceFieldType::MMFF_AMBER
orOEForceFieldType::MMFFS_AMBER
force field is selected with methodOESz::OESzybkiOptions::SetForceFieldType
and a variableOEOptType::NEWTON
is passed toOESz::OESzybkiOptions::SetOptimizerType
method.APIs for torsion scanning is available, including free function
OETorsionScan
and classes OETorsionScanOptions and OETorsionScanResult.
Minor bug fixes¶
API for method
OESz::OESzybkiOptions::SetIEFFCluster
has been changed. Previously, the method had returnedvoid
; it now returnsbool
.