- Bayesim documentation
- SnS paper (featured in slides)
- Bayesim paper
- Fe in Si paper (also featured in slides)
If you want to run the notebook yourself, you'll need a Python environment with all the packages that get imported. This is relatively simple to achieve with conda using the included environment.yml file:
- Create the environment by running
conda env create -f environment.yml - Activate it with
conda activate bpe - Now create a jupyter kernel using
python -m ipykernel install --user --name bpe - Now if you open the notebook via
jupyter notebook BPE_guest_lecture.ipynband select thebpekernel from the dropdown, all the code should (hopefully) run!