mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-24 11:50:53 +00:00
Merge branch 'main' into distributed_pm
This commit is contained in:
commit
ac9fdde948
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -202,4 +202,4 @@
|
|||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue