mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-02-22 17:47:11 +00:00
Update jaxpm/pm.py
Co-authored-by: Francois Lanusse <EiffL@users.noreply.github.com>
This commit is contained in:
parent
85b2f4f097
commit
77827fcf44
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def make_ode_fn(mesh_shape):
|
|||
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
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue