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

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

Alternatively, to install IOData:

$ python ./setup install --user

Testing

Requires nosetests to be installed.

To run tests using the iodata_env conda environment:

(iodata_env) $ conda install nose
(iodata_env) $ nosetests -v iodata

Alternatively, to run tests:

$ nosetests -v iodata