halox.cosmology: Cosmology calculations
=======================================

For cosmology calculations, ``halox`` relies on `jax-cosmo <https://github.com/DifferentiableUniverseInitiative/jax_cosmo>`_, and adds a few convenience functions.

.. currentmodule:: halox.cosmology

.. autosummary::
    hubble_parameter
    critical_density
    differential_comoving_volume
    sensitivity

.. autofunction:: hubble_parameter
.. autofunction:: critical_density
.. autofunction:: differential_comoving_volume
.. autofunction:: sensitivity
