Update jaxpm/pm.py

Co-authored-by: Francois Lanusse <EiffL@users.noreply.github.com>
This commit is contained in:
Denise Lanzieri 2022-05-18 09:58:34 +02:00 committed by GitHub
parent b737631346
commit 8266f11369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ def make_ode_fn(mesh_shape):
return nbody_ode return nbody_ode
def pgd_correction(pos, cosmo, params): def pgd_correction(pos, params):
""" """
improve the short-range interactions of PM-Nbody simulations with potential gradient descent method improve the short-range interactions of PM-Nbody simulations with potential gradient descent method
""" """