David Alonso
David Alonso
Once the FKEM non-Limber branch has been merged, we should document its usage here, including how it should be used in the presence of different input power spectra (e.g. non-linear...
We need a notebook showcasing the emulators interface in CCL v3
There's a bunch of branches that seem to have been merged. Should we delete them?
The `BaccoemuBaryons` object should be called `BaryonsBaccoemu` to conform with the naming of other baryonic effect objects (e.g. `BaryonsSchneider15` or `BaryonsVanDaalen19`). Unfortunately this slipped through after tagging v3, and changing...
Closes #1153
I've seen the current FKEM method fail catastrophically in some cases. For instance, the following code: ``` import numpy as np import matplotlib.pyplot as plt import pyccl as ccl #...
Related to #641 if one tries to compute power spectra at all ells, the computation becomes super slow. In practice one never needs to do this. You evaluate the power...
Being worked on with @noller The aim of this branch is to allow CCL to select the right P(k) when computing angular power spectra involving lensing in the context of...
Closes #816