/iodata

A Python Library for Reading, Writing, and Converting Computational Chemistry File Formats

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

IOData

Travis Conda Pypi Codecov Version CondaVersion

About

IOData is a HORTON 3 module for input/output of quantum chemistry file formats. Documentation is here: https://iodata.readthedocs.io/en/latest/index.html

License

IOData is distributed under GPL License version 3 (GPLv3).

Dependencies

The following dependencies will be necessary for IOData to build properly,

Installation

To install IOData using a conda environment:

$ conda create -n iodata_env
$ source activate iodata_env
(iodata_env) $ conda install -c theochem iodata

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