When using this code, please cite our work
-
BBN Photodisintegration Constraints on Gravitationally Produced Vector Bosons
Chee Sheng Fong, Moinul Hossain Rahat, Shaikh Saad
https://arxiv.org/abs/2206.02802as well as the work by the creators of the original code ACROPOLIS.
We implement the model of a general light vector boson decay_vector_model.py
contains the analytic expressions for the primary photon and electron/positron spectra for \spec_data
and will be called automatically in the calculations. By default, the Boltzmann equations are only solved up till the epoch of matter-radiation equality when the cosmic time is
June 4, 2022
From the version 1.2.1 of ACROPOLIS, changes were made to cascade.py
, models.py
, nucl.py
and params.py
to adapt to our model file decay_vector_model.py
. For more details about this model, please refer to our work and for more detail on the original code, please refer to ACROPOLIS.
To verify if the parameter space of a light vector boson is viable, one can run the executable decayvector
in the terminal with the command
./decayvector 700 1e8 1 1e-6 0.1 0.1 0.7 0.01 0.09
where the input parameters after ./decayvector
are
-
$m_V$ [MeV]: light vector mass -
$\tau$ [s]: light vector lifetime -
$T_0$ [MeV]: reference cosmic temperature -
$\frac{n_V}{n_\gamma}(T_0)$ : the number density of$V$ over the photon density$n_V/n_\gamma$ at$T_0$ -
$BR_{ee}$ : decay branching ratio of$V \to e^+ e^-$ -
$BR_{\mu\mu}$ : decay branching ratio of$V \to \mu^+ \mu^-$ -
$BR_{\pi\pi}$ : decay branching ratio of$V \to \pi^+ \pi^-$ -
$BR_{\pi\gamma}$ : decay branching ratio of$V \to \pi^0 \gamma$ -
$BR_{3\pi}$ : decay branching ratio of$V \to \pi^0 \pi^+ \pi^-$
The number density of
By default, the combined exclusion at 95% CL for Helium-4 and deuterium considering the sum of theoretical and experimental errors in quadrature (see https://arxiv.org/abs/2206.02802 for further details). An example of the output is as follows
Results: Yp = 0.224415, H2/p = 0.000395, He3/p = 0.006490
Excluded by the BBN measurements at 2 sigma
(default: He3/p not considered).
Runtime - - - 56.018600 mins - - -
Yp
, H2/p
, and He3/p
denotes respectively the Helium-4 mass fraction,
We also include decayvectorscan
to illustrate how to scan the parameter space in mass spec_data/darkphoton_MV_BR.dat
).