https://github.com/temken/darkarc
Dark Matter-induced Atomic Response Code (DarkARC) - A python tool for the calculation and tabulation of atomic response functions for ionization via dark matter-electron scatterings.
https://github.com/temken/darkarc
atomic-physics darkmatter directdetection physics
Last synced: 8 months ago
JSON representation
Dark Matter-induced Atomic Response Code (DarkARC) - A python tool for the calculation and tabulation of atomic response functions for ionization via dark matter-electron scatterings.
- Host: GitHub
- URL: https://github.com/temken/darkarc
- Owner: temken
- License: mit
- Created: 2019-08-13T13:53:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T08:39:58.000Z (over 4 years ago)
- Last Synced: 2023-08-03T15:59:51.374Z (almost 3 years ago)
- Topics: atomic-physics, darkmatter, directdetection, physics
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| WARNING: :warning: **THE PYTHON TOOL DarkARC IS NO LONGER MAINTAINED AND WAS REPLACED BY THE C++ TOOL [DarkART](https://github.com/temken/DarkART)** :warning: |
| --- |
[](https://opensource.org/licenses/MIT)
# Dark Matter-induced Atomic Response Code (DarkARC)
[](https://zenodo.org/badge/latestdoi/202155266)
[](https://arxiv.org/abs/1912.08204)
Python tool for the computation and tabulation of atomic response functions for direct sub-GeV dark matter (DM) searches.

## GENERAL NOTES
- This code computes the four atomic response functions introduced in the paper [[arXiv:1912.08204]](https://arxiv.org/abs/1912.08204).
- The tabulation of the atomic response functions is separated into two steps:
- the computation and tabulation of three radial integrals (via */src/radial_integrals_tabulation.py*).
- their combination into the response function tables (via */src/atomic_responses_tabulation.py*).
- The computations are performed in parallel using the [*multiprocessing*](https://docs.python.org/2/library/multiprocessing.html) library.
## CONTENT
The included folders are:
- */data/*: Destination folder of the code's output (tables of integration methods, radial integrals, and finally atomic response functions).
- */src/*: Contains the source code.
## CITING THIS CODE
If you decide to use this code, please cite the latest archived version,
> [[DOI:10.5281/zenodo.3581334]](https://doi.org/10.5281/zenodo.3581334)
as well as the original publications,
>Catena, R., Emken, T. , Spaldin, N., and Tarantino, W., **Atomic responses to general dark matter-electron interactions**, [[arXiv:1912.08204]](https://arxiv.org/abs/1912.08204).
## VERSIONS
- **v1.0** (18/12/2019): Version released with v1 of the preprint [[arXiv:1912.08204v1]](https://arxiv.org/abs/1912.08204v1).
## AUTHORS & CONTACT
The author of this tool is Timon Emken.
For questions, bug reports or other suggestions please contact [emken@chalmers.se](mailto:emken@chalmers.se).
## LICENCE
This project is licensed under the MIT License - see the LICENSE file.