8000 GitHub - theochem/iodata at 0.1.7
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Repository files navigation

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.

0