Skip to content

Python library for reading, writing, and converting computational chemistry file formats and generating input files.

License

Notifications You must be signed in to change notification settings

theochem/iodata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f23aca2 · Jul 14, 2024
Jun 15, 2024
Jul 11, 2024
Jul 14, 2024
Jul 6, 2024
Sep 2, 2020
Jun 15, 2024
May 3, 2024
Jun 8, 2024
Jun 19, 2024
Jun 8, 2024
Jun 23, 2024
Apr 14, 2019
Jun 19, 2024
Jul 4, 2024
Jul 5, 2024
Jul 6, 2024

Repository files navigation

IOData

pytest release sphinx CodeFactor codecov DeepSource DeepSource PyPI Version License

About

IOData is a HORTON 3 module for input/output of quantum chemistry file formats. Documentation is here: https://iodata.readthedocs.io/ or https://iodata.qcdevs.org/

Citation

Please use the following citation in any publication using IOData library:

"IOData: A python library for reading, writing, and converting computational chemistry file formats and generating input files.", T. Verstraelen, W. Adams, L. Pujal, A. Tehrani, B. D. Kelly, L. Macaya, F. Meng, M. Richer, R. Hernandez‐Esparza, X. D. Yang, M. Chan, T. D. Kim, M. Cools‐Ceuppens, V. Chuiko, E. Vohringer‐Martinez, P. W. Ayers, F. Heidar‐Zadeh, J Comput. Chem. 2021, 42(6), 458--464.

Installation

In anticipation of the 1.0 release of IOData, install the latest pre-release as follows:

python -m pip install qc-iodata

Note that there may still be a few API changes between the pre-release 1.0.0a4 and the upcoming stable release 1.0.0.

See https://iodata.readthedocs.io/en/latest/install.html for full details.

Contributing

We welcome contributions of all kinds, such as new features, improvements, bug fixes, and documentation clarifications. Please read our Contributor Guide and Code of Conduct for more details.