report completed and refined to my personal satisfaction

This commit is contained in:
2025-09-15 03:26:26 +02:00
parent cafaf38ddf
commit 221bdcda07
14 changed files with 354 additions and 215 deletions

View File

@@ -1,4 +1,8 @@
#import "helpers.typ": *
= Abstract
We present an improved version of the #beorn framework, a semi-numerical simulation suite that generates maps of the cosmic dawn and the epoch of reionization. The refinements include a self-consistent treatment of the evolution of individual galaxies, a parametrization of stochasticity of the mass accretion rate, and a general optimization that allows for speedier simulation runs.
We validate the improved version of the suite against ??. We employ the Thesan-Dark simulation to inder halo mass history and demonstrate the effect of this more detailed treatment.
We present #beorn, a semi-numerical simulation suite that uses a simplified description of radiation sources to efficiently generate maps of the cosmic dawn and the epoch of reionization.
In its original formulation, the framework assumed exponential halo growth with a fixed accretion rate. We show how this assumption introduces systematic inaccuracies in the predicted observables of reionization. In this work, we implement a more realistic description of halo mass growth that follows the mass accretion history of individual halos.
We achieve this consistent treatment of halo growth by incorporating individual accretion histories extracted from the merger trees provided by the #thesan simulations.
This required an extensive refactoring of the #beorn code base, redesigning the computation of the radiative source properties to accommodate variable growth while ensuring scalability and computational efficiency.
We describe these modifications in detail and validate the improved suite against the original implementation.
We demonstrate that the refined treatment alters the timing and morphology properties of the reionization. Finally, we discuss how this new version of #beorn provides a more robust platform for exploring reionization scenarios, and we outline planned extensions and applications.