BABY-paper

This repository contains the data and scripts to reproduce the results presented in the "Advancing Tritium Self-Sufficiency in Fusion Power Plants: Insights from the BABY Experiment" paper.

You can run the scripts in your browser by clicking on this badge: Binder

To run the scripts locally, first clone this repository then create a Conda environment with:

conda env create -f environment.yml

Activate the environment:

conda activate baby-paper-env