Bainite Boundaries is a materials science project focused on analyzing and modeling boundaries of the bainite composition space.
To set up the project environment:
- Clone the repository:
git clone https://github.com/BerndSchuscha/bainite_boundaries.git
- Navigate to the project directory:
cd bainite_boundaries - Create and activate a Conda environment:
conda env create -f environment.yml conda activate bainite_boundaries
- Install the package in the folder:
pip install .
The primary script for calculations is located at:
bainite_boundaries/BC_calculationThe evulation points are in
data/final_samples.txt
The result is evaluted in the Jupyter notebook:
jupyter notebook bainite_boundaries/visualization/make_final_plot.ipynbFor questions, suggestions, or collaboration inquiries, please contact Bernd Schuscha.
- Sophie Steger
- Bernd Schuscha (bernd.schuscha@mcl.at)