CCL icon indicating copy to clipboard operation
CCL copied to clipboard

Complete background calculations

Open nikfilippas opened this issue 1 year ago • 1 comments

This PR adds the following background functions:

  • hubble_distance(cosmo, a)
  • comoving_volume_element(cosmo, a)
  • comoving_volume(cosmo, a, *, solid_angle=4*pi)
  • lookback_time(cosmo, a)
  • age_of_universe(cosmo, a)

and with that closes #954 and closes #408 and now CCL will be able to calculate every distance quantity described in Hogg's reference manual .

nikfilippas avatar Apr 13 '23 08:04 nikfilippas

This is not to be reviewed until current functionality has been put in v3 form. There are several other new science implementations that take priority.

damonge avatar Apr 16 '23 10:04 damonge