Differentiable Likelihood for CMB Analysis
Project description
CMB Analysis With A Differentiable Likelihood
- Authors:
L. Balkenhol, C. Trendafilova, K. Benabed, S. Galli
- Paper:
- Source:
- Documentation:
candl is a differentiable likelihood framework for analysing CMB power spectrum measurements. Key features are:
JAX-compatibility, allowing for fast and easy computation of gradients and Hessians of the likelihoods.
The latest public data releases from the South Pole Telescope and Atacama Cosmology Telescope collaborations.
Interface tools for work with other popular cosmology software packages (e.g. Cobaya and MontePython).
Auxiliary tools for common analysis tasks (e.g. generation of mock data).
candl supports the analysis of primary CMB and lensing power spectrum data (\(TT\), \(TE\), \(EE\), \(BB\), \(\phi\phi\), \(\kappa\kappa\)).
Installation
candl can be installed with pip:
pip install candl-like
or alternatively you can clone and pip install . this repository.
Data Sets
candl data sets are kept separately from the code. There currently exist three online libraries with compatible data:
spt_candl_data: official repository of the South Pole Telescope collaboration.
candl_data: repository of CMB data sets re-implemented in candl.
clipy: 2018 Planck likelihoods available through a wrapper with the python, JAX-friendly clipy implementation.
Together these provide access to the following data:
Data set |
Library |
Papers |
|---|---|---|
SPT-3G D1 T&E |
Quan et al. 2025 (in prep.) |
|
SPT-3G D1 BB |
lite version: candl_data |
|
SPT-3G 2018 TT/TE/EE |
||
SPT-3G 2018 \(\phi\phi\) |
||
SPTpol BB |
||
Planck 2018 likelihoods |
||
ACT DR6 TT/TE/EE |
||
ACT DR6 \(\phi\phi\) |
||
ACT DR4 TT/TE/EE |
Detailed, installation instructions for the data sets can be found on the dedicated repo pages, but in short, for the spt_candl_data and the candl_data libraries you navigate to where you would like to store the data and then run:
git clone https://github.com/SouthPoleTelescope/spt_candl_data.git cd spt_candl_data pip install .
or:
git clone https://github.com/Lbalkenhol/candl_data.git cd candl_data pip install .
Instructions on how you can add your own data sets can be found in the docs.
JAX
JAX is a Google-developed python library. In its own words: “JAX is Autograd and XLA, brought together for high-performance numerical computing.”
candl is written in a JAX-friendly way. That means JAX is optional and you can install and run candl without JAX and perform traditional inference tasks such as MCMC sampling with Cobaya. However, if JAX is installed, the likelihood is fully differentiable thanks to automatic differentiation and many functions are jitted for speed.
Packages and Versions
candl has been built on python 3.10. You may be able to get it running on 3.9, but this is not officially supported - run it at your own risk.
candl has been tested on JAX versions 0.5.1, 0.4.31, and 0.4.24.
Documentation
You can find the documentation here.
Citing candl
If you use candl please cite the release paper. Be sure to also cite the relevant papers for any samplers, theory codes, and data sets you use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file candl_like-2.2.0.tar.gz.
File metadata
- Download URL: candl_like-2.2.0.tar.gz
- Upload date:
- Size: 82.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b89e2bc713a764235f6c290962e313003b1c4af55ae86e9da0147bb7101ac4a
|
|
| MD5 |
2b7a13af10a983c97ca791925571aaad
|
|
| BLAKE2b-256 |
a49591e4533d762d08bb62ca1f2e4f2c1984eec082587eaff828d0a903221bf6
|
File details
Details for the file candl_like-2.2.0-py3-none-any.whl.
File metadata
- Download URL: candl_like-2.2.0-py3-none-any.whl
- Upload date:
- Size: 87.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c0372396e218f2e5a877b3f34cb57563e4eb9e4607b3726bbd0a333a762450b
|
|
| MD5 |
868b2339a81102bb9b0f8a9b4208c97e
|
|
| BLAKE2b-256 |
14d9cc8e2d982365836209e69deed45cad576ad4b752cf17ba596185db27d181
|