Metadata-Version: 2.1
Name: chic-lib
Version: 0.1.0
Summary: A set of tools for coarse-graining and back-mapping frameworks.
Home-page: https://github.com/tcnicholas/chic
Author: Thomas C Nicholas
Author-email: thomas.nicholas@chem.ox.ac.uk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# CHIC
**C**oarse-graining **H**ybrid **I**organic **C**rystals.


## Installation
    
 ```bash
 conda create -n chic23 python=3.8 -y
 conda activate chic23
 conda install -c conda-forge cython pymatgen -y
 ```

 ## Getting started

Head over to the [chic docs](https://tcnicholas.github.io/chic/) to see example usuage!

## Authors

Thomas C. Nicholas
