Git provides a way to experiment with different changes or test multiple versions of the code by switching among branches. However, this can become cumbersome and time-consuming. This is where git-worktree
comes in handy, allowing developers to have multiple branches checked out at the same time and experiment with their code freely.
When working on the Hubble rate project, I am led to install Montepython
to perform Markov Chain Monte Carlo sampling with Planck 2018 data. The Planck 2018 data can be downloaded from the
Planck Legacy Archive together with the Planck Likelihood Code (plc),
which provides C, Fortran and Python libraries allowing to compute the log likelihoods of the temperature,
polarisation, and lensing maps.
See readme.md
of plc-3.01
.