mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-07-19 09:53:04 +00:00
update
This commit is contained in:
parent
3522edb6b1
commit
bfc9c775f8
2 changed files with 105 additions and 173 deletions
|
@ -122,7 +122,7 @@ def convergence_Born(cosmo, density_planes, r, a, z_source, d_r,
|
|||
Convergence map
|
||||
"""
|
||||
# Constants
|
||||
constant_factor = 3 / 2 * cosmo.Omega_m * (constants.H0 * cosmo.h / constants.c)**2
|
||||
constant_factor = 3 / 2 * cosmo.Omega_m * (constants.H0 / constants.c)**2
|
||||
chi_s = jc.background.radial_comoving_distance(cosmo, jc.utils.z2a(z_source))
|
||||
n_planes = len(r)
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue