This repository contains the data and Python scripts used for analyzing the results of the study Equilibrium Thermochemistry and Crystallographic Morphology of Manganese Sulfide Nanocrystals, as presented in the associated research publication.
To reproduce the figures and analyses:
- Clone the repository to your local machine and navigate into it:
git clone https://github.com/wexlergroup/ET_CM_MnS-NCs.git cd ET-CM-MnS-NCs - Ensure you have Python>=3.10 installed
- Create a virtual environment
python -m venv .venv source .venv/bin/activate # On Windows use `venv\Scripts\activate` python -m pip install --upgrade pip
- Install the required packages:
pip install -r requirements.txt
- Run the Jupyter notebooks in each directory.
Coming soon