Pith. sign in

REVIEW 2 major objections 4 minor 1 cited by

Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods

T0 review · 2 major / 4 minor · reviewed 2026-07-14 · grok-4.5

Pith's one-line read Warm-started multigrid can replace distributed FFTs for fixed-mesh gravity and is the solver that makes differentiable moving-mesh PM practical.

desk verdict Solid JAX methods paper: multigrid as the real enabler for differentiable moving-mesh PM, with fixed-mesh FFT competition that is real but hardware-tied. read the letter →

arxiv 2607.10983 v1 pith:HQWAY546 submitted 2026-07-13 astro-ph.IM astro-ph.COastro-ph.GA

classification astro-ph.IMastro-ph.COastro-ph.GA
keywords geometricmultigridparticle-meshPoissonsolverJAXmovingmeshFastPMdifferentiablesimulationcosmologicalstructureformation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Particle–mesh cosmology needs fast, differentiable Poisson solvers. Fourier methods dominate on fixed grids but force global all-to-all communication and break once the mesh is deformed. This paper builds a JAX-native geometric multigrid solver and shows it serves two roles. On static meshes, recycling the previous potential and applying Chebyshev-smoothed V-cycles turns multigrid into a cheap defect correction that reaches field-level accuracy with one or two cycles, cutting memory and often wall-clock or total GPU time relative to distributed FFTs. On moving meshes, the same solver handles the variable-coefficient curvilinear Poisson equation that ordinary FFT diagonalization cannot treat, so force resolution can be concentrated on filaments and halos while the code stays a regular, compilable, automatically differentiable array program. The result is a practical path from fast fixed-grid PM methods to adaptive-force simulations that remain usable inside gradient-based inference.

What carries the argument

Warm-started Chebyshev multigrid as defect correction: the previous time-step potential (optionally growth-scaled) is used as the initial guess so that one or two V-cycles correct only the residual; the same hierarchy, with geometry coefficients restricted level-by-level, solves the curvilinear Laplace–Beltrami operator on the deformed mesh.

What would settle it

On a production-scale fixed mesh (for example 1024^3 or 2048^3), run matched FFT and warm one- or two-cycle multigrid force evaluations on the same allocation; if multigrid is systematically slower in wall-clock and higher in total GPU-seconds, or if two-cycle field-level correlation with the FFT reference collapses, the competitive-fixed-mesh claim fails. Separately, if the moving-mesh reconstruction cannot recover small-scale transfer above the static mesh at the same cell count once the geometry is strongly deformed, the adaptive claim fails.

Watch

Extended reading notes

Core claim

Geometric multigrid for particle–mesh gravity plays two complementary roles: on fixed meshes, warm-started Chebyshev multigrid is a competitive, communication-avoiding alternative to distributed FFTs, and on moving meshes it becomes the enabling solver for a differentiable variable-coefficient curvilinear Poisson problem that FFT diagonalization cannot handle.

Load-bearing premise

That the measured wall-clock and GPU-time gains over distributed FFTs on the tested GPU cluster will hold broadly enough to make multigrid a practical alternative, even though the paper itself notes that those gains depend on interconnect and library performance.

Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper presents a JAX-native geometric multigrid Poisson framework for particle–mesh cosmology and argues that multigrid plays two complementary roles: on fixed meshes, warm-started Chebyshev multigrid is a competitive, communication-avoiding alternative to distributed FFTs; on moving meshes, it is the enabling solver for a variable-coefficient curvilinear Poisson problem that ordinary FFT diagonalization cannot handle. For static FastPM, temporal coherence is exploited via recycled/growth-scaled predictors so that one or two warm V-cycles reach field-level accuracy relative to a matched discrete FFT operator, with reported wall-clock and GPU-time gains and a lower memory floor on Perlmutter A100 nodes. The same multigrid hierarchy is then used for a potential-flow moving-mesh PM scheme (after Pen), with a conservative finite-volume Laplace–Beltrami operator, mesh-motion and gravity solves, limiters, and an implicit adjoint that supports end-to-end differentiable reconstruction. Accuracy is tested against FFT references and CAMELS/AREPO CV0, and a reconstruction stress test shows recovery of small-scale amplitude at fixed nominal resolution.

Significance. If the dual-role claim holds, the work is a useful methods contribution for GPU-native, autodiff-compatible cosmological PM solvers. The enabling half is particularly valuable: a regular-array, JAX-compilable moving-mesh gravity path with shared multigrid infrastructure and a carefully constructed adjoint fills a gap between fixed-grid FastPM-style codes and adaptive force methods that are hard to differentiate. Strengths include matched discrete-operator comparisons, residual and field-level diagnostics (transfer/stochasticity), Appendix A error-accumulation tests, strong-scaling and memory-floor measurements, and a finite-difference check of the curvilinear adjoint under strong compression. Development code links are provided. The fixed-mesh performance half is more provisional because the measured speedups are machine- and interconnect-dependent, but the structural communication and memory arguments remain of practical interest even if wall-clock ratios do not fully generalize.

major comments (2)
  1. [§3.3–3.5, Tables 2–3] §3.3–3.5 and Tables 2–3: the abstract and introduction frame warm Chebyshev multigrid as a competitive alternative with up to ~2× lower total GPU time. The measured 1.5–2.4× wall-clock and ~2× GPU-time gains are on Perlmutter A100 + Slingshot, which the text itself flags as likely suboptimal for all-to-all and machine-dependent. The structural advantages (halo vs all-to-all, real vs complex scratch, lower memory floor) are well supported, but the dual-role claim’s fixed-mesh half currently over-weights fabric-specific timings. Please rebalance the abstract/conclusions to lead with communication pattern and memory floor, present wall-clock ratios as platform-specific evidence, and (if feasible) add a brief comparison or discussion against a stronger distributed FFT baseline (e.g. jaxdecomp/cuDecomp on a fabric more favorable to collectives).
  2. [§4.7–4.8, Figs. 10–14] §4.7–4.8 and Figs. 10–14: the moving-mesh accuracy and reconstruction claims rest on a single small-box CAMELS CV0 setup (25 h^{-1} Mpc, 256^3 particles) and a deliberately minimal reconstruction experiment. That is acceptable for a methods demonstration, but the paper’s bridge claim toward “differentiable adaptive-force cosmological simulations” needs clearer scope limits: state that the tests do not yet establish cosmology- or redshift-general accuracy, quantify sensitivity to free limiter/κ parameters (Appendix C), and note that production field-level inference would require likelihood, priors, and bias validation beyond the MSE reconstruction shown.
minor comments (4)
  1. [§4.3] §4.3: note that Jacobi outperforms Chebyshev for the variable-coefficient Laplace–Beltrami problem, opposite to the static-mesh default. A short remark on why (spectrum of the preconditioned operator, anisotropy) would help readers choose smoothers.
  2. [Table 1, Figs. 4–6] Table 1 vs Figs. 4–6: cycle-count accuracy is shown at 256^3 while production scaling is at 1024^3/2048^3. A brief statement that the 1–2 warm-cycle operating point remains adequate at the larger sizes (or a small residual/transfer check) would tighten the accuracy–performance link.
  3. [§4.8.1–4.8.2] Eqs. (35)–(38): the straight-through limiter treatment and √g-conjugated adjoint are important; a one-sentence pointer in the main text to the finite-difference agreement under √g_min≈0.15 would make the reverse-mode claim easier to verify without hunting the prose.
  4. Minor presentation: a few missing spaces in compound words in the compiled text (e.g. “particle–mesh”, “all-to-all”); ensure figure captions for Figs. 2–3 and 8 fully define symbols used in the panels.

Circularity Check

1 steps flagged · score 1.0 of 10

Methods paper with external FFT/N-body benchmarks; warm-start is residual defect correction, not a tautological prediction, and self-citations supply infrastructure rather than the performance claims.

  1. self citation load bearing [§2.3 Geometric multigrid; §3.4 Implementation (DiffHydro baseline)]
    "Following the notation of the diffhydro self-gravity solver, the flat-mesh PM Poisson problem is written as A_h φ_h = F_h ... The first three are the additions that give the present solver its speed over the originally published version in DiffHydro, and all are exposed as flags with the original Jacobi path preserved as a fallback."

    The flat multigrid hierarchy and Jacobi smoother are imported from the author's DiffHydro paper. This is infrastructure reuse, not a uniqueness or uniqueness-of-result claim: the present work's performance and accuracy conclusions rest on new Chebyshev fusion, warm-start timings vs FFT, and moving-mesh tests against external references, so the self-citation is not load-bearing for the dual-role claim.

full rationale

The paper is a numerical methods contribution whose central claims are (i) warm-started Chebyshev multigrid can match or beat distributed FFTs on fixed meshes under stated hardware conditions and (ii) the same multigrid hierarchy enables a differentiable moving-mesh PM solve of a variable-coefficient curvilinear Poisson equation that FFT diagonalization cannot handle. Both claims are checked against external references: the spectral FFT with the same discrete operator (Tables 1–3, Figs. 4–6, Appendix A) and the CAMELS CV0 AREPO N-body field (Figs. 10–14). Warm starting is standard defect correction of a residual (Eqs. 11–12, §3.1–3.2); the residual is not forced to zero by construction, and accuracy is measured against the FFT reference rather than redefined as success. Self-citations (DiffHydro, JaxPM, jaxdecomp) provide the prior Jacobi baseline, array framework, and distributed primitives; the production Chebyshev fusion, timings, moving-mesh limiters, and adjoint finite-difference checks are new content evaluated in this work. No uniqueness theorem, fitted parameter renamed as prediction, or self-definitional loop carries the dual-role claim. Minor self-citation of infrastructure is normal and non-load-bearing for the conclusions, so the circularity score is 1.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The work is numerical methods, not new physics. Load-bearing content is standard Poisson/PM cosmology plus classical multigrid, plus engineering choices (smoother degree, warm predictors, limiter thresholds, κ, cycle budgets) that control reported accuracy and stability. No new physical entities are introduced; free parameters are solver/mesh-control knobs.

free parameters (5)
  • Chebyshev spectral interval parameter α
    Targets upper spectrum of Jacobi-preconditioned Laplacian on [2/α,2]; paper uses α≃8 as production choice affecting smoother strength.
  • Warm V-cycle budget (1–2 production cycles)
    Accuracy/speed operating point is chosen by hand against FFT field-level fidelity rather than derived uniquely.
  • Mesh-response gain κ
    Controls how strongly the deformation tracks mass; intermediate optimum selected by experiment (Fig. 9), not fixed by theory.
  • Limiter parameters c_max, s_max, source smoothing, repulsive strength η
    Numerical safeguards against folding/anisotropy; paper states they are numerical rather than physical and need systematic calibration.
  • Weighted-Jacobi ω=2/3 and pre/post sweep counts (ν1=ν2=2 moving mesh)
    Standard but still chosen multigrid hyperparameters that affect convergence cost.
assumptions (4)
  • domain assumption Discrete periodic Poisson with seven-point Laplacian (static) or conservative finite-volume Laplace–Beltrami (moving) is an adequate gravity model for the PM applications considered.
    §2.1 and §4.3; comparisons are to FFT on the same operator or to N-body truth for clustering, not full force-law validation.
  • standard math Geometric multigrid V-cycles with local smoothers converge with mesh-independent factor for the model/variable-coefficient problems used.
    Invoked via classical multigrid theory and empirical residual curves (§2.3, §3.5, §4.3).
  • domain assumption Potential-flow mesh map x=ξ+∇ψ with limiters remains a useful quasi-Lagrangian adaptive force model without destroying large-scale phases.
    Core of §4 following Pen (1995); accuracy tests support but do not prove unbiased inference use.
  • ad hoc to paper Straight-through treatment of non-smooth limiters in reverse mode yields usable gradients for reconstruction.
    §4.8.1; engineering choice for AD stability, not derived optimality.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods." pith.science (2026). https://pith.science/paper/HQWAY546

@misc{pith2026260710983,
  author       = {Pith},
  title        = {Pith review of: Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HQWAY546}},
  note         = {Machine review of arXiv:2607.10983}
}
read the original abstract

Efficient, differentiable Poisson solvers are a key component of modern particle--mesh simulations and field-level inference pipelines. FFT-based solvers are extremely effective on fixed Cartesian meshes, but they impose global all-to-all communication and rely on symmetries that are lost in adaptive or non-Cartesian coordinates. In this work, we present a JAX-native geometric multigrid framework for particle--mesh gravity and argue that multigrid plays two complementary roles: on fixed meshes it can be a competitive, communication-avoiding alternative to FFTs, while on moving meshes it becomes the enabling solver. For static FastPM evolution, warm-started Chebyshev multigrid acts as a defect-correction method, exploiting temporal coherence between time steps to reduce the number of V-cycles required for field-level accuracy. At large mesh sizes this reduces memory pressure and yields comparable or faster wall-clock performance than distributed FFTs, with up to a factor of two reduction in total GPU time at fixed final mesh size. We then embed the same solver in a differentiable moving-mesh particle--mesh method, where adaptive coordinate deformation produces a variable-coefficient curvilinear Poisson equation that cannot be solved by ordinary FFT diagonalization. The resulting method concentrates force resolution in nonlinear structures while retaining a regular, JAX-compilable, automatically differentiable array workflow. These results suggest geometric multigrid can be a practical bridge between fast fixed-grid PM methods and differentiable adaptive-force cosmological simulations.

Figures

Figures reproduced from arXiv: 2607.10983 by the authors.

Figure 1
Figure 1. Geometric multigrid V-cycle for the Poisson solve. On the finest mesh, the potential satisfies 𝐴 ℎ 𝜑 ℎ = 𝐹 ℎ and the residual is 𝑟 ℎ = 𝐹 ℎ − 𝐴 ℎ 𝜑 ℎ . The residual is restricted to coarser meshes, where the error equations 𝐴 2ℎ𝑒 2ℎ = 𝑟 2ℎ and 𝐴 4ℎ𝑒 4ℎ = 𝑟 4ℎ are solved. The resulting corrections are prolongated back to the fine grid and added to the solution, 𝜑 ℎ ← 𝜑 ℎ + 𝑒 ℎ . The lower panels show the same source r… view at source ↗
Figure 2
Figure 2. Warm-start Chebyshev multigrid as defect correction in a 2563 particle–mesh solve. From left to right: the logarithmic density contrast, the initial potential guess 𝜑 (0) recycled from the previous step, the multigrid correction Δ𝜑, and the refined potential 𝜑 = 𝜑 (0) + Δ𝜑. The correction is small compared with the full potential and is concentrated around nonlinear structure, showing why a warm-started Chebyshev-sm… view at source ↗
Figure 3
Figure 3. Residual convergence for cold and warm Chebyshev-multigrid solves at early (𝑎 = 0.2) and late (𝑎 = 0.7) times. Curves show the relative residual ∥𝐹 − 𝐴𝜑∥ /∥𝐹∥ after each V-cycle for a cold start, simple recycling, growth-scaled recycling, and polynomial extrapolation. Warm-start predictors reduce the initial residual by orders of magnitude and typically remove one to two V-cycles at fixed tolerance. arithmetic falls… view at source ↗
Figures from the paper (11 more)
Figure 5
Figure 5. Figure 5: Per-step wall-clock time as a function of mesh size at fixed node count (32 GPUs), isolating the effect of the per-GPU problem size on the FFT/multigrid crossover. At small meshes the FFT is far cheaper (the warm solve is dominated by fixed halo-latency overhead), but …
Figure 4
Figure 4. Figure 4: Strong-scaling comparison of FFT and warm-start Chebyshev￾multigrid PM steps, measured in a single allocation on Perlmutter A100 (40 GB) nodes. The panels show wall-clock time per step for 5123 and 10243 meshes as the number of GPUs is varied. The FFT path is dominated…
Figure 6
Figure 6. Figure 6: Field-level accuracy of the warm-started Chebyshev-multigrid PM evolution relative to an FFT reference for a 10243 run. The top panel shows the power-spectrum transfer function 𝑃/𝑃FFT, and the bottom panel shows the stochasticity 1−𝑟 (𝑘). Solid curves use warm-started …
Figure 7
Figure 7. Figure 7: The standard static particle mesh compared with the moving mesh force calculation, starting from the same particle distribution (left) and overlaid with the particles at every stage. In the static particle–mesh branch (top) the particles are painted onto a fixed grid, …
Figure 8
Figure 8. Figure 8: Example moving-mesh geometry in a cosmological field. Left: the deformed mesh in a slice through the volume, with cells contracted along filaments and around collapsed structures and expanded in voids. Middle left: the scalar deformation potential 𝜓 whose gradient defi…
Figure 9
Figure 9. Figure 9: Effect of the mesh-response parameter 𝜅 on the moving-mesh deformation at 𝑧 = 0. Each panel shows a two-dimensional slice through the deformed computational grid for a simulation run from the same initial condition but varying 𝜅, with larger 𝜅 driving stronger contract…
Figure 11
Figure 11. Figure 11: Cumulative mass fraction above density threshold for static PM meshes and the moving-mesh calculation. The moving mesh produces a higher-density tail than a static mesh of comparable nominal resolution, bring￾ing the one-point distribution closer to the CV0 truth in c…
Figure 10
Figure 10. Figure 10: Clustering accuracy of static and moving-mesh PM calculations against the high-resolution reference at constant 2563 particle number. The upper panel shows the cross-correlation coefficient 𝑟 (𝑘), and the lower panel shows the transfer function 𝑇 (𝑘) = √︁ 𝑃/𝑃ref. Incr…
Figure 12
Figure 12. Figure 12: Cost–accuracy trade-off for static and moving-mesh PM calcula￾tions for fixed particle number 𝑁 = 2563 . Accuracy is summarized by the cross-correlation coefficient averaged over 𝑘 = 3–8 ℎ Mpc−1 relative to the CV0 truth, while the vertical axes show peak GPU memory a…
Figure 13
Figure 13. Figure 13: Differentiable moving-mesh reconstruction in a 25 ℎ −1Mpc slice, shown as a projected five-cell slab. Left: the optimized computational mesh, which contracts around the filaments and halo-like peaks that dominate the nonlinear density field; in the densest regions the…
Figure 14
Figure 14. Figure 14: Fourier-space diagnostics for static-mesh (i.e. JaxPM) and moving-mesh differentiable reconstructions of the same target field. Upper: the cross-correlation coefficient 𝑟 (𝑘) between the reconstructed and target 𝑧 = 0 density fields. Lower: the transfer function 𝑇 (𝑘)…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. End-to-end differentiable retrieval of molecular spectra using hydrodynamics, chemistry, and radiative transfer

    astro-ph.IM 2026-07 conditional novelty 6.0 of 10

    An end-to-end differentiable JAX pipeline couples 1D hydrodynamics, time-dependent chemistry, and radiative transfer, and recovers shock and rate parameters from synthetic HCO+ spectra.

Reference graph

Works this paper leans on

187 extracted references · 42 canonical work pages · cited by 1 Pith paper

  1. [1]

    Nonlinear Reconstruction of the Velocity Field

    Nonlinear Reconstruction of the Velocity Field. , keywords =. doi:10.3847/1538-4357/ab5580 , archivePrefix =. 1908.08217 , primaryClass =

  2. [2]

    Hydrodynamic methods and sub-resolution models for cosmological simulations

    Hydrodynamic methods and sub-resolution models for cosmological simulations. arXiv e-prints , keywords =. doi:10.48550/arXiv.2502.06954 , archivePrefix =. 2502.06954 , primaryClass =

  3. [3]

    , keywords =

    The Santa Barbara Cluster Comparison Project: A Comparison of Cosmological Hydrodynamics Solutions. , keywords =. doi:10.1086/307908 , archivePrefix =. astro-ph/9906160 , primaryClass =

  4. [4]

    , keywords =

    The Sunyaev-Zel'dovich angular power spectrum as a probe of cosmological parameters. , keywords =. doi:10.1046/j.1365-8711.2002.05889.x , archivePrefix =. astro-ph/0205468 , primaryClass =

  5. [5]

    Differentiable Stochastic Halo Occupation Distribution

    Differentiable stochastic halo occupation distribution. , keywords =. doi:10.1093/mnras/stae350 , archivePrefix =. 2211.03852 , primaryClass =

  6. [6]

    Halo nonlinear reconstruction

    Halo Nonlinear Reconstruction. , keywords =. doi:10.3847/1538-4357/aa89e7 , archivePrefix =. 1703.08301 , primaryClass =

  7. [7]

    Nonlinear reconstruction of redshift space distortions

    Nonlinear reconstruction of redshift space distortions. , keywords =. doi:10.1103/PhysRevD.97.043502 , archivePrefix =. 1711.03218 , primaryClass =

  8. [8]

    Journal of Computational Physics , volume=

    Shaping the force law in two-dimensional particle-mesh models , author=. Journal of Computational Physics , volume=. 1974 , publisher=

Show all 187 references
  1. [9]

    Computer Simulation Using Particles

  2. [10]

    , keywords =

    Numerical techniques for large cosmological N-body simulations. , keywords =. doi:10.1086/191003 , adsurl =

  3. [11]

    arXiv e-prints , keywords =

    Particle-Mesh code for cosmological simulations. arXiv e-prints , keywords =. doi:10.48550/arXiv.astro-ph/9712217 , archivePrefix =. astro-ph/9712217 , primaryClass =

  4. [12]

    , keywords =

    The Athena++ Adaptive Mesh Refinement Framework: Design and Magnetohydrodynamic Solvers. , keywords =. doi:10.3847/1538-4365/ab929b , archivePrefix =. 2005.06651 , primaryClass =

  5. [13]

    , keywords =

    Towards optimal parallel PM N-body codes: PMFAST. , keywords =. doi:10.1016/j.newast.2005.02.001 , archivePrefix =. astro-ph/0402443 , primaryClass =

  6. [14]

    Mathematics of computation , volume=

    Multi-level adaptive solutions to boundary-value problems , author=. Mathematics of computation , volume=

  7. [15]

    USSR Computational Mathematics and Mathematical Physics , volume=

    A relaxation method for solving elliptic difference equations , author=. USSR Computational Mathematics and Mathematical Physics , volume=. 1962 , publisher=

  8. [16]

    , keywords =

    Adaptive Refinement Tree: A New High-Resolution N-Body Code for Cosmological Simulations. , keywords =. doi:10.1086/313015 , archivePrefix =. astro-ph/9701195 , primaryClass =

  9. [17]

    , keywords =

    A Linear Moving Adaptive Particle-Mesh N-Body Algorithm. , keywords =. doi:10.1086/192219 , adsurl =

  10. [18]

    Proceedings of the 1998 IEEE International Conference on Acoustics , year = 1998, volume =

    FFTW: an adaptive software architecture for the FFT. Proceedings of the 1998 IEEE International Conference on Acoustics , year = 1998, volume =. doi:10.1109/ICASSP.1998.681704 , adsurl =

  11. [19]

    IEEE Proceedings , keywords =

    The Design and Implementation of FFTW3. IEEE Proceedings , keywords =. doi:10.1109/JPROC.2004.840301 , adsurl =

  12. [20]

    , year = 2026, month = jun, doi =

    jFoF: GPU Friends-of-Friends Halo Finding with Gradient Propagation. , year = 2026, month = jun, doi =

  13. [21]

    , keywords =

    Differentiable cosmological hydrodynamics for field level inference and high dimensional parameter constraints. , keywords =. doi:10.1093/mnras/staf1785 , archivePrefix =. 2502.02294 , primaryClass =

  14. [22]

    , keywords =

    Differentiable fuzzy cosmic web for field-level inference. , keywords =. doi:10.1051/0004-6361/202555817 , archivePrefix =. 2506.03969 , primaryClass =

  15. [23]

    arXiv e-prints , keywords =

    Field-Level Inference with Microcanonical Langevin Monte Carlo. arXiv e-prints , keywords =. doi:10.48550/arXiv.2307.09504 , archivePrefix =. 2307.09504 , primaryClass =

  16. [24]

    , keywords =

    Benchmarking field-level cosmological inference from galaxy redshift surveys. , keywords =. doi:10.1088/1475-7516/2025/12/039 , archivePrefix =. 2504.20130 , primaryClass =

  17. [25]

    arXiv e-prints , keywords =

    Mujic : Reconstructing Initial Conditions from Incomplete Redshift Surveys with Projected Optimization. arXiv e-prints , keywords =. doi:10.48550/arXiv.2604.26823 , archivePrefix =. 2604.26823 , primaryClass =

  18. [26]

    , keywords =

    The Manticore Project I: a digital twin of our cosmic neighbourhood from Bayesian field-level analysis. , keywords =. doi:10.1093/mnras/staf767 , archivePrefix =. 2505.10682 , primaryClass =

  19. [27]

    Journal of Parallel and Distributed Computing , volume=

    FFT, FMM, and multigrid on the road to exascale: Performance challenges and opportunities , author=. Journal of Parallel and Distributed Computing , volume=. 2020 , publisher=

  20. [28]

    arXiv e-prints , keywords =

    diffhydro: Inverse Multiphysics Modeling and Embedded Machine Learning in Astrophysical Flows. arXiv e-prints , keywords =. doi:10.48550/arXiv.2512.13403 , archivePrefix =. 2512.13403 , primaryClass =

  21. [29]

    Journal of Open Source Software , volume=

    jaxDecomp: JAX Library for 3D Domain Decomposition and Parallel FFTs , author=. Journal of Open Source Software , volume=

  22. [30]

    Proceedings of the Platform for Advanced Scientific Computing Conference , pages=

    Distributed-memory simulations of turbulent flows on modern GPU systems using an adaptive pencil decomposition library , author=. Proceedings of the Platform for Advanced Scientific Computing Conference , pages=

  23. [31]

    , keywords =

    Differentiable Cosmological Simulation with the Adjoint Method. , keywords =. doi:10.3847/1538-4365/ad0ce7 , archivePrefix =. 2211.09815 , primaryClass =

  24. [32]

    Journal of Imaging , volume=

    Python non-uniform fast Fourier transform (PyNUFFT): An accelerated non-Cartesian MRI package on a heterogeneous platform (CPU/GPU) , author=. Journal of Imaging , volume=. 2018 , publisher=

  25. [33]

    Poisson, Sim. M. 1826 , publisher=

  26. [34]

    , keywords =

    Increasing Fisher information by Potential Isobaric Reconstruction. , keywords =. doi:10.1093/mnras/stx774 , archivePrefix =. 1611.10013 , primaryClass =

  27. [35]

    , keywords =

    Isobaric Reconstruction of the Baryonic Acoustic Oscillation. , keywords =. doi:10.3847/2041-8213/aa738c , archivePrefix =. 1703.09742 , primaryClass =

  28. [36]

    , keywords =

    A High-Resolution Adaptive Moving Mesh Hydrodynamic Algorithm. , keywords =. doi:10.1086/313074 , archivePrefix =. astro-ph/9704258 , primaryClass =

  29. [37]

    arXiv e-prints , keywords =

    Iterative Poisson Solvers for Self-gravity with the GPU Code Astaroth. arXiv e-prints , keywords =. doi:10.48550/arXiv.2605.03563 , archivePrefix =. 2605.03563 , primaryClass =

  30. [38]

    Journal of Physics Conference Series , year = 2018, series =

    A simple and efficient solver for self-gravity in the DISPATCH astrophysical simulation framework. Journal of Physics Conference Series , year = 2018, series =. doi:10.1088/1742-6596/1031/1/012021 , archivePrefix =. 1806.10098 , primaryClass =

  31. [39]

    arXiv e-prints , keywords =

    A Performance-Portable, Massively Parallel Distributed Nonuniform FFT. arXiv e-prints , keywords =. doi:10.48550/arXiv.2605.10678 , archivePrefix =. 2605.10678 , primaryClass =

  32. [40]

    , keywords =

    Towards optimal extraction of cosmological information from nonlinear data. , keywords =. doi:10.1088/1475-7516/2017/12/009 , archivePrefix =. 1706.06645 , primaryClass =

  33. [41]

    Astronomy and Computing , keywords =

    FlowPM: Distributed TensorFlow implementation of the FastPM cosmological N-body solver. Astronomy and Computing , keywords =. doi:10.1016/j.ascom.2021.100505 , archivePrefix =. 2010.11847 , primaryClass =

  34. [42]

    , keywords =

    Solving large scale structure in ten easy steps with COLA. , keywords =. doi:10.1088/1475-7516/2013/06/036 , archivePrefix =. 1301.0322 , primaryClass =

  35. [43]

    , keywords =

    Second Data Release of the COSMOS Ly Mapping and Tomography Observations: The First 3D Maps of the Detailed Cosmic Web at 2.05 < z < 2.55. , keywords =. doi:10.3847/1538-4365/ac982d , archivePrefix =. 2109.09660 , primaryClass =

  36. [44]

    , keywords =

    Planting a Lyman alpha forest on ABACUSSUMMIT. , keywords =. doi:10.1093/mnras/stad1920 , archivePrefix =. 2305.08899 , primaryClass =

  37. [45]

    Radiative Transfer in a Clumpy Universe. IV. New Synthesis Models of the Cosmic UV/X-Ray Background. , archivePrefix = "arXiv", eprint =. doi:10.1088/0004-637X/746/2/125 , adsurl =

  38. [46]

    arXiv e-prints , keywords =

    Strong bound on canonical ultra-light axion dark matter from the Lyman-alpha forest. arXiv e-prints , keywords =

  39. [47]

    , keywords =

    Revealing Reionization with the Thermal History of the Intergalactic Medium: New Constraints from the Ly Flux Power Spectrum. , keywords =. doi:10.3847/1538-4357/aafee4 , archivePrefix =. 1809.06980 , primaryClass =

  40. [48]

    , keywords =

    Hints, neutrino bounds, and WDM constraints from SDSS DR14 Lyman- and Planck full-survey data. , keywords =. doi:10.1088/1475-7516/2020/04/038 , archivePrefix =

  41. [49]

    , keywords =

    The Cosmic Baryon Budget. , keywords =. doi:10.1086/306025 , archivePrefix =. astro-ph/9712020 , primaryClass =

  42. [50]

    , keywords =

    Simulating intergalactic gas for DESI-like small scale Lyman forest observations. , keywords =. doi:10.1088/1475-7516/2021/04/059 , archivePrefix =. 2012.04008 , primaryClass =

  43. [51]

    , keywords =

    New Constraints on IGM Thermal Evolution from the Ly Forest Power Spectrum. , keywords =. doi:10.3847/1538-4357/aafad1 , archivePrefix =. 1808.04367 , primaryClass =

  44. [52]

    arXiv e-prints , keywords =

    Standard Big-Bang Nucleosynthesis after Planck. arXiv e-prints , keywords =

  45. [54]

    Annual Review of Astronomy and Astrophysics , volume =

    McQuinn, Matthew , title =. Annual Review of Astronomy and Astrophysics , volume =. 2016 , doi =

  46. [55]

    Astronomy and Computing , keywords =

    TensorFlow Hydrodynamics Analysis for Ly- Simulations. Astronomy and Computing , keywords =. doi:10.1016/j.ascom.2024.100858 , archivePrefix =. 2407.16009 , primaryClass =

  47. [56]

    New synthesis models of the cosmic UV/X-ray background

    Radiative transfer in a clumpy universe: IV. New synthesis models of the cosmic UV/X-ray background. arXiv e-prints , keywords =. doi:10.48550/arXiv.1105.2039 , archivePrefix =. 1105.2039 , primaryClass =

  48. [57]

    Planck 2018 results. VI. Cosmological parameters. , keywords =. doi:10.1051/0004-6361/201833910 , archivePrefix =. 1807.06209 , primaryClass =

  49. [58]

    , year = 1965, month = nov, volume =

    On the Density of Neutral Hydrogen in Intergalactic Space. , year = 1965, month = nov, volume =. doi:10.1086/148444 , adsurl =

  50. [59]

    , keywords =

    Formation and Evolution of X-Ray Clusters: A Hydrodynamic Simulation of the Intracluster Medium. , keywords =. doi:10.1086/169350 , adsurl =

  51. [60]

    , keywords =

    A Hydrodynamic Approach to Cosmology: Methodology. , keywords =. doi:10.1086/191630 , adsurl =

  52. [61]

    , keywords =

    Cosmological Simulations with TreeSPH. , keywords =. doi:10.1086/192305 , archivePrefix =. astro-ph/9509107 , primaryClass =

  53. [62]

    , keywords =

    The one-dimensional power spectrum from the SDSS DR14 Ly forests. , keywords =. doi:10.1088/1475-7516/2019/07/017 , archivePrefix =. 1812.03554 , primaryClass =

  54. [63]

    doi:10.1093/mnras/stt449 , Eprint =

    , Keywords =. doi:10.1093/mnras/stt449 , Eprint =

  55. [64]

    , keywords =

    The cosmological simulation code GADGET-2. , keywords =. doi:10.1111/j.1365-2966.2005.09655.x , archivePrefix =. astro-ph/0505010 , primaryClass =

  56. [65]

    2019 4th International Conference on Pattern Recognition and Image Analysis (IPRIA) , pages=

    Deep Generative Models: Deterministic Prediction with an Application in Inverse Rendering , author=. 2019 4th International Conference on Pattern Recognition and Image Analysis (IPRIA) , pages=. 2019 , organization=

  57. [66]

    2016 international joint conference on neural networks (IJCNN) , pages=

    Training deep neural networks on imbalanced data sets , author=. 2016 international joint conference on neural networks (IJCNN) , pages=. 2016 , organization=

  58. [67]

    Sixth International Conference on Machine Learning and Applications (ICMLA 2007) , pages=

    Learning with limited minority class data , author=. Sixth International Conference on Machine Learning and Applications (ICMLA 2007) , pages=. 2007 , organization=

  59. [68]

    arXiv e-prints , keywords =

    Data Augmentation Using GANs. arXiv e-prints , keywords =

  60. [69]

    arXiv e-prints , keywords =

    Adversarial Training of Variational Auto-encoders for High Fidelity Image Generation. arXiv e-prints , keywords =

  61. [70]

    arXiv e-prints , keywords =

    Deep Generative Models for Galaxy Image Simulations. arXiv e-prints , keywords =

  62. [71]

    , keywords =

    Deep Neural Network Classifier for Variable Stars with Novelty Detection Capability. , keywords =. doi:10.3847/2041-8213/ab212c , archivePrefix =. 1905.05767 , primaryClass =

  63. [72]

    arXiv e-prints , keywords =

    HInet: Generating neutral hydrogen from dark matter with neural networks. arXiv e-prints , keywords =

  64. [73]

    Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=

    A variational u-net for conditional appearance and shape generation , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=

  65. [74]

    Pattern Recognition , volume=

    Recent advances in convolutional neural networks , author=. Pattern Recognition , volume=. 2018 , publisher=

  66. [75]

    Advances in neural information processing systems , volume=

    Learning structured output representation using deep conditional generative models , author=. Advances in neural information processing systems , volume=

  67. [76]

    Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

    Image-to-image translation with conditional adversarial networks , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

  68. [77]

    European conference on computer vision , pages=

    Perceptual losses for real-time style transfer and super-resolution , author=. European conference on computer vision , pages=. 2016 , organization=

  69. [78]

    , archivePrefix = "arXiv", eprint =

    Painting with baryons: augmenting N-body simulations with gas using deep generative models. , archivePrefix = "arXiv", eprint =. doi:10.1093/mnrasl/slz075 , adsurl =

  70. [79]

    , keywords =

    On the evolution of the H I column density distribution in cosmological simulations. , keywords =. doi:10.1093/mnras/stt066 , archivePrefix =. 1210.7808 , primaryClass =

  71. [80]

    , keywords =

    Equation of state of the photoionized intergalactic medium. , keywords =. doi:10.1093/mnras/292.1.27 , archivePrefix =. astro-ph/9612232 , primaryClass =

  72. [81]

    , keywords =

    Effect of Metallicity on X-ray Emission from the Warm-hot Intergalactic Medium. , keywords =. doi:10.1088/0004-637X/721/1/46 , archivePrefix =. 1007.3274 , primaryClass =

  73. [82]

    , keywords =

    Baryons in the Cosmic Web of IllustrisTNG - I: gas in knots, filaments, sheets, and voids. , keywords =. doi:10.1093/mnras/stz1106 , archivePrefix =. 1810.01883 , primaryClass =

  74. [83]

    arXiv e-prints , keywords =

    Properties of gas phases around cosmic filaments at z=0 in the Illustris-TNG simulation. arXiv e-prints , keywords =

  75. [84]

    Keras: The Python Deep Learning library

  76. [85]

    Advances in neural information processing systems , pages=

    Semi-supervised learning with deep generative models , author=. Advances in neural information processing systems , pages=

  77. [86]

    arXiv preprint arXiv:1312.6114 , year=

    Auto-encoding variational bayes , author=. arXiv preprint arXiv:1312.6114 , year=

  78. [87]

    International Conference on Medical image computing and computer-assisted intervention , pages=

    U-net: Convolutional networks for biomedical image segmentation , author=. International Conference on Medical image computing and computer-assisted intervention , pages=. 2015 , organization=

  79. [88]

    1997 , publisher=

    Information theory and statistics , author=. 1997 , publisher=

  80. [89]

    arXiv e-prints , keywords =

    Adam: A Method for Stochastic Optimization. arXiv e-prints , keywords =

  81. [90]

    Monthly Notices of the Royal Astronomical Society , volume=

    E pur si muove: Galilean-invariant cosmological hydrodynamical simulations on a moving mesh , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2010 , publisher=

  82. [91]

    , keywords =

    The AREPO Public Code Release. , keywords =. doi:10.3847/1538-4365/ab908c , archivePrefix =. 1909.04667 , primaryClass =

  83. [92]

    arXiv e-prints , keywords =

    The CAMELS project: Cosmology and Astrophysics with MachinE Learning Simulations. arXiv e-prints , keywords =

  84. [93]

    TARDIS. II. Synergistic Density Reconstruction from Ly Forest and Spectroscopic Galaxy Surveys with Applications to Protoclusters and the Cosmic Web. , keywords =. doi:10.3847/1538-4357/abca35 , archivePrefix =. 2007.15994 , primaryClass =

  85. [94]

    arXiv e-prints , archivePrefix = "arXiv", eprint =

    TARDIS Paper I: A Constrained Reconstruction Approach to Modeling the z\ 2.5 Cosmic Web Probed by Lyman-alpha Forest Tomography. arXiv e-prints , archivePrefix = "arXiv", eprint =

  86. [95]

    arXiv e-prints , archivePrefix = "arXiv", eprint =

    HIGAN: Cosmic Neutral Hydrogen with Generative Adversarial Networks. arXiv e-prints , archivePrefix = "arXiv", eprint =

  87. [96]

    doi:10.1046/j.1365-8711.1999.02272.x , Eprint =

    , Keywords =. doi:10.1046/j.1365-8711.1999.02272.x , Eprint =

  88. [99]

    arXiv , Author =:1602.08099 , Journal =

    doi:10.3847/0004-637X/827/2/97 , Eid =. arXiv , Author =:1602.08099 , Journal =

  89. [100]

    arXiv , Arxivurl =:1710.02894 , Journal =

    doi:10.3847/1538-4365/aace58 , Eid =. arXiv , Arxivurl =:1710.02894 , Journal =

  90. [101]

    arXiv , Arxivurl =:1405.1072 , Journal =

    doi:10.1088/0004-637X/799/2/196 , Eid =. arXiv , Arxivurl =:1405.1072 , Journal =

  91. [102]

    Ground-based and Airborne Instrumentation for Astronomy V , Doi =

  92. [103]

    arXiv , Arxivurl =:1709.06572 , Journal =

    doi:10.3847/1538-4357/aa9f0f , Eid =. arXiv , Arxivurl =:1709.06572 , Journal =

  93. [104]

    arXiv , Arxivurl =:1806.06073 , Journal =

  94. [105]

    doi:10.1111/j.1365-2966.2009.14885.x , Eprint =

    , Keywords =. doi:10.1111/j.1365-2966.2009.14885.x , Eprint =

  95. [106]

    arXiv , Arxivurl =:1507.00725 , Journal =

    doi:10.1117/1.JATIS.1.3.035001 , Eid =. arXiv , Arxivurl =:1507.00725 , Journal =

  96. [107]

    doi:10.1093/mnras/stt031 , Eprint =

    , Keywords =. doi:10.1093/mnras/stt031 , Eprint =

  97. [108]

    doi:10.1093/mnras/stu2347 , Eprint =

    , Keywords =. doi:10.1093/mnras/stu2347 , Eprint =

  98. [109]

    doi:10.1093/mnrasl/slw009 , Eprint =

    , Keywords =. doi:10.1093/mnrasl/slw009 , Eprint =

  99. [110]

    doi:10.1088/0004-637X/713/1/383 , Eprint =

    , Keywords =. doi:10.1088/0004-637X/713/1/383 , Eprint =

  100. [111]

    doi:10.1093/mnras/stv2930 , Eprint =

    , Keywords =. doi:10.1093/mnras/stv2930 , Eprint =

  101. [112]

    doi:10.1093/mnras/sts216 , Eprint =

    , Keywords =. doi:10.1093/mnras/sts216 , Eprint =

  102. [113]

    , Month = mar, Pages =

  103. [114]

    Mapping the Most Massive Overdensities through Hydrogen (MAMMOTH). II. Discovery of the Extremely Massive Overdensity BOSS1441 at z = 2.32. , archivePrefix = "arXiv", eprint =. doi:10.3847/1538-4357/aa6a1a , adsurl =

  104. [115]

    , archivePrefix = "arXiv", eprint =

    Mapping the Most Massive Overdensity Through Hydrogen (MAMMOTH) I: Methodology. , archivePrefix = "arXiv", eprint =. doi:10.3847/1538-4357/833/2/135 , adsurl =

  105. [116]

    doi:10.1046/j.1365-8711.2001.04595.x , Eprint =

    , Keywords =. doi:10.1046/j.1365-8711.2001.04595.x , Eprint =

  106. [117]

    doi:10.1111/j.1365-2966.2008.13016.x , Journal =

  107. [118]

    arXiv , Author =:1509.02833 , Journal =

    doi:10.3847/0004-637X/817/2/160 , Eid =. arXiv , Author =:1509.02833 , Journal =

  108. [119]

    arXiv , Author =:1710.02612 , Journal =

    doi:10.3847/1538-4357/aac829 , Eid =. arXiv , Author =:1710.02612 , Journal =

  109. [120]

    doi:10.1093/mnras/stv1620 , Eprint =

    , Keywords =. doi:10.1093/mnras/stv1620 , Eprint =

  110. [121]

    arXiv , Author =:1707.01906 , Journal =

    doi:10.3847/1538-4357/aa7e31 , Eid =. arXiv , Author =:1707.01906 , Journal =

  111. [122]

    doi:10.1086/342752 , Eprint =

    , Keywords =. doi:10.1086/342752 , Eprint =

  112. [123]

    arXiv , Author =:1810.00503 , Journal =

  113. [124]

    doi:10.1086/176282 , Eprint =

    , Keywords =. doi:10.1086/176282 , Eprint =

  114. [125]

    arXiv , Author =:1407.3451 , Journal =

    doi:10.1088/0004-637X/794/1/94 , Eid =. arXiv , Author =:1407.3451 , Journal =

  115. [126]

    doi:10.1093/mnrasl/slt101 , Eprint =

    , Keywords =. doi:10.1093/mnrasl/slt101 , Eprint =

  116. [127]

    arXiv , Author =:1301.4498 , Journal =

    doi:10.1088/0004-637X/765/1/39 , Eid =. arXiv , Author =:1301.4498 , Journal =

  117. [128]

    doi:10.1111/j.1365-2966.2007.12249.x , Eprint =

    , Keywords =. doi:10.1111/j.1365-2966.2007.12249.x , Eprint =

  118. [129]

    arXiv , Author =:1612.00067 , Journal =

    doi:10.3847/1538-4357/837/1/31 , Eid =. arXiv , Author =:1612.00067 , Journal =

  119. [130]

    arXiv , Author =:1506.03088 , Journal =

    doi:10.1088/1475-7516/2015/11/018 , Eid =. arXiv , Author =:1506.03088 , Journal =

  120. [131]

    doi:10.1093/mnras/stx3288 , Eprint =

    , Keywords =. doi:10.1093/mnras/stx3288 , Eprint =

  121. [132]

    arXiv , Author =:1606.06367 , Journal =

    doi:10.1088/1475-7516/2017/01/057 , Eid =. arXiv , Author =:1606.06367 , Journal =

  122. [133]

    Computational Astrophysics and Cosmology , year = 2016, month = aug, volume =

    In situ and in-transit analysis of cosmological simulations. Computational Astrophysics and Cosmology , year = 2016, month = aug, volume =. doi:10.1186/s40668-016-0017-2 , adsurl =

  123. [134]

    doi:10.1093/mnras/stu2377 , Eprint =

    , Keywords =. doi:10.1093/mnras/stu2377 , Eprint =

  124. [135]

    arXiv , Author =:1203.5785 , Journal =

    doi:10.1088/1475-7516/2012/12/011 , Eid =. arXiv , Author =:1203.5785 , Journal =

  125. [136]

    arXiv , Author =:1608.01763 , Journal =

    doi:10.3847/0004-637X/831/2/164 , Eid =. arXiv , Author =:1608.01763 , Journal =

  126. [137]

    Numerical recipes in C++ : the art of scientific computing by William H. Press. xxviii, 1,002 p. : ill. ; 26 cm. Includes bibliographical references and index. ISBN : 0521750334 , Title =

  127. [138]

    arXiv , Author =:1710.10236 , Journal =

  128. [139]

    arXiv , Author =:1806.11117 , Journal =

  129. [140]

    arXiv , Author =:1406.6369 , Month = jul, Pages =

    Ground-based and Airborne Instrumentation for Astronomy V , Doi =. arXiv , Author =:1406.6369 , Month = jul, Pages =

  130. [141]

    Ground-based and Airborne Telescopes IV , Doi =

  131. [142]

    doi:10.1016/j.physrep.2014.11.001 , Eprint =

    , Keywords =. doi:10.1016/j.physrep.2014.11.001 , Eprint =

  132. [143]

    doi:10.1093/mnras/sty3477 , Eprint =

    , Keywords =. doi:10.1093/mnras/sty3477 , Eprint =

  133. [144]

    arXiv , Author =:1903.04980 , Journal =

  134. [145]

    arXiv , Author =:1903.05026 , Journal =

  135. [146]

    doi:10.1093/mnras/stu1227 , Eprint =

    , Keywords =. doi:10.1093/mnras/stu1227 , Eprint =

  136. [147]

    doi:10.1111/j.1365-2966.2008.13388.x , Eprint =

    , Keywords =. doi:10.1111/j.1365-2966.2008.13388.x , Eprint =

  137. [148]

    arXiv , Author =:1705.01634 , Journal =

    doi:10.3847/2041-8213/aa7e7b , Eid =. arXiv , Author =:1705.01634 , Journal =

  138. [149]

    doi:10.1088/2041-8205/719/2/L126 , Eprint =

    , Keywords =. doi:10.1088/2041-8205/719/2/L126 , Eprint =

  139. [150]

    doi:10.1111/j.1365-2966.2009.15334.x , Eprint =

    , Keywords =. doi:10.1111/j.1365-2966.2009.15334.x , Eprint =

  140. [151]

    doi:10.1086/430117 , Eprint =

    , Keywords =. doi:10.1086/430117 , Eprint =

  141. [152]

    arXiv , Author =:1804.00671 , Journal =

    doi:10.1088/1475-7516/2018/11/009 , Eid =. arXiv , Author =:1804.00671 , Journal =

  142. [153]

    , keywords =

    First Star-Forming Structures in Fuzzy Cosmic Filaments. , keywords =. doi:10.1103/PhysRevLett.123.141301 , archivePrefix =. 1910.01653 , primaryClass =

  143. [154]

    arXiv , Author =:1709.03988 , Journal =

    doi:10.3847/1538-4357/aabb52 , Eid =. arXiv , Author =:1709.03988 , Journal =

  144. [155]

    arXiv , Author =:1709.00709 , Journal =

    doi:10.3847/1538-4357/aa88d2 , Eid =. arXiv , Author =:1709.00709 , Journal =

  145. [156]

    arXiv , Author =:1807.06209 , Journal =

  146. [157]

    arXiv , Author =:1201.4827 , Journal =

    doi:10.1103/PhysRevD.86.083540 , Eid =. arXiv , Author =:1201.4827 , Journal =

  147. [158]

    arXiv , Author =:1903.02007 , Journal =

  148. [159]

    doi:10.1111/j.1365-2966.2004.08117.x , Eprint =

    , Keywords =. doi:10.1111/j.1365-2966.2004.08117.x , Eprint =

  149. [160]

    doi:10.1086/157753 , Journal =

  150. [161]

    doi:10.1093/mnras/stu768 , Eprint =

    , Keywords =. doi:10.1093/mnras/stu768 , Eprint =

  151. [162]

    arXiv , Author =:1603.04441 , Journal =

    doi:10.3847/0004-637X/831/2/181 , Eid =. arXiv , Author =:1603.04441 , Journal =

  152. [163]

    arXiv , Author =:1505.01195 , Journal =

    doi:10.1088/1674-4527/15/12/001 , Eid =. arXiv , Author =:1505.01195 , Journal =

  153. [164]

    arXiv , Author =:1206.0737 , Journal =

    doi:10.1093/pasj/pst019 , Eid =. arXiv , Author =:1206.0737 , Journal =

  154. [165]

    doi:10.1093/mnras/stw2123 , Eprint =

    , Keywords =. doi:10.1093/mnras/stw2123 , Eprint =

  155. [166]

    doi:10.1146/annurev-astro-081811-125615 , Eprint =

    , Month = aug, Pages =. doi:10.1146/annurev-astro-081811-125615 , Eprint =

  156. [167]

    arXiv , Author =:1611.09787 , Journal =

  157. [168]

    doi:10.1146/annurev-astro-081913-040037 , Eprint =

    , Month = aug, Pages =. doi:10.1146/annurev-astro-081913-040037 , Eprint =

  158. [169]

    doi:10.1146/annurev-astro-081913-040019 , Eprint =

    , Month = aug, Pages =. doi:10.1146/annurev-astro-081913-040019 , Eprint =

  159. [170]

    arXiv , Author =:1308.0847 , Journal =

  160. [171]

    arXiv , Author =:1604.07404 , Journal =

    doi:10.3847/0004-637X/828/1/56 , Eid =. arXiv , Author =:1604.07404 , Journal =

  161. [172]

    doi:10.1126/science.1151400 , Eprint =

    Science , Month = jan, Pages =. doi:10.1126/science.1151400 , Eprint =

  162. [173]

    doi:10.1086/320548 , Eprint =

    , Keywords =. doi:10.1086/320548 , Eprint =

  163. [174]

    doi:10.1111/j.1365-2966.2009.15246.x , Eprint =

    , Keywords =. doi:10.1111/j.1365-2966.2009.15246.x , Eprint =

  164. [175]

    arXiv , Author =:1706.06645 , Journal =

  165. [176]

    doi:10.1086/306019 , Eprint =

    , Keywords =. doi:10.1086/306019 , Eprint =

  166. [177]

    arXiv , Author =:1606.00043 , Journal =

  167. [178]

    arXiv , Author =:0705.3980 , Journal =

    doi:10.1103/PhysRevD.76.043510 , Eid =. arXiv , Author =:0705.3980 , Journal =

  168. [179]

    arXiv , Author =:1804.09687 , Journal =

    doi:10.1088/1475-7516/2018/07/043 , Eid =. arXiv , Author =:1804.09687 , Journal =

  169. [180]

    arXiv , Author =:1805.02247 , Journal =

    doi:10.1088/1475-7516/2018/10/028 , Eid =. arXiv , Author =:1805.02247 , Journal =

  170. [181]

    astro-ph/9709303 , Pages =

    Structure and Evolution of the Intergalactic Medium from QSO Absorption Line System , Editor =. astro-ph/9709303 , Pages =

  171. [182]

    arXiv , Author =:1309.1477 , Journal =

    doi:10.1088/0004-637X/788/1/49 , Eid =. arXiv , Author =:1309.1477 , Journal =

  172. [183]

    , Month = jun, Pages =

  173. [184]

    ArXiv e-prints , Month = nov, Title =

  174. [185]

    doi:10.1038/380603a0 , Eprint =

    , Month = apr, Pages =. doi:10.1038/380603a0 , Eprint =

  175. [186]

    Baryons in the CosmicWeb of IllustrisTNG - I: Gas in Knots, Filaments, Sheets and Voids , Url =

    Davide Martizzi and Mark Vogelsberger and Maria Celeste Artale and Markus Haider and Paul Torrey and Federico Marinacci and Dylan Nelson and Annalisa Pillepich and Rainer Weinberger and Lars Hernquist and Jill Naiman and Volker Springel , Eprint =. Baryons in the CosmicWeb of ...

  176. [187]

    doi:10.3847/1538-4357/aadba0 , Eid =

    2018 , Bdsk-Url-1 =. doi:10.3847/1538-4357/aadba0 , Eid =. arXiv , Author =:1804.09180 , Journal =

  177. [188]

    doi:10.1086/164143 , Journal =

  178. [189]

    Computational Astrophysics and Cosmology , keywords =

    CosmoGAN: creating high-fidelity weak lensing convergence maps using Generative Adversarial Networks. Computational Astrophysics and Cosmology , keywords =. 2019. doi:10.1186/s40668-019-0029-9 , archivePrefix =. 1706.02390 , primaryClass =

  179. [190]

    , keywords =

    Time-dependent behaviour of quasar proximity zones at z ̃ 6. , keywords =. 2019. doi:10.1093/mnras/stz3303 , archivePrefix =. 1903.12346 , primaryClass =

Pith tools

Reviewed July 14, 2026 · model on record in the stance chip above.