Update jaxpm/pm.py

This commit is contained in:
Francois Lanusse 2024-07-19 10:49:51 -04:00 committed by GitHub
parent 9a279d2d6c
commit b949827e92

View file

@ -83,7 +83,7 @@ def make_ode_fn(mesh_shape):
return nbody_ode return nbody_ode
def pgd_correction(pos, mesh_shape, cosmo, params): def pgd_correction(pos, mesh_shape, params):
""" """
improve the short-range interactions of PM-Nbody simulations with potential gradient descent method, based on https://arxiv.org/abs/1804.00671 improve the short-range interactions of PM-Nbody simulations with potential gradient descent method, based on https://arxiv.org/abs/1804.00671
args: args: