From dd71d359e01838de9215629bd4a647ef5fcb2ef7 Mon Sep 17 00:00:00 2001 From: Denise Lanzieri <72620117+dlanzieri@users.noreply.github.com> Date: Wed, 18 May 2022 09:58:46 +0200 Subject: [PATCH] Update jaxpm/pm.py Co-authored-by: Francois Lanusse --- jaxpm/pm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxpm/pm.py b/jaxpm/pm.py index 32a9691..7aac781 100644 --- a/jaxpm/pm.py +++ b/jaxpm/pm.py @@ -74,7 +74,7 @@ def make_ode_fn(mesh_shape): 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, based on https://arxiv.org/abs/1804.00671 """ kvec = fftk(mesh_shape)