rayhe88 / iodata

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

Home Page:https://iodata.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://iodata.readthedocs.io/en/latest/index.html

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.5%Language:Batchfile 0.5%