mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-05-14 03:51:11 +00:00
creoss correlation function
This commit is contained in:
parent
8b885450a8
commit
84b79af7f8
2 changed files with 49 additions and 1 deletions
|
@ -80,7 +80,6 @@ def pgd_correction(pos, mesh_shape, cosmo, params):
|
|||
params: [alpha, kl, ks] pgd parameters
|
||||
"""
|
||||
kvec = fftk(mesh_shape)
|
||||
|
||||
delta = cic_paint(jnp.zeros(mesh_shape), pos)
|
||||
alpha, kl, ks = params
|
||||
delta_k = jnp.fft.rfftn(delta)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue