Reaction-network is a Python package for predicting and designing chemical reaction pathways in inorganic materials synthesis.
Project description
Reaction Network (rxn_network
) is a Python package for predicting likely inorganic chemical reaction pathways using graph theoretical methods.
Installation directions
This package can be easily installed using pip:
pip install reaction-network
The package will then be installed under the name rxn_network
.
Warning :warning:
While this will take care of most dependencies, if you are using any of the network-based features, then the graph-tool
package must be installed. Unfortunately, this cannotbe installed through pip. Please see https://graph-tool.skewed.de/ for more details. :warning:
We recommend the following installation procedure which installs graph-tool through conda-forge.
conda install -c conda-forge graph-tool
Tutorial notebooks
The examples
folder contains two (2) demonstration notebooks:
- 1_enumerators.ipynb: how to enumerate reactions from a set of entries; running enumerators using jobflow
- 2_network.ipynb: how to build reaction networks from a list of enumerators and entries; how to perform pathfinding to recommend balanced reaction pathways; running reaction network analysis using jobflow
Citation
If you use this code or Python package in your work, please consider citing the following paper:
McDermott, M. J., Dwaraknath, S. S., and Persson, K. A. (2021). A graph-based network for predicting chemical reaction pathways in solid-state materials synthesis. Nature Communications, 12(1). https://doi.org/10.1038/s41467-021-23339-x
Acknowledgements
This work was supported as part of GENESIS: A Next Generation Synthesis Center, an Energy Frontier Research Center funded by the U.S. Department of Energy, Office of Science, Basic Energy Sciences under Award Number DE-SC0019212.
Learn more about the GENESIS EFRC here: https://www.stonybrook.edu/genesis/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reaction-network-6.1.0.tar.gz
.
File metadata
- Download URL: reaction-network-6.1.0.tar.gz
- Upload date:
- Size: 72.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e0fd957ac6354d88baa9cd90222231c534514a0e813cdff0e30ff62b2b8cf20 |
|
MD5 | 2dcbd1aaa330610db2ddacac2ed7c473 |
|
BLAKE2b-256 | 1aac4e919c4e056d5ff44e9e00c13566842d71448576965e7ad37e4534bdc1b0 |
File details
Details for the file reaction_network-6.1.0-py3-none-any.whl
.
File metadata
- Download URL: reaction_network-6.1.0-py3-none-any.whl
- Upload date:
- Size: 97.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b8cd829740e68a4de9eba079e323fdacde0ab28fc57e2849b6fa1be15afe442 |
|
MD5 | 0f1637b15b4b211f70b3402381d333d9 |
|
BLAKE2b-256 | 615f3eb44e31d935a724c26d7421a6e75f1fe62942ae88629ceaff2ac4e66cad |