dmss

This package calculates the exposure of the satellites to the Sun, evaluates the time dependent dark matter cosmic ray signals and constrains dark matter models using the cosmic ray data from space-based experiments.

https://github.com/zaki1905/dmss

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, sciencedirect.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

cosmic-rays dark-matter satellite
Last synced: 6 months ago · JSON representation ·

Repository

This package calculates the exposure of the satellites to the Sun, evaluates the time dependent dark matter cosmic ray signals and constrains dark matter models using the cosmic ray data from space-based experiments.

Basic Info
  • Host: GitHub
  • Owner: ZAKI1905
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 1.77 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
cosmic-rays dark-matter satellite
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

DMSS (Dark Matter Solar Signals)

This program was used in "Constraining Time Dependent Dark Matter Signals from the Sun".

Info

If you use this package please cite: Constraining Time Dependent Dark Matter Signals from the Sun Mohammadreza Zakeri and Yu-Feng Zhou https://arxiv.org/abs/2109.11662

For BibTeX style citation use: @article{Zakeri:2021cur, author = "Zakeri, Mohammadreza and Zhou, Yu-Feng", title = "{Constraining Time Dependent Dark Matter Signals from the Sun}", eprint = "2109.11662", archivePrefix = "arXiv", primaryClass = "hep-ph", month = "9", year = "2021" }

Setup

You need Root, Minuit2 (included in Root), GSL, and OpenMP. Confind & Zaki libraries are already included inside dependencies (Only for Mac OS). Confind generates the contour plots and it uses OpenMP, but the main code for DMSS doesn't directly use OpenMP. The CMake file will use findpackage() to find these packages. If findpackage() fails, open CMakeLists.txt in the main folder and edit the cmake path for root. Compile as follows: 1. Create a build folder (e.g. mkdir build). 2. Change directory to the build folder (e.g. cd build) 3. Run cmake (e.g. cmake ..) 4. Run make (or make -j) 5. The executables should be created inside the build directory.

References

Check CMakeLists.txt.

GSL: M. Galassi et al, GNU Scientific Library Reference Manual (3rd Ed.), ISBN 0954612078. http://www.gnu.org/software/gsl/

Root:

See https://root.cern/about/license for Root's license.

Rene Brun and Fons Rademakers, ROOT - An Object Oriented Data Analysis Framework, Proceedings AIHENP'96 Workshop, Lausanne, Sep. 1996, Nucl. Inst. & Meth. in Phys. Res. A 389 (1997) 81-86. See also http://root.cern.ch/

Minuit2: F. James, M. Roos, Minuit - a system for function minimization and analysis of the parameter errors and correlations, Computer Physics Communications, Volume 10, Issue 6, 1975, Pages 343-367, ISSN 0010-4655, https://doi.org/10.1016/0010-4655(75)90039-9. (https://www.sciencedirect.com/science/article/pii/0010465575900399)

OpenMP: The OpenMP API specification for parallel programming https://www.openmp.org/

Owner

  • Name: Mohammadreza Zakeri (Zaki)
  • Login: ZAKI1905
  • Kind: user
  • Location: Lexington, KY
  • Company: University of Kentucky

I'm a postdoctoral scholar at the Department of Physics & Astronomy, University of Kentucky. My research field is particle physics.

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: DMSS
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
doi: 10.5281/zenodo.6454361
authors:
  - given-names: Mohammadreza
    family-names: Zakeri
    email: M.Zakeri@uky.edu
    affiliation: University of Kentucky
    orcid: 'https://orcid.org/0000-0002-6510-5343'

GitHub Events

Total
Last Year