optrs is a lightweight molecular mechanics optimisation code written in rust.
Install the binary with
pip install optrsor the Python API.
Optimise a molecule provided as a .xyz file
optrs molecule.xyzwhich will generate opt.xyz in working directory. API examples.
