Metadata-Version: 2.1
Name: qmpy
Version: 1.3.0
Summary: Suite of computational materials science tools
Home-page: http://pypi.python.org/pypi/qmpy
Author: The OQMD Development Team
Author-email: oqmd.questions@gmail.com
License: LICENSE.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Django (==1.8.18)
Requires-Dist: PuLP
Requires-Dist: numpy (<1.17)
Requires-Dist: scipy (<1.3)
Requires-Dist: MySQL-python
Requires-Dist: matplotlib (<3.0)
Requires-Dist: networkx (<2.3)
Requires-Dist: pytest (<5.0)
Requires-Dist: python-memcached
Requires-Dist: ase (<3.18)
Requires-Dist: django-extensions (<1.6.8)
Requires-Dist: lxml
Requires-Dist: spglib (>1.10)
Requires-Dist: PyCifRW (>=4.3)
Requires-Dist: pexpect
Requires-Dist: pyparsing
Requires-Dist: PyYAML
Requires-Dist: scikit-learn (<0.21)
Requires-Dist: bokeh (==0.12.15)
Requires-Dist: djangorestframework (==3.6.4)
Requires-Dist: djangorestframework-xml
Requires-Dist: djangorestframework-yaml
Requires-Dist: djangorestframework-queryfields (==1.0.0)
Requires-Dist: djangorestframework-filters (==0.11.1)
Requires-Dist: django-crispy-forms
Requires-Dist: lark-parser
Requires-Dist: requests
Requires-Dist: pygraphviz

qmpy
====

[ ![Build Status](https://api.travis-ci.org/wolverton-research-group/qmpy.svg?branch=master) ](https://travis-ci.org/wolverton-research-group/qmpy)
[ ![PyPI version](https://badge.fury.io/py/qmpy.svg) ](https://badge.fury.io/py/qmpy)

A toolkit for storing crystal structure data, automating density-functional
calculations, handling computational resources and performing thermodynamic
analysis. qmpy is used to run and maintain the Open Quantum Materials Database
([oqmd.org](http://www.oqmd.org)).

Install qmpy with pip:

    pip install qmpy

For more complete documentation, see: http://oqmd.org/static/docs/index.html


