Merge branch 'main' into distributed_pm

This commit is contained in:
Francois Lanusse 2024-07-09 17:47:30 -04:00 committed by GitHub
commit ac9fdde948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -69,3 +69,4 @@ def compensate_cic(field):
delta_k = jaxpm.ops.fftn(field)
delta_k = cic_compensation(kvec) * delta_k
return jaxpm.ops.ifftn(delta_k).real

View file

@ -202,4 +202,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}