PyBerny Documentation ===================== This Python package can optimize molecular structures (with experimental support for crystals) with respect to total energy, using nuclear gradient information. In each step, it takes energy and Cartesian gradients as an input, and returns a new structure estimate. The algorithm is an amalgam of several techniques, comprising redundant internal coordinates, iterative Hessian estimate, trust region, line search, and coordinate weighting, mostly inspired by the optimizer in the `Gaussian `_ program. The `Birkholz benchmark molecules <../molecules.html>`_ used to test the optimizer can be browsed in an interactive 3D viewer. .. toctree:: getting-started algorithm standard_method api