/optking

pyOptking: A Python version of the PSI4 geometry optimization program by R.A. King

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause




optking

Python version of the PSI geometry optimization program by R.A. King

Installation

To do a local install of the Python directory,

pip install -e .

Testing

Testing is done through py.test module. To run the entire test suite execute

py.test -v