.all-contributorsrc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
design.md
notebooks
pytest.ini
setup.py
.github/workflows/main.yml
.github/workflows/pythonpackage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/api/jax_cosmo.angular_cl.rst
docs/api/jax_cosmo.background.rst
docs/api/jax_cosmo.bias.rst
docs/api/jax_cosmo.constants.rst
docs/api/jax_cosmo.jax_utils.rst
docs/api/jax_cosmo.power.rst
docs/api/jax_cosmo.probes.rst
docs/api/jax_cosmo.redshift.rst
docs/api/jax_cosmo.rst
docs/api/jax_cosmo.scipy.rst
docs/api/jax_cosmo.transfer.rst
docs/api/jax_cosmo.utils.rst
docs/api/modules.rst
docs/notebooks/CCL_comparison.ipynb
docs/notebooks/jax-cosmo-intro.ipynb
jax_cosmo/__init__.py
jax_cosmo/angular_cl.py
jax_cosmo/background.py
jax_cosmo/bias.py
jax_cosmo/constants.py
jax_cosmo/core.py
jax_cosmo/jax_utils.py
jax_cosmo/likelihood.py
jax_cosmo/parameters.py
jax_cosmo/power.py
jax_cosmo/probes.py
jax_cosmo/redshift.py
jax_cosmo/transfer.py
jax_cosmo/utils.py
jax_cosmo.egg-info/PKG-INFO
jax_cosmo.egg-info/SOURCES.txt
jax_cosmo.egg-info/dependency_links.txt
jax_cosmo.egg-info/requires.txt
jax_cosmo.egg-info/top_level.txt
jax_cosmo/scipy/README.md
jax_cosmo/scipy/__init__.py
jax_cosmo/scipy/integrate.py
jax_cosmo/scipy/interpolate.py
jax_cosmo/scipy/ode.py
tests/test_angular_cl.py
tests/test_background.py
tests/test_power.py
tests/test_spline.py