An open API service indexing awesome lists of open source software.

https://github.com/mcgalcode/rxn-ca

A cellular automaton for simulation solid state reactions
https://github.com/mcgalcode/rxn-ca

Last synced: 7 months ago
JSON representation

A cellular automaton for simulation solid state reactions

Awesome Lists containing this project

README

          

# rxn-ca - A lattice model for simulating solid state reactions

Welcome to the `rxn-ca` repository. This package contains a simulation for predicting the outcome of solid-state synthesis reactions using data from the [Materials Project](https://next-gen.materialsproject.org/).

## Installation

To install this library, run the following command from inside this repository after cloning it:

```
>>> pip install -e .
```

## Basic Usage

To view the basic usage for this library, please consult the `guides/basic_usage.ipynb` python notebook. More detailed documentation is in progress.