You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal, small (solvent) molecule DB, preoptimized at different levels of theory, that can also be accessed from the Packmol wrapper pysispack
Easy access and usage of benchmark/test sets (Baker, Baker-TS, S22, Birkholz, ...) via benchmarks-subpackage
Added test set for COS calculations, intended for GFN2-XTB optimizations
Parser for [Geometries]-section in .molden-files
rx_mode argument for TSHessianOptimizers. Allows for easy specification of complicated approximate eigenvectors, used for
selecting an initial eigenvector for uphill following.
rot_disable_pos_curv and trans_force_f_perp arguments for the Dimer calculator. The first one fixes the initial Dimer orientation until the curvature becomes negative. The latter argument controls whether always perpendicular and parallel force components are returned.
I-PI-Server calculator that supports the I-PI socket protocol. The present implementation works, e.g., with DFTB+ as client. See examples/opt/10_h2o_xtb_ipi_server for an example.
Bugfixes
PrimType could not be specified in YAML input when additional primitive internals were requested
Velocity is now properly rescaled after removal of v_com
Dropped assert that prevented runs with multiple geoms
Wrong final energy for Baker-TS case 15
Miscellaneous
Printing of additional platform information
PySCF verbosity can no be controlled with the verbosity argument
First PR from outside of our group, thanks to @bapride11, who improved the Dimer calculator (added rotation_remove_trans)
Optimization thresholds are now also plotted in pysisplot --opt
Simplified implementation of the using()-decorator that declares test dependencies
LinearBends/LinearAngles aren't propagated to the TS guess in run_tsopt_from_cos, as this is usually a bad idea. Now only the bonding skeleton is propagated to the TS guess.