forked from guilhem_lavaux/JaxPM
few adjustments to PGD correction
This commit is contained in:
parent
d8a1dbe210
commit
8b885450a8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def make_ode_fn(mesh_shape):
|
||||||
return nbody_ode
|
return nbody_ode
|
||||||
|
|
||||||
|
|
||||||
def pgd_correction(pos, params):
|
def pgd_correction(pos, mesh_shape, cosmo, 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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue