Pith. sign in

REVIEW 3 major objections 7 minor 242 references

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

T0 review · 3 major / 7 minor · reviewed 2026-08-03 · deepseek-v4-flash

Pith's one-line read This paper shows that a fully differentiable pipeline from hydrodynamics through chemistry to radiative transfer can recover physical and chemical parameters of a shock directly from its molecular line spectrum using gradient-based optimiza

desk verdict A legitimate proof-of-concept for end-to-end differentiable astrochemistry, with a real inverse-crime caveat in the retrieval demo. read the letter →

arxiv 2607.28727 v1 pith:MURVS4LT submitted 2026-07-30 astro-ph.IM

classification astro-ph.IM
keywords differentiableprogrammingautomaticdifferentiationradiativetransferastrochemistrymolecularlinespectrashockmodelsinverseproblemsgradient-basedoptimization
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

The authors set out to prove that the full chain of physical processes connecting a shock to the molecular line radiation we observe—gas dynamics, time-dependent chemistry, and photon emission and absorption—can be treated as one differentiable function of the underlying parameters. They build such a pipeline and show that by minimizing the difference between a computed HCO+ spectrum and a target spectrum, gradient descent retrieves the upstream density, velocity, and temperature of the shock, plus a chemical integration time, two parameters of the dissociative recombination rate of HCO+, and the microturbulence. The key result is that those parameters are recoverable from the spectrum alone, with no surrogate model or hand-tuning. Because every module is differentiable, the pipeline also yields the sensitivity of each spectral channel to every parameter. If extended to more realistic physics, this opens a route to inferring both physical conditions and chemical reaction rates directly from observations.

What carries the argument

The load-bearing object is a sequence of three differentiable operators written with automatic differentiation: a 1D conservative hydrodynamic solver using a Riemann solver and a Courant-limited adaptive timestep; a modified differentiable chemical integrator for stiff ordinary differential equations that supports backpropagation via a recursive checkpointing adjoint; and a radiative transfer code that computes level populations by solving a linear system at statistical equilibrium, then integrates emission with line-of-sight absorption, Doppler shifts, and microturbulence, all vectorized over spatial cells and frequency channels. The crucial technical enabler is checkpoint-and-recompute adj

What would settle it

Run the same gradient-descent retrieval on an observed HCO+ (1-0) spectrum of a shock with independently known physical conditions (e.g., from multi-line observations). If the retrieved density, velocity, and temperature disagree with the independent values beyond the few-tens-of-percent level seen in the synthetic test, the pipeline's claim to invert spectra is refuted. Alternatively, within the synthetic framework, add a magnetic field or couple the chemistry to the energy equation; if the recovery of injected parameters then fails, the current success depends on the omitted physics.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central claim is that the inverse problem of molecular-line spectrum formation—from shock hydrodynamics to level populations to emergent line profiles—can be inverted by gradient-based optimization because every step is differentiable end to end. In the demonstration, the pipeline's forward model generates the target HCO+ (1-0) spectrum of a 1D shock with a shock-capturing Riemann solver, post-processed 25-reaction chemistry, and a radiative transfer module that solves for level populations under statistical equilibrium. Seven unknown parameters are optimized simultaneously. The paper reports that six parameters—upstream number density, velocity, temperature, mi

Load-bearing premise

The load-bearing premise is that the forward model—1D ideal hydrodynamics, post-processed 25-reaction chemistry, and collision-only level populations—represents real shock emission closely enough that parameters retrieved from synthetic spectra will also be correct for real observations; if that physics is too simplified, the successful retrieval is an artifact of the model.

Editorial extensions

If this is right

  • If the retrieval works on real spectra, observers could fit full line profiles to recover shock velocity, density, and temperature without iterative manual adjustment.
  • Chemical reaction rate coefficients, at least those that strongly influence the tracer abundance, can be constrained directly from emission data, potentially revising astrochemical networks.
  • The same gradient machinery provides per-channel sensitivity maps, identifying which physical parameters control which velocity ranges of a line.
  • Because the chemistry is time-dependent, the method applies to non-equilibrium chemistry, unlike steady-state analyses.
  • The approach is a working template for building differentiable multi-physics models for other diagnostics, limited only by the ability to differentiate the forward physics.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural next test is to apply the pipeline to real observations of a well-characterized shock and compare retrieved parameters with independent estimates; the paper's synthetic-only demonstration leaves open how model error propagates.
  • The biggest barrier to practical use is likely computational: differentiating stiff chemical networks with hundreds of species, or coupling chemistry to the energy equation, will require solver development beyond what is demonstrated.
  • One could extend the method to simultaneously fit multiple lines and species, which would lift some of the degeneracies the authors note (for instance, the poorly-constrained chemical integration time).
  • The failure of the retrieval to constrain the chemical integration time suggests a general caution: gradient fits recover only parameters the spectrum is truly sensitive to; sensitivity analysis should accompany every retrieval.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 7 minor

Summary. The manuscript presents a JAX-based pipeline that couples a 1D HLL hydrodynamics code, a differentiable chemistry code (a modified Carbox), and a line radiative transfer module, with checkpointed reverse-mode automatic differentiation through adaptive time stepping. The authors benchmark the hydrodynamics with Sod's shock tube, the chemistry by fitting 63 rate parameters to KIDA-based synthetic abundance trajectories, and the radiative transfer against PDR benchmark/Cloudy level populations and LOC spectra. They then perform an end-to-end optimization of seven shock/chemical/line parameters against a synthetic HCO+ J=1-0 spectrum and present a local sensitivity analysis. The central claim is that this is the first end-to-end differentiable pipeline of hydrodynamics, chemistry, and radiative transfer, enabling gradient-based retrieval of physical and chemical parameters from molecular spectra.

Significance. If the framework is validated beyond synthetic self-consistency, it would provide a novel and potentially powerful tool for molecular-line inference, avoiding surrogate models and finite-difference gradients. The modular benchmarks (Sod, PDR/Cloudy, LOC) and the use of KIDA rate values as ground truth are concrete strengths, as is the vectorized implementation and the use of checkpointing for adaptive ODE/hydro time-stepping. The paper also offers a useful local sensitivity analysis. However, the current end-to-end demonstration is an inverse-crime test against the same forward model, so the physical retrieval claim is not yet established.

major comments (3)
  1. [Sect. 3; Fig. 2; Table 1] The end-to-end retrieval optimizes against a target spectrum generated by the same discretized forward model (same 128-cell HLL hydrodynamics, same 25-reaction network, same optically thin collision-only RT) without noise. Success therefore shows that the optimizer can invert the code, not that the recovered parameters are the physical conditions of a real shock. Because the abstract concludes the framework 'can recover parameters ... directly from molecular line spectra', please add an out-of-sample test—e.g., target spectra produced by an independent code (Cloudy/LOC or a different shock model), or at least noise-added and resolution-degraded spectra—or explicitly reframe the demonstration as a numerical proof-of-concept. This is a load-bearing distinction for the central claim.
  2. [Table 1; Sect. 3] The statement that 'the expected parameter values are all reproduced' is contradicted by t_end: target = 1e5 yr, optimized = 5.5e3 yr, a factor of ~18 below target. The text's explanation (the spectrum is insensitive) means t_end is not identifiable from this dataset. In addition, the paper states that not all randomized initializations converge and that the learning rate must be tuned. Please quantify the convergence rate over seeds, report how the displayed solution was selected, and treat t_end as a non-recovered parameter in the abstract and conclusions.
  3. [Sect. 2.3, 2.3.1, 4] The radiative transfer used in the retrieval omits radiation-induced transitions in the level populations, i.e., it assumes optically thin/collision-only excitation. Since HCO+ 1-0 can be optically thick in the density/temperature regime of the shock example, the demonstration does not exercise the regime claimed by the abstract ('reproduce observed molecular line emission'). Either repeat the retrieval with the full RT version (which the authors say is already implemented and tested) or explicitly limit the claim to optically thin, collisionally excited lines.
minor comments (7)
  1. [Sect. 6] The source code is not public. For a methods paper whose contribution is a pipeline, please provide a repository or a clear release plan; this is important for reproducibility.
  2. [References] The two Kawahara et al. 2025 entries (ApJ 985, 263) appear to be duplicates; please check.
  3. [Sect. 2.3, Eq. (10)] The sentence 'units of 10^23 Jy' is confusing; 1 erg s^-1 cm^-2 Hz^-1 equals 10^23 Jy, so the spectrum is in cgs units. Please rephrase.
  4. [Eq. (7)] The term '32 turb(z)' appears to be a rendering error for the squared microturbulence velocity; please correct.
  5. [Sect. 2.3] The text mentions 'T(v)' where the spatial coordinate is intended; should read 'T(z)'.
  6. [Appendix E, Table E.1] Reactions 15 and 16 both list C+ + OH → CO+ + H; reaction 16 likely should have a different product. Please verify.
  7. [Fig. D.1] The top panel y-axis would benefit from an explicit label '(log)' or a note that the loss is shown on a logarithmic scale.

Circularity Check

2 steps flagged · score 6.0 of 10

Retrieval demonstrations are self-consistency fits to synthetic targets from the same differentiable forward model (inverse-crime setup), so the headline 'recovery' is partially circular; component benchmarks provide some independent grounding.

  1. fitted input called prediction [Sect. 3, Eqs. (5)-(10), Table 1, Appendix D]
    "As an example, we model a 1D shock in a box of size L=10^4 au with 128 grid elements ... The output quantity n_HCO+(z) is provided to the radiative transfer code, alongside T(z) and v(z) from the hydrodynamical code. ... We want to minimize the L2-norm of the difference of the target and optimized I(v), normalized to the maximum of the target. ... We do not include any mock observational noise. ... In Table 1, the expected parameter values are all reproduced (n_L, T_L, v_L, v_turb, alpha_18 and beta_18)."

    The target spectrum is generated by the same discretized operators that are being inverted: the 128-cell HLL hydrodynamics, the 25-reaction Carbox network, and the collision-only radiative transfer of Eqs. (5)-(10). With no noise, the loss compares I(theta) with I(theta_target), both obtained from identical R(C(H(...))) code, so the optimizer can in principle recover exactly the generating parameter set. Calling these 'expected parameter values' and saying they are 'reproduced' presents a self-consistency fit as a retrieval; it does not establish physical identifiability or forward-model adequacy. It is partial circularity, not a tautology, because the optimization is nontrivial and the modules have external benchmarks.

  2. fitted input called prediction [Sect. 2.2 and Appendix B]
    "We tested the capability of our code of leveraging automatic differentation by predicting the rate coefficient of a chemical network using a given set of time-dependent abundances n(t;T,zeta) at different temperatures and cosmic ray ionization rates. ... The optimization target N_t x N_T x N_zeta matrix is constructed by running Carbox on a grid of T and zeta values for a specific set of alpha, beta, and gamma (i.e., the values found in the KIDA database, Wakelam et al. 2024)."

    The target abundance matrix used as ground truth is produced by running the same Carbox solver whose rate parameters are then optimized. Recovering the injected KIDA alpha, beta, gamma therefore shows that gradient descent can invert Carbox's own ODE (Eq. 4), not that the rate coefficients are constrained by independent data. The paper labels this 'predicting the rate coefficient', but it is a fit to synthetic output generated by the same differentiable solver. The use of external KIDA values and the explicit framing as a numerical capability test keep this from being fully circular.

full rationale

The paper's strongest numerical claims reduce to self-consistency tests against synthetic data from the same forward model. In Sect. 3, both the target and optimized HCO+ spectra are produced by the same 1D HLL hydrodynamics + Carbox chemistry + collision-only radiative-transfer chain, with no added noise; matching them therefore demonstrates that the optimizer can invert the code, not that the recovered n_L, v_L, T_L, v_turb, alpha_18, beta_18 are uniquely determined physical shock parameters. The paper itself notes some initial conditions do not converge and t_end is recovered far below target, so the loss landscape is not tightly constrained. Similarly, Appendix B constructs the rate-coefficient target matrix by running Carbox with KIDA rates and then optimizes those same rates, which validates gradients and optimization, not the chemistry. The paper is honest that these are 'controlled synthetic data' and provides independent module-level benchmarks (Sod shock, Cloudy PDR level populations, LOC spectra), and the KIDA values are external. There is no load-bearing self-citation chain: Carbox is public and the modifications are described. On balance, the central 'recovery' demonstrations are partially circular because the predictions are generated by and fitted to the same model, but the framework itself has independent content and external checks, so the score is 6 rather than higher.

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

The pipeline itself introduces no fitted constants: the parameters optimized in the demonstrations (shock left-state, t_end, alpha18, beta18, v_turb, 63 rate coefficients) are the targets of recovery with known ground truths, not ad hoc numbers hiding derivation gaps. The fixed physical inputs (gamma, mu, zeta, A_V, initial abundances) are domain assumptions listed below.

assumptions (5)
  • domain assumption 1D single-velocity ideal-gas hydrodynamics with fixed gamma=1.4 and mean molecular weight mu=2.33 m_p
    Sect. 3: shock initial conditions and equation of state; ignores magnetic fields, obliquity, and varying mu.
  • domain assumption Chemistry is post-processed after the complete hydrodynamic integration
    Sect. 3: 'chemistry is calculated after the complete hydrodynamic integration rather than during each hydrodynamical step'; no chemical feedback on temperature.
  • domain assumption Level populations are computed without radiation-induced transitions in the main benchmark
    Sect. 2.3.1 and 4: optically thick radiation coupling implemented but not used for the demonstrated retrieval.
  • domain assumption The 25-reaction gas-phase network and fixed initial C/O abundances capture the needed shock chemistry
    Sect. 2.2 and Appendix E: network is 'relatively simple' and 'only for illustrative purposes'; C and O initialized at 1e-4 and 3e-4 of n(z).
  • domain assumption Synthetic target spectra are noiseless and generated by the same forward pipeline
    Sect. 3: 'We do not include any mock observational noise'; the retrieval is an inverse-crime test.

how reviews work

0 comments
Cite this review

Pith. "Pith review of End-to-end differentiable retrieval of molecular spectra using hydrodynamics, chemistry, and radiative transfer." pith.science (2026). https://pith.science/paper/MURVS4LT

@misc{pith2026260728727,
  author       = {Pith},
  title        = {Pith review of: End-to-end differentiable retrieval of molecular spectra using hydrodynamics, chemistry, and radiative transfer},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/MURVS4LT}},
  note         = {Machine review of arXiv:2607.28727}
}
read the original abstract

We aim to reproduce observed molecular line emission using a pipeline that couples hydrodynamics, chemistry, and radiative transfer, capable of simultaneously optimizing all relevant physical and chemical parameters. We developed an end-to-end differentiable Jax pipeline consisting of a custom hydrodynamical code, a modified version of the differentiable chemical code Carbox, and a custom radiative transfer code. We tested the framework using controlled synthetic data. We demonstrate that the framework can recover the parameters of hydrodynamical shock models directly from molecular line spectra and optimize selected chemical reaction rate coefficients through gradient-based optimization. The differentiable formulation enables efficient optimization of the coupled physical and chemical model while preserving the full time-dependent evolution.

Figures

Figures reproduced from arXiv: 2607.28727 by the authors.

Figure 1
Figure 1. Sketch of the pipeline. The first step is to run a hydrodynamical code that evolves the density ρ(z), velocity v(z), and temperature T(z). Then the chemical evolution produces the chemical species abundances n(z). Finally, the radiative transfer produces the emission lines I(ν), or equivalently I(3). Our code allows us to backpropagate the loss gradients with respect to the target spectra. pass requires access to th… view at source ↗
Figure 2
Figure 2. Comparison of the target quantities (solid blue), evaluated at epoch 0 (dotted green), and at epoch 270 (solid orange). We show the HCO+ (1 → 0) emission normalized by the maximum of the target emission profile (top left), the density profile (top center), the velocity profile (top right, left black y-scale), the n(HCO+ ) · n(H2) product using the densities of the target (top right, right red y-scale), the temperatu… view at source ↗
Figure 3
Figure 3. Top panel: the HCO+ (1 → 0) emission normalized by the max￾imum of the target emission profile (same as top left panel of [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

242 extracted references · 44 canonical work pages

  1. [1]

    1997 , month = aug, volume =

    Modeling primordial gas in numerical cosmology , author =. 1997 , month = aug, volume =. doi:10.1016/s1384-1076(97)00010-9 , keywords =

  2. [2]

    , keywords =

    A photon dominated region code comparison study. , keywords =. doi:10.1051/0004-6361:20065918 , archivePrefix =. astro-ph/0702231 , primaryClass =

  3. [3]

    and Leer, Bram van , title =

    Harten, Amiram and Lax, Peter D. and Leer, Bram van , title =. SIAM Review , volume =. 1983 , doi =

  4. [4]

    arXiv e-prints , keywords =

    On Neural Differential Equations. arXiv e-prints , keywords =. doi:10.48550/arXiv.2202.02435 , archivePrefix =. 2202.02435 , primaryClass =

  5. [5]

    Journal of Computational Physics , keywords =

    Kinematic dynamos using constrained transport with high order Godunov schemes and adaptive mesh refinement. Journal of Computational Physics , keywords =. doi:10.1016/j.jcp.2006.01.042 , archivePrefix =. astro-ph/0601715 , primaryClass =

  6. [6]

    BIT Numerical Mathematics , volume=

    Singly diagonally implicit Runge--Kutta methods with an explicit first stage , author=. BIT Numerical Mathematics , volume=. 2004 , publisher=

  7. [7]

    and Brown, Peter N

    Hindmarsh, Alan C. and Brown, Peter N. and Grant, Keith E. and Lee, Steven L. and Serban, Radu and Shumaker, Dan E. and Woodward, Carol S. , title =. 2005 , issue_date =. doi:10.1145/1089014.1089020 , journal =

  8. [8]

    A Survey of Several Finite Difference Methods for Systems of Nonlinear Hyperbolic Conservation Laws

    Review. A Survey of Several Finite Difference Methods for Systems of Nonlinear Hyperbolic Conservation Laws. Journal of Computational Physics , keywords =. doi:10.1016/0021-9991(78)90023-2 , adsurl =

Show all 242 references
  1. [9]

    A new high resolution code called RAMSES

    Cosmological hydrodynamics with adaptive mesh refinement. A new high resolution code called RAMSES. , keywords =. doi:10.1051/0004-6361:20011817 , archivePrefix =. astro-ph/0111367 , primaryClass =

  2. [10]

    , keywords =

    Incorporating Ambipolar and Ohmic Diffusion in the AMR MHD Code RAMSES. , keywords =. doi:10.1088/0067-0049/201/2/24 , archivePrefix =. 1206.2476 , primaryClass =

  3. [11]

    , keywords =

    A high order Godunov scheme with constrained transport and adaptive mesh refinement for astrophysical magnetohydrodynamics. , keywords =. doi:10.1051/0004-6361:20065371 , archivePrefix =. astro-ph/0607230 , primaryClass =

  4. [12]

    , keywords =

    The challenges of modelling microphysics: ambipolar diffusion, chemistry, and cosmic rays in MHD shocks. , keywords =. doi:10.1093/mnras/sty3519 , archivePrefix =. 1901.00504 , primaryClass =

  5. [13]

    , keywords =

    Numerical methods for non-LTE line radiative transfer: Performance and convergence characteristics. , keywords =. doi:10.1051/0004-6361:20021226 , archivePrefix =. astro-ph/0208503 , primaryClass =

  6. [14]

    An accelerated lambda iteration method for multilevel radiative transfer. I. Non-overlapping lines with background continuum. , keywords =

  7. [15]

    An accelerated lambda iteration method for multilevel radiative transfer. II. Overlapping transitions with full continuum. , keywords =

  8. [16]

    1973 , month = may, volume =

    Radiative and Dielectronic Recombination Coefficients for Complex Ions , author =. 1973 , month = may, volume =

  9. [17]

    2026 , journal =

    Probing the ion-neutral drift velocity towards the L1544 prestellar core: Detection of ambipolar diffusion using N2d+ and para-NH2D , author =. 2026 , journal =

  10. [18]

    , keywords =

    A fast neural emulator for interstellar chemistry. , keywords =. doi:10.1093/mnras/stae1432 , archivePrefix =. 2406.02387 , primaryClass =

  11. [19]

    1994 , month = jun, volume =

    The Photoelectric Heating Mechanism for Very Small Graphitic Grains and Polycyclic Aromatic Hydrocarbons , author =. 1994 , month = jun, volume =. doi:10.1086/174188 , adsurl =

  12. [20]

    1987 , booktitle =

    Modular learning in neural networks , author =. 1987 , booktitle =

  13. [21]

    2022 , month = nov, volume =

    Tracing Interstellar Heating: An ALCHEMI Measurement of the HCN Isomers in NGC 253 , author =. 2022 , month = nov, volume =. doi:10.3847/1538-4357/ac91ce , keywords =

  14. [22]

    , keywords =

    Neural Network Constraints on the Cosmic-Ray Ionization Rate and Other Physical Conditions in NGC 253 with ALCHEMI Measurements of HCN and HNC. , keywords =. doi:10.3847/1538-4357/ad85db , archivePrefix =. 2409.13821 , primaryClass =

  15. [23]

    2005 , month = jan, booktitle =

    Chemistry in pre-stellar cores , author =. 2005 , month = jan, booktitle =

  16. [24]

    doi:10.1051/0004-6361/201321276 , eid =

    2013 , month = jul, volume =. doi:10.1051/0004-6361/201321276 , eid =

  17. [25]

    2019 , month = dec, volume =

    The 3D Structure of CO Depletion in High-mass Prestellar Regions , author =. 2019 , month = dec, volume =. doi:10.3847/1538-4357/ab53e4 , eid =

  18. [26]

    2020 , month = jun, volume =

    A new proxy to estimate the cosmic ray ionization rate in dense cores , author =. 2020 , month = jun, volume =. doi:10.1093/mnrasl/slaa048 , archiveprefix =. 2003.05416 , primaryclass =

  19. [27]

    2021 , month = oct, volume =

    Chemical analysis of prestellar cores in Ophiuchus yields short timescales and rapid collapse , author =. 2021 , month = oct, volume =. doi:10.1051/0004-6361/202141252 , keywords =

  20. [28]

    2024 , month = apr, volume =

    Emulating the interstellar medium chemistry with neural operators , author =. 2024 , month = apr, volume =. doi:10.1051/0004-6361/202449193 , eid =

  21. [29]

    arXiv e-prints , keywords =

    Ray-trax: Fast, Time-Dependent, and Differentiable Ray Tracing for On-the-fly Radiative Transfer in Turbulent Astrophysical Flows. arXiv e-prints , keywords =. doi:10.48550/arXiv.2511.09389 , archivePrefix =. 2511.09389 , primaryClass =

  22. [30]

    , keywords =

    LIME - a flexible, non-LTE line excitation and radiation transfer method for millimeter and far-infrared wavelengths. , keywords =. doi:10.1051/0004-6361/201015333 , archivePrefix =. 1008.1492 , primaryClass =

  23. [31]

    LAsMA observations of H-MM1 and Oph D

    Nuclear spin ratios of deuterated ammonia in prestellar cores. LAsMA observations of H-MM1 and Oph D. , keywords =. doi:10.1051/0004-6361/202346578 , archivePrefix =. 2311.08006 , primaryClass =

  24. [32]

    , keywords =

    On the Timescale for the Formation of Protostellar Cores in Magnetic Interstellar Clouds. , keywords =. doi:10.1086/318348 , archivePrefix =. astro-ph/0009262 , primaryClass =

  25. [33]

    , keywords =

    The Green Bank Ammonia Survey: Data Release 2. , keywords =. doi:10.3847/1538-4365/ae11b1 , archivePrefix =. 2510.10607 , primaryClass =

  26. [34]

    , keywords =

    Chemical segregation analysed with unsupervised clustering. , keywords =. doi:10.1051/0004-6361/202553843 , archivePrefix =. 2507.22482 , primaryClass =

  27. [35]

    , keywords =

    Deuterated methanol in the pre-stellar core L1544. , keywords =. doi:10.1051/0004-6361/201423858 , archivePrefix =. 1408.2491 , primaryClass =

  28. [36]

    , keywords =

    The Ionization Fraction in Dense Cloud Cores. , keywords =. doi:10.1086/305624 , adsurl =

  29. [37]

    Molecular Ions in L1544. I. Kinematics. , keywords =. doi:10.1086/324301 , archivePrefix =. astro-ph/0109021 , primaryClass =

  30. [38]

    doi:10.1051/0004-6361:20030526 , keywords =

    2003 , month = may, volume =. doi:10.1051/0004-6361:20030526 , keywords =

  31. [39]

    2011 , month = dec, booktitle =

    Observational Studies of Pre-Stellar Cores and Infrared Dark Clouds , author =. 2011 , month = dec, booktitle =. doi:10.1017/s1743921311024835 , editor =

  32. [40]

    1992 , month = feb, volume =

    A Hydrodynamic Approach to Cosmology: Methodology , author =. 1992 , month = feb, volume =. doi:10.1086/191630 , adsurl =

  33. [41]

    2019 , journal =

    Data-driven discovery of coordinates and governing equations , author =. 2019 , journal =. doi:10.1073/pnas.1906995116 , url =

  34. [42]

    2013 , month = jul, volume =

    Insights into the content and spatial distribution of dust from the integrated spectral properties of galaxies , author =. 2013 , month = jul, volume =. doi:10.1093/mnras/stt523 , keywords =

  35. [43]

    2016 , month = oct, volume =

    Modelling and interpreting spectral energy distributions of galaxies with BEAGLE , author =. 2016 , month = oct, volume =. doi:10.1093/mnras/stw1756 , keywords =

  36. [44]

    2020 , month = dec, journal =

    The frontier of simulation-based inference , author =. 2020 , month = dec, journal =. doi:10.1073/pnas.1912789117 , keywords =

  37. [45]

    , keywords =

    Observing the gas temperature drop in the high-density nucleus of L 1544. , keywords =. doi:10.1051/0004-6361:20077613 , archivePrefix =. 0705.0471 , primaryClass =

  38. [46]

    , keywords =

    The NH _ 2 D hyperfine structure revealed by astrophysical observations. , keywords =. doi:10.1051/0004-6361/201527768 , archivePrefix =. 1601.00162 , primaryClass =

  39. [47]

    , keywords =

    Radiative transfer as a Bayesian linear regression problem. , keywords =. doi:10.1093/mnras/stac3461 , archivePrefix =. 2211.12547 , primaryClass =

  40. [48]

    1972 , month = aug, volume =

    The Density of H2 Molecules in Dark Interstellar Clouds , author =. 1972 , month = aug, volume =

  41. [49]

    Monthly Notices of the Royal Astronomical Society , volume =

    Rotational relaxation of HCO+ and DCO+ by collision with H2 , author =. Monthly Notices of the Royal Astronomical Society , volume =. 2020 , month =. doi:10.1093/mnras/staa2308 , issn =

  42. [50]

    , keywords =

    Disentangling CO Chemistry in a Protoplanetary Disk Using Explanatory Machine-learning Techniques. , keywords =. doi:10.3847/1538-4357/ad11ed , archivePrefix =. 2312.05254 , primaryClass =

  43. [51]

    , keywords =

    Laboratory and radio-astronomical spectroscopy of the hyperfine structure of N _ 2 D ^ +. , keywords =. doi:10.1051/0004-6361:20034025 , adsurl =

  44. [52]

    , author =

    Photoelectric heating of interstellar gas. , author =. 1978 , month = apr, volume =. doi:10.1086/190513 , adsurl =

  45. [53]

    1996 , month = sep, volume =

    Structure of Stationary Photodissociation Fronts , author =. 1996 , month = sep, volume =. doi:10.1086/177689 , archiveprefix =. astro-ph/9603032 , primaryclass =

  46. [54]

    2003 , month = jan, volume =

    Interstellar Dust Grains , author =. 2003 , month = jan, volume =. doi:10.1146/annurev.astro.41.011802.094840 , archiveprefix =. astro-ph/0304489 , primaryclass =

  47. [55]

    2010 , month = aug, volume =

    The rotational excitation of HCN and HNC by He: temperature dependence of the collisional rate coefficients , author =. 2010 , month = aug, volume =. doi:10.1111/j.1365-2966.2010.16826.x , adsurl =

  48. [56]

    Application to model predictions , author =

    Quantifying the informativity of emission lines to infer physical conditions in giant molecular clouds: I. Application to model predictions , author =. 2024 , month = nov, volume =. doi:10.1051/0004-6361/202451588 , keywords =

  49. [58]

    2012 , month = sep, volume =

    The impact of collisional rate coefficients on molecular hyperfine selective excitation , author =. 2012 , month = sep, volume =. doi:10.1111/j.1365-2966.2012.21601.x , adsurl =

  50. [59]

    1992 , month = mar, volume =

    Anisotropic Line Emission and the Geometry of the Broad-Line Region in Active Galactic Nuclei , author =. 1992 , month = mar, volume =. doi:10.1086/171063 , keywords =

  51. [60]

    , keywords =

    Chemical post-processing of magneto-hydrodynamical simulations of star-forming regions: robustness and pitfalls. , keywords =. doi:10.1093/mnras/stab1525 , archivePrefix =. 2105.01649 , primaryClass =

  52. [61]

    2013 , month = aug, volume =

    Rate of Formation of Hydrogen Molecules by Three-body Recombination during Primordial Star Formation , author =. 2013 , month = aug, volume =. doi:10.1088/2041-8205/773/2/l25 , keywords =

  53. [62]

    2015 , booktitle =

    Cosmic-ray heating of molecular cloud cores , author =. 2015 , booktitle =

  54. [63]

    2019 , month = oct, volume =

    Structure and kinematics of the Taurus star-forming region from Gaia-DR2 and VLBI astrometry , author =. 2019 , month = oct, volume =. doi:10.1051/0004-6361/201935928 , eid =

  55. [64]

    ISM properties in low-metallicity environments. II. The dust spectral energy distribution of NGC 1569 , author =. 2003 , month = aug, volume =. doi:10.1051/0004-6361:20030814 , keywords =

  56. [65]

    Formalism and benchmarking , author =

    A dust spectral energy distribution model with hierarchical Bayesian inference - I. Formalism and benchmarking , author =. 2018 , month = may, volume =. doi:10.1093/mnras/sty189 , keywords =

  57. [66]

    Scaling relations and constraints on the dust build-up in galaxies with the DustPedia and DGS samples , author =

    A nearby galaxy perspective on dust evolution. Scaling relations and constraints on the dust build-up in galaxies with the DustPedia and DGS samples , author =. 2021 , month = may, volume =. doi:10.1051/0004-6361/202039701 , keywords =

  58. [67]

    2011 , month = sep, howpublished =

    PySpecKit: Python Spectroscopic Toolkit , author =. 2011 , month = sep, howpublished =

  59. [68]

    , keywords =

    Pyspeckit: A Spectroscopic Analysis and Plotting Package. , keywords =. doi:10.3847/1538-3881/ac695a , archivePrefix =. 2205.04987 , primaryClass =

  60. [69]

    2012 , month = sep, volume =

    Cosmic-Ray and X-Ray Heating of Interstellar Clouds and Protoplanetary Disks , author =. 2012 , month = sep, volume =. doi:10.1088/0004-637x/756/2/157 , eid =

  61. [70]

    2010 , month = may, volume =

    Modelling CO formation in the turbulent interstellar medium , author =. 2010 , month = may, volume =. doi:10.1111/j.1365-2966.2009.15718.x , keywords =

  62. [71]

    2012 , month = mar, volume =

    Approximations for modelling CO chemistry in giant molecular clouds: a comparison of approaches , author =. 2012 , month = mar, volume =. doi:10.1111/j.1365-2966.2011.20260.x , archiveprefix =. 1102.0670 , primaryclass =

  63. [72]

    Impact of rate coefficient uncertainties , author =

    Simulating the formation of massive seed black holes in the early Universe - II. Impact of rate coefficient uncertainties , author =. 2015 , month = nov, volume =. doi:10.1093/mnras/stv1781 , archiveprefix =. 1504.00514 , primaryclass =

  64. [73]

    2017 , month = jul, volume =

    A Simple and Accurate Network for Hydrogen and Carbon Chemistry in the Interstellar Medium , author =. 2017 , month = jul, volume =. doi:10.3847/1538-4357/aa7561 , eid =

  65. [74]

    2011 , month = mar, journal =

    MaNN: Multiple Artificial Neural Networks for modelling the Interstellar Medium , author =. 2011 , month = mar, journal =. doi:10.48550/arXiv.1103.0509 , eid =

  66. [75]

    2011 , month =

    ROBO: A model and a code for studying the interstellar medium , author =. 2011 , month =

  67. [76]

    2014 , month = apr, journal =

    KROME - a package to embed chemistry in astrophysical simulations , author =. 2014 , month = apr, journal =. doi:10.1093/mnras/stu114 , archiveprefix =. 1311.1070 , primaryclass =

  68. [77]

    2017 , month = apr, volume =

    A detailed framework to incorporate dust in hydrodynamical simulations , author =. 2017 , month = apr, volume =. doi:10.1093/mnras/stw2871 , archiveprefix =. 1606.01229 , primaryclass =

  69. [78]

    2022 , month = dec, volume =

    Reducing the complexity of chemical networks via interpretable autoencoders , author =. 2022 , month = dec, volume =. doi:10.1051/0004-6361/202039956 , eid =

  70. [79]

    , keywords =

    Mapping synthetic observations to pre-stellar core models: An interpretable machine learning approach. , keywords =. doi:10.1051/0004-6361/202453266 , archivePrefix =. 2502.07874 , primaryClass =

  71. [80]

    2016 , month = aug, volume =

    A New Reference Chemical Composition for TMC-1 , author =. 2016 , month = aug, volume =. doi:10.3847/0067-0049/225/2/25 , keywords =

  72. [81]

    doi:10.1051/0004-6361/202037871 , eid =

    2021 , month = jan, volume =. doi:10.1051/0004-6361/202037871 , eid =

  73. [82]

    2015 , month = feb, journal =

    Automatic differentiation in machine learning: a survey , author =. 2015 , month = feb, journal =. doi:10.48550/arXiv.1502.05767 , keywords =

  74. [83]

    2011 , journal =

    Finding Structure with Randomness: Probabilistic Algorithms for Constructing Approximate Matrix Decompositions , author =. 2011 , journal =. doi:10.1137/090771806 , url =

  75. [84]

    A New Network for Higher-temperature Gas-phase Chemistry. I. A Preliminary Study of Accretion Disks in Active Galactic Nuclei , author =. 2010 , journal =. doi:10.1088/0004-637x/721/2/1570 , keywords =

  76. [85]

    , keywords =

    Deuteration of ammonia in the starless core Ophiuchus/H-MM1. , keywords =. doi:10.1051/0004-6361/201628463 , archivePrefix =. 1604.05602 , primaryClass =

  77. [86]

    , keywords =

    Understanding molecular abundances in star-forming regions using interpretable machine learning. , keywords =. doi:10.1093/mnras/stad2814 , archivePrefix =. 2309.06784 , primaryClass =

  78. [87]

    2023 , month = sep, journal =

    A statistical and machine learning approach to the study of astrochemistry , author =. 2023 , month = sep, journal =. doi:10.1039/d3fd00008g , keywords =

  79. [88]

    2010 , month = apr, volume =

    Nitrogen chemistry and depletion in starless cores , author =. 2010 , month = apr, volume =. doi:10.1051/0004-6361/200913200 , eid =

  80. [89]

    2018 , month = oct, volume =

    Bayesian Inference of the Rates of Surface Reactions in Icy Mantles , author =. 2018 , month = oct, volume =. doi:10.3847/1538-4357/aae1fa , keywords =

  81. [90]

    2021 , month = sep, volume =

    Chemulator: Fast, accurate thermochemistry for dynamical models through emulation , author =. 2021 , month = sep, volume =. doi:10.1051/0004-6361/202140357 , eid =

  82. [91]

    , keywords =

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

  83. [92]

    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 =

  84. [93]

    arXiv e-prints , keywords =

    Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods. arXiv e-prints , keywords =. doi:10.48550/arXiv.2607.10983 , archivePrefix =. 2607.10983 , primaryClass =

  85. [94]

    arXiv e-prints , keywords =

    ffortissimo: A Freeform Forward-Modeling Pipeline for High-Contrast Images of Circumstellar Disks Based on Automatic Differentiation. arXiv e-prints , keywords =. doi:10.48550/arXiv.2606.23478 , archivePrefix =. 2606.23478 , primaryClass =

  86. [95]

    arXiv e-prints , keywords =

    Direct Retrieval of Protoplanetary Disk Dust Properties using Auto-differentiable Gaussian Processes and Its Application to the HD 169142 Disk. arXiv e-prints , keywords =. doi:10.48550/arXiv.2607.12618 , archivePrefix =. 2607.12618 , primaryClass =

  87. [96]

    doi:10.1063/1.3089422 , adsurl =

    2009 , month = apr, volume =. doi:10.1063/1.3089422 , adsurl =

  88. [97]

    doi:10.1088/0004-637x/745/1/91 , keywords =

    2012 , month = jan, volume =. doi:10.1088/0004-637x/745/1/91 , keywords =

  89. [98]

    2019 , month = jul, journal =

    A Differentiable Programming System to Bridge Machine Learning and Scientific Computing , author =. 2019 , month = jul, journal =. doi:10.48550/arXiv.1907.07587 , keywords =

  90. [99]

    1987 , adsurl =

    Elementary processes in Hydrogen-Helium plasmas - Cross sections and reaction rate coefficients , author =. 1987 , adsurl =

  91. [100]

    2018 , url =

    James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander. 2018 , url =

  92. [101]

    3D physico-chemical model of a pre-stellar core. I. Environmental and structural impact on the distribution of CH _ 3 OH and c-C _ 3 H _ 2. , keywords =. doi:10.1051/0004-6361/202245466 , archivePrefix =. 2305.05932 , primaryClass =

  93. [102]

    2018 , month = jul, volume =

    Structure of photodissociation fronts in star-forming regions revealed by Herschel observations of high-J CO emission lines , author =. 2018 , month = jul, volume =. doi:10.1051/0004-6361/201832611 , keywords =

  94. [103]

    2016 , month = jun, volume =

    Bayesian Analysis of Cosmic Ray Propagation: Evidence against Homogeneous Diffusion , author =. 2016 , month = jun, volume =. doi:10.3847/0004-637x/824/1/16 , keywords =

  95. [104]

    , keywords =

    Non-LTE radiative transfer in clumpy molecular clouds. , keywords =

  96. [105]

    , keywords =

    LOC program for line radiative transfer. , keywords =. doi:10.1051/0004-6361/202039456 , archivePrefix =. 2009.12609 , primaryClass =

  97. [106]

    1979 , month = mar, volume =

    An ion cyclotron resonance study of reactions of ions with hydrogen atoms , author =. 1979 , month = mar, volume =. doi:10.1063/1.437823 , keywords =

  98. [107]

    , keywords =

    Far-Infrared and Submillimeter Emission from Galactic and Extragalactic Photodissociation Regions. , keywords =. doi:10.1086/308102 , archivePrefix =. astro-ph/9907255 , primaryClass =

  99. [108]

    2025 , month = oct, journal =

    Identification of molecular line emission using Convolutional Neural Networks , author =. 2025 , month = oct, journal =. doi:10.48550/arXiv.2510.09119 , keywords =

  100. [109]

    , keywords =

    The Different Structures of the Two Classes of Starless Cores. , keywords =. doi:10.1086/589147 , archivePrefix =. 0804.0822 , primaryClass =

  101. [110]

    , keywords =

    The dynamics of collapsing cores and star formation. , keywords =. doi:10.1093/mnras/stu2247 , archivePrefix =. 1410.5889 , primaryClass =

  102. [111]

    Kingma and Jimmy Ba , year =

    Diederik P. Kingma and Jimmy Ba , year =. Adam:. 3rd International Conference on Learning Representations,

  103. [112]

    2021 , month = apr, journal =

    1D convolutional neural networks and applications: A survey , author =. 2021 , month = apr, journal =. doi:10.1016/j.ymssp.2020.107398 , keywords =

  104. [113]

    2015 , month = may, volume =

    The Deuterium Fractionation Timescale in Dense Cloud Cores: A Parameter Space Exploration , author =. 2015 , month = may, volume =. doi:10.1088/0004-637x/804/2/98 , keywords =

  105. [114]

    doi:10.1051/0004-6361/202038457 , eid =

    2020 , month = nov, volume =. doi:10.1051/0004-6361/202038457 , eid =

  106. [115]

    doi:10.1126/science.1187191 , keywords =

    2010 , month = jul, journal =. doi:10.1126/science.1187191 , keywords =

  107. [116]

    2024 , month = jan, volume =

    Image Data Augmentation Approaches: A Comprehensive Survey and Future Directions , journal =. 2024 , month = jan, volume =. doi:10.1109/access.2024.3470122 , archiveprefix =. 2301.02830 , primaryclass =

  108. [117]

    1969 , month = jan, volume =

    Numerical calculations of the dynamics of collapsing proto-star , author =. 1969 , month = jan, volume =. doi:10.1093/mnras/145.3.271 , adsurl =

  109. [118]

    1983 , month = jul, volume =

    The kinetic theory of H2 dissociation , author =. 1983 , month = jul, volume =. doi:10.1086/161149 , keywords =

  110. [119]

    2024 , month = jan, volume =

    Towards an astronomical foundation model for stars with a transformer-based model , author =. 2024 , month = jan, volume =. doi:10.1093/mnras/stad3015 , archiveprefix =. 2308.10944 , primaryclass =

  111. [120]

    2025 , month = sep, journal =

    Revealing Fine Structure in Protoplanetary Disks with Physics Constrained Neural Fields , author =. 2025 , month = sep, journal =. doi:10.48550/arXiv.2509.03623 , keywords =

  112. [121]

    Dissecting the core structure with chemical differentiation

    Multiline observations of CH _ 3 OH, c-C _ 3 H _ 2 , and HNCO toward L1544. Dissecting the core structure with chemical differentiation. , keywords =. doi:10.1051/0004-6361/202243657 , archivePrefix =. 2205.09806 , primaryClass =

  113. [122]

    , keywords =

    BASIL: Fast broadband line-rich spectral-cube fitting and image visualization via Bayesian quadrature. , keywords =. doi:10.1051/0004-6361/202452828 , archivePrefix =. 2506.23269 , primaryClass =

  114. [123]

    2019 , month = jun, volume =

    Oxygen fractionation in dense molecular clouds , author =. 2019 , month = jun, volume =. doi:10.1093/mnras/stz560 , archiveprefix =. 1902.08840 , primaryclass =

  115. [124]

    2MASS wide field extinction maps. II. The Ophiuchus and the Lupus cloud complexes , author =. 2008 , month = oct, volume =. doi:10.1051/0004-6361:200810070 , archiveprefix =. 0809.3740 , primaryclass =

  116. [125]

    2017 , booktitle =

    A Unified Approach to Interpreting Model Predictions , author =. 2017 , booktitle =

  117. [126]

    doi:10.1051/0004-6361/202142145 , eid =

    2021 , month = oct, volume =. doi:10.1051/0004-6361/202142145 , eid =

  118. [127]

    2024 , month = jul, volume =

    MACE: A Machine-learning Approach to Chemistry Emulation , author =. 2024 , month = jul, volume =. doi:10.3847/1538-4357/ad47a1 , eid =

  119. [128]

    2007 , month = aug, journal =

    Metal and molecule cooling in simulations of structure formation , author =. 2007 , month = aug, journal =. doi:10.1111/j.1365-2966.2007.12016.x , archiveprefix =. 0704.2182 , primaryclass =

  120. [129]

    Application to phase separation of 21 cm data , author =

    ROHSA: Regularized Optimization for Hyper-Spectral Analysis. Application to phase separation of 21 cm data , author =. 2019 , month = jun, volume =. doi:10.1051/0004-6361/201935335 , keywords =

  121. [130]

    2021 , journal =

    Improved centrifugal and hyperfine analysis of ND2H and NH2D and its application to the spectral line survey of L1544 , author =. 2021 , journal =. doi:https://doi.org/10.1016/j.jms.2021.111431 , issn =

  122. [131]

    2024 , month = feb, volume =

    The UMIST Database for Astrochemistry 2022 , author =. 2024 , month = feb, volume =. doi:10.1051/0004-6361/202346908 , keywords =

  123. [132]

    , author =

    Effects of a shock on the molecular composition of a diffuse interstellar cloud. , author =. 1983 , month = mar, volume =. doi:10.1086/160812 , keywords =

  124. [133]

    A novel modelling approach

    Nebular emission from composite star-forming galaxies - I. A novel modelling approach. , keywords =. doi:10.1093/mnras/staf143 , archivePrefix =. 2501.05424 , primaryClass =

  125. [134]

    2005 , month = may, journal =

    The Cologne Database for Molecular Spectroscopy, CDMS: a useful tool for astronomers and spectroscopists , author =. 2005 , month = may, journal =. doi:10.1016/j.molstruc.2005.01.027 , issn =

  126. [135]

    , keywords =

    Turbulence inference from CO spectral observations. , keywords =. doi:10.1093/mnras/staf1503 , archivePrefix =. 2509.04818 , primaryClass =

  127. [136]

    , keywords =

    Grain growth and its chemical impact in the first hydrostatic core phase. , keywords =. doi:10.1051/0004-6361/202347847 , archivePrefix =. 2403.01905 , primaryClass =

  128. [137]

    doi:10.3847/1538-4357/ad7264 , keywords =

    2024 , month = oct, volume =. doi:10.3847/1538-4357/ad7264 , keywords =

  129. [138]

    2024 , month = oct, volume =

    Reevaluation of the Cosmic-Ray Ionization Rate in Diffuse Clouds , author =. 2024 , month = oct, volume =. doi:10.3847/1538-4357/ad71ce , keywords =

  130. [139]

    doi:10.1088/0067-0049/219/1/6 , keywords =

    2015 , month = jul, volume =. doi:10.1088/0067-0049/219/1/6 , keywords =

  131. [140]

    doi:10.1063/1.466950 , adsurl =

    1994 , month = jan, volume =. doi:10.1063/1.466950 , adsurl =

  132. [141]

    , keywords =

    CCS Imaging of the Starless Core L1544: An Envelope with Infall and Rotation. , keywords =. doi:10.1086/312067 , archivePrefix =. astro-ph/9904173 , primaryClass =

  133. [142]

    2010 , month = oct, volume =

    Low-metallicity Star Formation: Prestellar Collapse and Protostellar Accretion in the Spherical Symmetry , author =. 2010 , month = oct, volume =. doi:10.1088/0004-637x/722/2/1793 , archiveprefix =. 1008.4262 , primaryclass =

  134. [143]

    DeepMind and Babuschkin, Igor and Baumli, Kate and Bell, Alison and Bhupatiraju, Surya and Bruce, Jake and Buchlovsky, Peter and Budden, David and Cai, Trevor and Clark, Aidan and Danihelka, Ivo and Dedieu, Antoine and Fantacci, Claudio and Godwin, Jonathan and Jones, Chris an...

  135. [144]

    , author =

    Dust opacities for protostellar cores. , author =. 1994 , month = nov, volume =

  136. [145]

    2018 , month = jun, volume =

    Cosmic-ray ionisation in circumstellar discs , author =. 2018 , month = jun, volume =. doi:10.1051/0004-6361/201732202 , keywords =

  137. [146]

    2024 , booktitle =

    Cosmic rays: physics, chemistry, and computational challenges , author =. 2024 , booktitle =. doi:10.1016/b978-0-32-391746-9.00016-x , editor =

  138. [147]

    , keywords =

    On the frequency of N\ \_2\ H ^ + and N\ \_2\ D\ \^+\. , keywords =. doi:10.1051/0004-6361:200810570 , archivePrefix =. 0811.3289 , primaryClass =

  139. [148]

    doi:10.1051/0004-6361/201117161 , eid =

    2013 , month = mar, volume =. doi:10.1051/0004-6361/201117161 , eid =

  140. [149]

    Application to Orion

    BEETROOTS: Spatially regularized Bayesian inference of physical parameter maps. Application to Orion. , keywords =. doi:10.1051/0004-6361/202554266 , archivePrefix =. 2504.08387 , primaryClass =

  141. [150]

    2023 , month = oct, volume =

    Neural network-based emulation of interstellar medium models , author =. 2023 , month = oct, volume =. doi:10.1051/0004-6361/202347074 , eid =

  142. [151]

    , keywords =

    The evolution of HCO ^ + in molecular clouds using a novel chemical post-processing algorithm. , keywords =. doi:10.1093/mnras/stad1741 , archivePrefix =. 2210.06251 , primaryClass =

  143. [152]

    2022 , month = aug, volume =

    Regularized 3D spectroscopy with CubeFit: Method and application to the Galactic Center circumnuclear disk , author =. 2022 , month = aug, volume =. doi:10.1051/0004-6361/202243228 , keywords =

  144. [153]

    and Varoquaux, G

    Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E. , year =. Sci...

  145. [154]

    Analytical results in the free-fall of isothermal cases , author =

    Dynamics of self-gravitating gaseous spheres-III. Analytical results in the free-fall of isothermal cases , author =. 1969 , month = jan, volume =. doi:10.1093/mnras/144.4.425 , adsurl =

  146. [155]

    , keywords =

    The anatomy of the Orion B giant molecular cloud: A local template for studies of nearby galaxies. , keywords =. doi:10.1051/0004-6361/201629862 , archivePrefix =. 1611.04037 , primaryClass =

  147. [156]

    An Interferometric View of H-MM1. I. Direct Observation of NH _ 3 Depletion. , keywords =. doi:10.3847/1538-3881/ac6be7 , archivePrefix =. 2205.01201 , primaryClass =

  148. [157]

    , keywords =

    Dimensionality Reduction of SDSS Spectra with Variational Autoencoders. , keywords =. doi:10.3847/1538-3881/ab9644 , archivePrefix =. 2002.10464 , primaryClass =

  149. [158]

    doi:10.1088/0022-3700/11/21/006 , adsurl =

    1978 , month = nov, journal =. doi:10.1088/0022-3700/11/21/006 , adsurl =

  150. [159]

    , keywords =

    Do simulated molecular clouds look like real ones?. , keywords =. doi:10.1093/mnras/stad150 , archivePrefix =. 2301.05245 , primaryClass =

  151. [160]

    , keywords =

    Kinematics of dense gas in the L1495 filament. , keywords =. doi:10.1051/0004-6361/201731159 , archivePrefix =. 1806.03354 , primaryClass =

  152. [161]

    , keywords =

    Spectuner-D1: Spectral Line Fitting of Interstellar Molecules Using Deep Reinforcement Learning. , keywords =. doi:10.3847/1538-4365/ae3742 , archivePrefix =. 2511.21027 , primaryClass =

  153. [162]

    2022 , month = nov, volume =

    Inferring the HII region escape fraction of ionizing photons from infrared emission lines in metal-poor star-forming dwarf galaxies , author =. 2022 , month = nov, volume =. doi:10.1051/0004-6361/202243866 , keywords =

  154. [163]

    , keywords =

    Quasi-equilibrium chemical evolution in starless cores. , keywords =. doi:10.1093/mnras/stae1108 , archivePrefix =. 2404.15876 , primaryClass =

  155. [164]

    doi:10.1051/0004-6361/201935314 , eid =

    2019 , month = sep, volume =. doi:10.1051/0004-6361/201935314 , eid =

  156. [165]

    , keywords =

    The Core Population and Kinematics of a Massive Clump at Early Stages: An Atacama Large Millimeter/submillimeter Array View. , keywords =. doi:10.3847/1538-4357/ac85b4 , archivePrefix =. 2208.01675 , primaryClass =

  157. [166]

    and Hindmarsh, Alan C

    Cohen, Scott D. and Hindmarsh, Alan C. and Dubois, Paul F. , title =. Computer in Physics , volume =. 1996 , month =. doi:10.1063/1.4822377 , url =

  158. [167]

    arXiv e-prints , keywords =

    A differentiable and optimizable 3D model for interpretation of observed spectral data cubes. arXiv e-prints , keywords =. doi:10.48550/arXiv.2603.06791 , archivePrefix =. 2603.06791 , primaryClass =

  159. [168]

    , keywords =

    The 2024 KIDA network for interstellar chemistry. , keywords =. doi:10.1051/0004-6361/202450606 , archivePrefix =. 2407.15958 , primaryClass =

  160. [169]

    , keywords =

    An atomic and molecular database for analysis of submillimetre line observations. , keywords =. doi:10.1051/0004-6361:20041729 , archivePrefix =. astro-ph/0411110 , primaryClass =

  161. [170]

    , keywords =

    Testing analytical methods to derive the cosmic-ray ionisation rate in cold regions via synthetic observations. , keywords =. doi:10.1051/0004-6361/202346413 , archivePrefix =. 2402.10852 , primaryClass =

  162. [171]

    Shielded gas , author =

    Non-equilibrium chemistry and cooling in the diffuse interstellar medium - II. Shielded gas , author =. 2014 , month = aug, volume =. doi:10.1093/mnras/stu1046 , archiveprefix =. 1403.6155 , primaryclass =

  163. [172]

    2019 , journal =

    Why so many published sensitivity analyses are false: A systematic review of sensitivity analysis practices , author =. 2019 , journal =. doi:https://doi.org/10.1016/j.envsoft.2019.01.012 , issn =

  164. [173]

    doi:10.1086/421108 , keywords =

    2004 , month = may, volume =. doi:10.1086/421108 , keywords =

  165. [174]

    1992 , publisher =

    Multivariate Density Estimation: Theory, Practice, and Visualization , author =. 1992 , publisher =

  166. [175]

    doi:10.1051/0004-6361/202450171 , keywords =

    2024 , month = oct, volume =. doi:10.1051/0004-6361/202450171 , keywords =

  167. [176]

    , keywords =

    Inferring Planet and Disk Parameters from Protoplanetary Disk Images Using a Variational Autoencoder. , keywords =. doi:10.3847/1538-4357/ae22ed , archivePrefix =. 2511.13840 , primaryClass =

  168. [177]

    doi:10.1088/0004-637x/741/1/45 , keywords =

    2011 , month = nov, volume =. doi:10.1088/0004-637x/741/1/45 , keywords =

  169. [178]

    doi:10.1093/mnras/stad2715 , archiveprefix =

    2023 , month = nov, volume =. doi:10.1093/mnras/stad2715 , archiveprefix =. 2309.07348 , primaryclass =

  170. [179]

    2017 , booktitle =

    Learning important features through propagating activation differences , author =. 2017 , booktitle =

  171. [180]

    , keywords =

    Hydrodynamics with gas-grain chemistry and radiative transfer: comparing dynamical and static models. , keywords =. doi:10.1051/0004-6361/201732326 , archivePrefix =. 1801.08004 , primaryClass =

  172. [181]

    , keywords =

    Chemistry and dynamics of the prestellar core L1544. , keywords =. doi:10.1051/0004-6361/202243935 , archivePrefix =. 2209.14025 , primaryClass =

  173. [182]

    arXiv e-prints , keywords =

    BlackJAX: Composable Bayesian inference in JAX. arXiv e-prints , keywords =. doi:10.48550/arXiv.2402.10797 , archivePrefix =. 2402.10797 , primaryClass =

  174. [183]

    arXiv preprint arXiv:1912.11554 , year=

    Composable Effects for Flexible and Accelerated Probabilistic Programming in NumPyro , author=. arXiv preprint arXiv:1912.11554 , year=

  175. [184]

    arXiv e-prints , keywords =

    RUBIX: Differentiable forward modelling of galaxy spectral data cubes for gradient-based parameter estimation. arXiv e-prints , keywords =. doi:10.48550/arXiv.2511.17110 , archivePrefix =. 2511.17110 , primaryClass =

  176. [185]

    arXiv e-prints , keywords =

    Fast GPU-Powered and Auto-Differentiable Forward Modeling of IFU Data Cubes. arXiv e-prints , keywords =. doi:10.48550/arXiv.2412.08265 , archivePrefix =. 2412.08265 , primaryClass =

  177. [186]

    The Open Journal of Astrophysics , keywords =

    JAX-COSMO: An End-to-End Differentiable and GPU Accelerated Cosmology Library. The Open Journal of Astrophysics , keywords =. doi:10.21105/astro.2302.05163 , archivePrefix =. 2302.05163 , primaryClass =

  178. [187]

    2022 , month = oct, volume =

    Machine learning-accelerated chemistry modeling of protoplanetary disks , author =. 2022 , month = oct, volume =. doi:10.1051/0004-6361/202244691 , eid =

  179. [188]

    , keywords =

    The observed chemical structure of L1544. , keywords =. doi:10.1051/0004-6361/201731262 , archivePrefix =. 1707.06015 , primaryClass =

  180. [189]

    doi:10.1103/PhysRevA.79.012713 , keywords =

    2009 , month = jan, volume =. doi:10.1103/PhysRevA.79.012713 , keywords =

  181. [190]

    2024 , month = oct, journal =

    Differentiable Conservative Radially Symmetric Fluid Simulations and Stellar Winds -- jf1uids , author =. 2024 , month = oct, journal =. doi:10.48550/arXiv.2410.23093 , keywords =

  182. [191]

    2023 , month = dec, journal =

    Speeding up astrochemical reaction networks with autoencoders and neural ODEs , author =. 2023 , month = dec, journal =. doi:10.48550/arXiv.2312.06015 , eid =

  183. [192]

    , keywords =

    L1544: A Starless Dense Core with Extended Inward Motions. , keywords =. doi:10.1086/306115 , adsurl =

  184. [193]

    VLBA Determination of the Distance to Nearby Star-forming Regions. II. Hubble 4 and HDE 283572 in Taurus , author =. 2007 , month = dec, volume =. doi:10.1086/522924 , archiveprefix =. 0708.4403 , primaryclass =

  185. [194]

    , keywords =

    Chemistry as a diagnostic of prestellar core geometry. , keywords =. doi:10.1093/mnras/stw329 , archivePrefix =. 1602.03187 , primaryClass =

  186. [195]

    2020 , month = jun, journal =

    Solver-in-the-Loop: Learning from Differentiable Physics to Interact with Iterative PDE-Solvers , author =. 2020 , month = jun, journal =. doi:10.48550/arXiv.2007.00016 , keywords =

  187. [196]

    With diagnostic plots to interpret observed line intensity ratios

    A computer program for fast non-LTE analysis of interstellar line spectra. With diagnostic plots to interpret observed line intensity ratios. , keywords =. doi:10.1051/0004-6361:20066820 , archivePrefix =. 0704.0155 , primaryClass =

  188. [197]

    doi:10.1051/0004-6361/201322164 , eid =

    2013 , month = dec, volume =. doi:10.1051/0004-6361/201322164 , eid =

  189. [198]

    doi:10.1086/504371 , keywords =

    2006 , month = jul, volume =. doi:10.1086/504371 , keywords =

  190. [199]

    Simulations of protostellar collapse using multigroup radiation hydrodynamics. I. The first collapse , author =. 2012 , month = jul, volume =. doi:10.1051/0004-6361/201219427 , eid =

  191. [200]

    Simulations of protostellar collapse using multigroup radiation hydrodynamics. II. The second collapse , author =. 2013 , month = sep, volume =. doi:10.1051/0004-6361/201321423 , eid =

  192. [201]

    2017 , month = feb, volume =

    A grid of one-dimensional low-mass star formation collapse models , author =. 2017 , month = feb, volume =. doi:10.1051/0004-6361/201628194 , eid =

  193. [202]

    2025 , month = jun, journal =

    NeuralPDR: neural differential equations as surrogate models for photodissociation regions , author =. 2025 , month = jun, journal =. doi:10.1088/2632-2153/ade4ee , keywords =

  194. [203]

    , keywords =

    Understanding molecular ratios in the carbon- and oxygen-poor outer Milky Way with interpretable machine learning. , keywords =. doi:10.1051/0004-6361/202553893 , archivePrefix =. 2505.08410 , primaryClass =

  195. [204]

    2025 , month = nov, journal =

    Carbox: an end-to-end differentiable astrochemical simulation framework , author =. 2025 , month = nov, journal =. doi:10.48550/arXiv.2511.10558 , keywords =

  196. [205]

    Atomic Data for Astrophysics. II. New Analytic FITS for Photoionization Cross Sections of Atoms and Ions , author =. 1996 , month = jul, volume =. doi:10.1086/177435 , keywords =

  197. [206]

    , keywords =

    CO/H _ 2 , C/CO, OH/CO, and OH/O _ 2 in dense interstellar gas: from high ionization to low metallicity. , keywords =. doi:10.1093/mnras/stv851 , archivePrefix =. 1409.6724 , primaryClass =

  198. [207]

    2009 , month = aug, volume =

    The photodissociation and chemistry of CO isotopologues: applications to interstellar clouds and circumstellar disks , author =. 2009 , month = aug, volume =. doi:10.1051/0004-6361/200912129 , archiveprefix =. 0906.3699 , primaryclass =

  199. [208]

    2015 , month = apr, volume =

    The 2014 KIDA Network for Interstellar Chemistry , author =. 2015 , month = apr, volume =. doi:10.1088/0067-0049/217/2/20 , keywords =

  200. [209]

    , keywords =

    A High-Resolution Comparative Study of the Slowly Contracting Starless Cores L694-2 and L1544. , keywords =. doi:10.1086/498231 , archivePrefix =. astro-ph/0509513 , primaryClass =

  201. [210]

    1994 , month = jan, volume =

    Abundances in the Interstellar Medium , author =. 1994 , month = jan, volume =. doi:10.1146/annurev.aa.32.090194.001203 , adsurl =

  202. [211]

    2003 , month = apr, volume =

    Neutral Atomic Phases of the Interstellar Medium in the Galaxy , author =. 2003 , month = apr, volume =. doi:10.1086/368016 , archiveprefix =. astro-ph/0207098 , primaryclass =

  203. [212]

    2018 , month = oct, volume =

    Constraining physical conditions for the PDR of Trumpler 14 in the Carina Nebula , author =. 2018 , month = oct, volume =. doi:10.1051/0004-6361/201832595 , keywords =

  204. [213]

    2023 , month = may, volume =

    A Comprehensive Survey of Image Augmentation Techniques for Deep Learning , journal =. 2023 , month = may, volume =. doi:10.1016/j.patcog.2023.109347 , archiveprefix =. 2205.01491 , primaryclass =

  205. [214]

    doi:10.1088/0004-637x/718/2/1062 , archiveprefix =

    2010 , month = aug, volume =. doi:10.1088/0004-637x/718/2/1062 , archiveprefix =. 1004.3923 , primaryclass =

  206. [215]

    doi:10.1086/507978 , keywords =

    2006 , month = nov, volume =. doi:10.1086/507978 , keywords =

  207. [216]

    2021 , month = jan, journal =

    Deep Learning Generalization and the Convex Hull of Training Sets , author =. 2021 , month = jan, journal =. doi:10.48550/arXiv.2101.09849 , eid =

  208. [217]

    2020 , month = mar, journal =

    Hyper-Parameter Optimization: A Review of Algorithms and Applications , author =. 2020 , month = mar, journal =. doi:10.48550/arXiv.2003.05689 , eid =

  209. [218]

    2024 , month = mar, volume =

    SPT: Spectral transformer for age and mass estimations of red giant stars , author =. 2024 , month = mar, volume =. doi:10.1051/0004-6361/202347994 , keywords =

  210. [219]

    2017 , month = aug, eid =

    Random Erasing Data Augmentation , journal =. 2017 , month = aug, eid =. doi:10.48550/arXiv.1708.04896 , archiveprefix =. 1708.04896 , primaryclass =

  211. [220]

    2021 , month = sep, volume =

    On the Three-dimensional Structure of Local Molecular Clouds , author =. 2021 , month = sep, volume =. doi:10.3847/1538-4357/ac1f96 , keywords =

  212. [221]

    arXiv e-prints , keywords =

    Explicit and Implicit Finite Difference Solvers Implemented in JAX for Shock Wave Physics. arXiv e-prints , keywords =. doi:10.48550/arXiv.2601.12204 , archivePrefix =. 2601.12204 , primaryClass =

  213. [222]

    , keywords =

    The 2017 Release Cloudy. , keywords =. doi:10.48550/arXiv.1705.10877 , archivePrefix =. 1705.10877 , primaryClass =

  214. [223]

    arXiv e-prints , keywords =

    JAX-based differentiable fluid dynamics on GPU and end-to-end optimization. arXiv e-prints , keywords =. doi:10.48550/arXiv.2406.19494 , archivePrefix =. 2406.19494 , primaryClass =

  215. [224]

    , keywords =

    Differentiable Modeling of Planet and Substellar Atmosphere: High-resolution Emission, Transmission, and Reflection Spectroscopy with ExoJAX2. , keywords =. doi:10.3847/1538-4357/adcba2 , archivePrefix =. 2410.06900 , primaryClass =

  216. [225]

    doi:10.5281/ZENODO.17782162 , url =

    Astronomix , author =. doi:10.5281/ZENODO.17782162 , url =

  217. [226]

    arXiv e-prints , keywords =

    Per Astronomix ad Astra: High-Order Differentiable (Magneto)hydrodynamics with Energy-Conserving Self-Gravity. arXiv e-prints , keywords =

  218. [227]

    RADMC-3D: A multi-purpose radiative transfer tool

  219. [228]

    2026 , issn =

    moljax: GPU-accelerated method of lines for stiff reaction-diffusion PDEs with FFT preconditioning , journal =. 2026 , issn =. doi:https://doi.org/10.1016/j.cpc.2026.110205 , url =

  220. [229]

    Proceedings of the National Academy of Science , keywords =

    Machine learning-accelerated computational fluid dynamics. Proceedings of the National Academy of Science , keywords =. doi:10.1073/pnas.2101784118 , archivePrefix =. 2102.01010 , primaryClass =

  221. [230]

    Mathematische Annalen , pages =

    Über die partiellen Differenzengleichungen der mathematischen Physik , url =. Mathematische Annalen , pages =

  222. [231]

    Shock Waves , keywords =

    Restoration of the contact surface in the HLL-Riemann solver. Shock Waves , keywords =. doi:10.1007/BF01414629 , adsurl =

  223. [232]

    , keywords =

    Dissociative Recombination of H _ 3 O ^ + , HD _ 2 O ^ + , and D _ 3 O ^ +. , keywords =. doi:10.1086/317137 , adsurl =

  224. [233]

    , keywords =

    Quantum Chemical Predictions of the Properties of Known and Postulated Neutral Interstellar Molecules. , keywords =. doi:10.1088/0067-0049/185/2/273 , adsurl =

  225. [234]

    Physical Chemistry Chemical Physics , volume =

    Zanchet, Alexandre and Bussery-Honvault, Béatrice and Jorfi, Mohamed and Honvault, Pascal , title =. Physical Chemistry Chemical Physics , volume =. 2009 , month =. doi:10.1039/b903829a , url =

  226. [235]

    , title =

    Amano, T. , title =. The Journal of Chemical Physics , volume =. 1990 , month =. doi:10.1063/1.458594 , url =

  227. [236]

    , keywords =

    A Survey of Bimolecular Ion-Molecule Reactions for Use in Modeling the Chemistry of Planetary Atmospheres, Cometary Comae, and Interstellar Clouds. , keywords =. doi:10.1086/191151 , adsurl =

  228. [237]

    , keywords =

    Astrochemical Kinetic Grid Models of Groups of Observed Molecular Abundances: Taurus Molecular Cloud 1 (TMC-1). , keywords =. doi:10.3847/1538-4357/aae70c , archivePrefix =. 1810.10174 , primaryClass =

  229. [238]

    , keywords =

    Radiative transfer meets Bayesian statistics: where does a galaxy's [C II] emission come from?. , keywords =. doi:10.1093/mnras/stw2580 , archivePrefix =. 1607.03488 , primaryClass =

  230. [239]

    , keywords =

    Understanding the Formation and Evolution of Interstellar Ices: A Bayesian Approach. , keywords =. doi:10.1088/0004-637X/794/1/45 , archivePrefix =. 1408.2668 , primaryClass =

  231. [240]

    , keywords =

    A fast machine learning tool to predict the composition of interstellar ices from infrared absorption spectra. , keywords =. doi:10.1051/0004-6361/202453640 , archivePrefix =. 2509.04331 , primaryClass =

  232. [241]

    , keywords =

    Disentangling Multiple Emitting Components in Molecular Observations with Nonnegative Matrix Factorization. , keywords =. doi:10.3847/1538-4357/ad1681 , archivePrefix =. 2312.12646 , primaryClass =

  233. [242]

    , keywords =

    The use of positive matrix factorization in the analysis of molecular line spectra. , keywords =. doi:10.1093/mnras/280.3.616 , adsurl =

  234. [243]

    The LLSG algorithm

    Low-rank plus sparse decomposition for exoplanet detection in direct-imaging ADI sequences. The LLSG algorithm. , keywords =. doi:10.1051/0004-6361/201527387 , archivePrefix =. 1602.08381 , primaryClass =

Pith tools

Reviewed August 3, 2026 · model on record in the stance chip above.