MoleKing is a Python module written in C++ with pybind11 Linkage under LEEDMOL Research Group. This module contains several useful classes for those who program python scripts aimed at theoretical chemistry. This package's main goal is to introduce chemistry concepts, such as Molecules, Atoms, and Geometries, to python, making programming more intuitive and understandable to chemists. Additionally, MoleKing is capable of reading and writing inputs and outputs files for several theoretical chemistry programs.
Clone the repository
For python installation
pip3 install ./MoleKing
under the main project directory;
For Debugging and Testing:
mkdir build
cd build
cmake ../ -DBuild_Python=OFF
cmake --build .
For python testing and debugging
mkdir build
cd build
cmake ../ -DBuild_Python=ON
cmake --build .
Please feel free to report any issues or suggestions to mateus_barbosa@ufg.br or phfmatias@discente.ufg.br