The likelihood module for the Cosmology Likelihood for Observables in Euclid project. Module for Euclid primary observable theoretical predictions, interfacing with cloelib
We welcome feedback from the Euclid community and beyond to refine and improve this module!
πΉ Intuitive & User-Friendly β General description of the likelihood options by classes
πΉ loglike calculation for Euclid primary probes β currently supporting 3x2pt and spectroscopic galaxy clustering full-shape
To install cloelike source code, clone the repository and install it via pip:
pip install .To work with the latest stable release of the code, move to the latest tag by typing:
git checkout name-latest-releasewith name-latest-release the latest name that appears in "Releases".
cloelike depends on the cloelib package (private for now).
For the time being, please install cloelib manually by following the installation instructions provided in its GitHub repository.
Explore the tutorials in the cloe-org/playground repository for examples on how to compute cosmological observables and other key quantities!
Please review the organization's general contribution guidelines and the specific guidelines for this repository in the CONTRIBUTING.md file. Once you're familiar with the guidelines, follow these steps:
1οΈβ£ Create a new branch:
git checkout -b issue-<number>-<short-descriptive-title>2οΈβ£ Implement your changes following project style guidelines.
3οΈβ£ Commit your modifications:
git commit -m "Add feature: [brief description]"4οΈβ£ Push your branch:
git push origin feature/your-feature-name5οΈβ£ Open a pull request and contribute to the project!
This project is licensed under the MIT β see the LICENSE file for details.
π©βπ»π§βπ» Authored by M. Bonici, G. CaΓ±as-Herrera, P. Carrilho, S. Casas, C. Moretti, and A. Pezzotta (listed in alphabetical order).
This project follows the all-contributors specification. Contributions of any kind are welcome!