/ChainCongruency

Statistical analysis on decay chains of superheavy elements to evaluate the congruency within the same set of decays and with other set of decays.

Primary LanguageJupyter Notebook

Binder

Chain Congruency

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").

Running the Jupyter-Notebook

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:

  1. Install miniconda3 alternatively the full anaconda3 environment on your laptop (the latter is much larger).
  2. Download this repository.
  3. Install and activate the ChainCongruency environment described by the file environment.yml  by running the following in a terminal:
conda env create -f environment.yml
source activate ChainCongruency
./postBuild
  1. Run the notebook via jupyter-notebook ChainCongruencyMain.ipynb