PLIMA is the Python Library for Intrinsic alignment Models and Amplitudes.
PLIMA provides simple tools for working with intrinsic alignment models in cosmology. It includes model level amplitude functions and CCL backend helpers for building intrinsic alignment inputs used in weak lensing analyses.
PLIMA currently includes:
- LA
- NLA
- TATT
- halo model IA
You can easily install plima via pip:
pip install plimaFor development, clone the repository and install it in editable mode:
git clone https://github.com/cosmology-kit/plima.git
cd plima
pip install -e ".[dev]"The development documentation is available at:
https://cosmology-kit.github.io/plima/main/
If you use PLIMA in your research, please cite it.
@software{sarcevic2026plima,
title = {PLIMA: Python Library for Intrinsic alignment Models and Amplitudes},
author = {Šarčević, Nikolina},
year = {2026},
version = {0.1.0},
url = {https://github.com/cosmology-kit/plima}
}MIT License © 2026 Nikolina Šarčević and contributors.