Metadata-Version: 2.1
Name: flare-pp
Version: 0.0.24
Summary: Many-body extension of the flare code
Home-page: https://github.com/mir-group/flare_pp
Author: Materials Intelligence Research
Author-email: mir@g.harvard.edu
License: MIT
Description: [![Build Status](https://github.com/mir-group/flare_pp/actions/workflows/main.yml/badge.svg)](https://github.com/mir-group/flare_pp/actions)
        
        # flare++
        Documentation can be accessed [here](https://mir-group.github.io/flare_pp/). An introductory tutorial in Google Colab is available [here](https://colab.research.google.com/drive/18_pTcWM19AUiksaRyCgg9BCpVyw744xv).
        
        ## Installation
        
        ```
        pip install flare_pp
        ```
        
        If you're installing on Harvard's compute cluster, load the following modules first:
        ```
        module load cmake/3.17.3-fasrc01 python/3.6.3-fasrc01 gcc/9.3.0-fasrc01
        ```
        
        ## Compiling LAMMPS
        
        See [lammps_plugins/README.md](https://github.com/mir-group/flare_pp/blob/master/lammps_plugins/README.md).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
