Metadata-Version: 1.1
Name: opan
Version: 0.4rc1
Summary: Open Anharmonic -- A computational chemistry toolkit
Home-page: https://www.github.com/bskinn/opan
Author: Brian Skinn
Author-email: bskinn@alum.mit.edu
License: The MIT License
Description: .. README for PyPI display
        
        opan (Open Anharmonic)
        ======================
        
        
        Open Anharmonic is a Python wrapper for computational chemistry
        software packages intended to enable VPT2 computation of anharmonic
        vibrational constants. No VPT2 functionality is implemented as yet.
        
        Other types of calculations are under consideration.
        
        An adjunct goal of the project is to expose an API providing
        convenient access to various results of standalone calculations, as well
        as tools to manipulate those results.
        
        The project source can be found at GitHub:
        `bskinn/opan <https://www.github.com/bskinn/opan>`__
        (`v0.4rc1 CHANGELOG
        <https://github.com/bskinn/opan/blob/v0.4rc1/CHANGELOG.txt>`__)
        
        Documentation can be found at `readthedocs.org
        <http://www.readthedocs.org>`__:
        
        .. image:: https://readthedocs.org/projects/opan/badge/?version=latest
            :target: http://opan.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        |
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires: numpy (>=1.10)
Requires: scipy (>=0.12)
Requires: h5py (>=2.4)
Provides: opan
