The congruency within and between sets of decay chains of superheavy nuclei are evaluated on the basis of statistical methods presented by Ulrika Forsberg (PhD Thesis, "Element 115").
You can run it in the web browser on mybinder (without installing anything) by clicking the link here (ignore the following in that case).
It is possible to run the notebook on your local computer as follows:
- Install miniconda3 alternatively the full anaconda3 environment on your laptop (the latter is much larger).
- Download this repository.
- Install and activate the
ChainCongruency
environment described by the fileenvironment.yml
by running the following in a terminal:
conda env create -f environment.yml
source activate ChainCongruency
./postBuild
- Run the notebook via
jupyter-notebook ChainCongruencyMain.ipynb