Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.2 KB

GOpt

Python Build Status License: GPL v3 codecov

Warning!

Right now we are rewriting Gopt from scratch. We are therefore no longer developing or supporting this version. The new Gopt should be out in a few months!

Synopsis

GOpt is a python(3.6+) package for quantum chemistry geometry optimization. It provides robust performance for both energy minimization and transition state search.

License

GOpt is distributed under the conditions of the GPL License version 3 (GPLv3)

You are free to use GOpt for any purpose. However, GOpt, or any derived version, can only be (re)distributed under the same license conditions.

Build Dependence

Numpy importlib_resources

Test Dependence

pytest tox

CI Tests

tox

Installation

python ./setup.py install