Metadata-Version: 2.1
Name: materia
Version: 10.0.0
Summary: Module for integrated materials simulations.
Home-page: https://github.com/kijanac/luz
License: MIT
Author: Ki-Jana Carter
Author-email: kijana@mit.edu
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PubChemPy (>=1.0.4,<2.0.0)
Requires-Dist: cclib (>=1.6.4,<2.0.0)
Requires-Dist: dask (>=2020.12.0,<2021.0.0)
Requires-Dist: dask-jobqueue (>=0.7.2,<0.8.0)
Requires-Dist: dlib (>=19.21.1,<20.0.0)
Requires-Dist: networkx (>=2.5,<3.0)
Requires-Dist: numpy (>=1.19.4,<2.0.0)
Requires-Dist: scipy (>=1.5.4,<2.0.0)
Requires-Dist: spglib (>=1.16.0,<2.0.0)
Project-URL: Repository, https://github.com/kijanac/luz
Description-Content-Type: text/x-rst

==============
Materia Module
==============

.. image:: https://codecov.io/gh/kijanac/materia/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/kijanac/materia

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github

**Module for integrated materials simulations.**

Longer description coming soon!

---------------
Getting Started
---------------

Prerequisites
-------------

Installing
----------

To install, open a shell terminal and run::

`conda create -n materia -c conda-forge -c kijana materia`

----------
Versioning
----------

-------
Authors
-------

Ki-Jana Carter

-------
License
-------
This project is licensed under the MIT License - see the LICENSE file for details.

