Skip to content

Complete background calculations#1066

Closed
nikfilippas wants to merge 5 commits intocodata_v3from
distances_v3
Closed

Complete background calculations#1066
nikfilippas wants to merge 5 commits intocodata_v3from
distances_v3

Conversation

@nikfilippas
Copy link
Contributor

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 .

@damonge
Copy link
Collaborator

damonge commented Apr 16, 2023

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.

@nikfilippas nikfilippas marked this pull request as draft April 17, 2023 16:33
@nikfilippas nikfilippas deleted the distances_v3 branch May 16, 2023 15:05
@nikfilippas nikfilippas restored the distances_v3 branch May 17, 2023 19:38
@nikfilippas nikfilippas reopened this May 17, 2023
This was referenced Dec 20, 2023
@damonge
Copy link
Collaborator

damonge commented Nov 14, 2024

Just doing some general cleaning of the repo.
This PR is very much behind the current master, so I will close it. The code within the branch could be valuable though, so I will not delete it, and we can reopen the PR if necessary.

@damonge damonge closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement lookback time Add comoving volume element calculation to the background module

2 participants