Verne is a python code for calculating the Earth-stopping effect for Dark Matter (DM).
The code allows you to calculate the speed distribution (and DM signal rate) at detectors in the Earth's atmosphere, on the Earth's surface and at underground detector locations, such as MPI (the Max-Planck-Institute in Munich) and SUF (the Stanford Underground Facility). This can be done for a range of DM masses and cross sections (though the results will be most reliable for very heavy DM particles). This is because the code implements a 'continuous stopping' formalism, with DM particles travelling on straight-line trajectories. Further details about the physics behind the code can be found in arXiv:1712.04901.
As of Version 2.0, there is now an additional module verne_light
, which implements the Earth-scattering of very light DM, in which energy losses are negligible, and particles travel on straight-line trajectories with the possibility of reflection. Full details of the formalism will be presented in an up-coming paper.
The core of the code (the verne
and verne_light
modules) is in the src folder, head there for some details of how to use the code.
Version 2.0 (28/10/2024): Major update to include support for light Dark Matter (see verne_light.py
), as well as some restructing of the code. Dark-photon mediated interactions are currently only supported in verne_light.py
.
Version 1.3.1 (13/10/2022): Minor update to include interactions mediated by a heavy Dark Photon.
Version 1.3 (30/08/2022): Major update to include millicharged DM interactions.
Version 1.2 (09/03/2021): Major update to include spin-dependent interactions (and fix a few minor bugs). Now compatible with Python3.
Version 1.1 (12/02/2018): Updated event rate calculation to account for correct CRESST exposure times. Minor edits to text.
Version 1.0 (14/12/2017): Initial release (including arXiv numbers, etc.)
Version 0.9 (13/12/2017): Pre-release before arXiv submission.
src
: Core of theverne
code, including calculation scripts.data
: A collection of data tables (Earth element density profiles, etc.) which are read in byverne
.results
: Numerical results for the final speed distributions, numbers of signal events and constraints.plotting
: Scripts for generating plots from the results.plots
: Plots and illustrations summarising the key results. Mostly from arXiv:1712.04901.paper
: PDF and tex files for the associated paper.
The best place to start is probably the example notebook. You can also find more detailed info in the README file for the src/
folder. I'm also very happy to provide more specific examples if you have something in particular in mind - just get in touch.
The code is compatible with Python3. Requires numpy and scipy. More detailed dependencies can be found in requirements.txt
.
Some code is included for calculating nuclear recoil spectra in direct detection experiments, but we recommend using WIMpy
(which is more flexible and more complete) for recoil spectra calculations.
If you make use of the code or the numerical results, please cite:
B. J. Kavanagh & A. Lantero-Barreda (2024), Verne [Code v2.0], Astrophysics Source Code Library, record ascl:1802.005, DOI:10.5281/zenodo.14003447, available at https://github.com/bradkav/verne.
as well as citing the original paper, arXiv:1712.04901:
Kavanagh, B. J. (2017), "Earth-Scattering of super-heavy Dark Matter: updated constraints from detectors old and new", arXiv:1712.04901.
The verne
code has been used (in some form or another) in the follow research papers:
- Search for Daily Modulation of MeV Dark Matter Signals with DAMIC-M, I. Arnquist et al. (DAMIC-M Collaboration), arXiv:2307.07251
- Dark Matter from Monogem, C. Cappiello et al., arXiv:2210.09448
- Light dark matter accumulating in planets: Nuclear scattering, J. Bramante et al., arXiv:2210.01812
- Search for sub-GeV Dark Matter via Migdal effect with an EDELWEISS germanium detector with NbSi TES sensors, EDELWEISS Collaboration & B. J. Kavanagh (2022), arXiv:2203.03993
- Searching for low-mass dark matter via Migdal effect in COSINE-100, Adhikari et al., arXiv:2110.05806
- Etching Plastic Searches for Dark Matter, A. Bhoonah, J. Bramante, B. Courtman & N. Song (2020), arXiv:2012.13406
- Detecting Composite Dark Matter with Long Range and Contact Interactions in Gas Clouds, A. Bhoonah, J. Bramante, S. Schon & N. Song (2020), arXiv:2010.07240
- Light Dark Matter Search with a High-Resolution Athermal Phonon Detector Operated Above Ground, Alkhatib et al (SuperCDMS Collaboration, 2020), arXiv:2007.14289
- Migdal effect and photon Bremsstrahlung: improving the sensitivity to light dark matter of liquid argon experiments, G. Grilli di Cortona, A. Messina & S. Piacentini (2020), arXiv:2006.02453
- Measuring the local Dark Matter density in the laboratory, B. J. Kavanagh, T. Emken & R. Catena (2020), arXiv:2004.01621
- A Search for Light Dark Matter Interactions Enhanced by the Migdal effect or Bremsstrahlung in XENON1T, Xenon1T Collaboration (2019), arXiv:1907.12771
- Searching for low-mass dark matter particles with a massive Ge bolometer operated above-ground, EDELWEISS Collaboration & B. J. Kavanagh (2019), arXiv:1901.03588
- Earth-Scattering of super-heavy Dark Matter: updated constraints from detectors old and new, B. J. Kavanagh (2017), arXiv:1712.04901