muoncolliderneutrinos

Weighted MC modeling of neutrinos from a muon storage ring

https://github.com/athompson-git/muoncolliderneutrinos

Science Score: 54.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
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Weighted MC modeling of neutrinos from a muon storage ring

Basic Info
  • Host: GitHub
  • Owner: athompson-git
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 7.01 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Citation

README.md

Neutrinos from a Muon Storage Ring / Muon Collider

Neutrino flux codes and scattering models for [To appear]

DOI

This repository contains python classes and functions to perform weighted monte carlo (MC) simulations and modeling of the neutrino flux from a circular muon storage ring or muon collider. In addition, it contains integration methods to calculate the rates of electron scattering in a detector material using the alplib library to facilitate some helper classes.

Author: Adrian Thompson Contact: a.thompson@northwestern.edu

Requirements:

File Descriptions

nu_crosssection.py contains * NeutrinoNucleonCCQE : An implementation of the CCQE cross section for arbitrary lepton final state using the form reported in Formaggio, Zeller

muon_collider_mc.py contains the monte carlo classes to simulate or model the flux and electron scattering of the neutrino beams sourced by the circular storage ring. In particular, it has

  • NeutrinoFluxMuonRing class, with .simulate_fluxes_mc() and .simulate_flux() methods. The former performs geometric random sampling of the muon decay points along the ring and populates lists of 4-vectors with the neutrino momenta in the lab frame, while .simulate_flux() just populates the flux weights with a simple acceptance factor (see paper for details).

  • EvESFromNeutrinoFlux computes the elastic neutrino electron scattering (E$\nu$ES) rates in a detector with a specified size and material, using the Material class defined in alplib (one of the dependencies).

muon_decay.py has the functions for the differential decay distributions for the daughter neutrinos of muon decay. Namely, d2NdydOmega_numu(y, theta, Emu, l_det, N_mu) and d2NdydOmega_nue(y, theta, Emu, l_det, N_mu) are the laboratory frame differential decay rates for the muon neutrino and electron anti-neutrino, respectively.

Owner

  • Name: Adrian Thompson
  • Login: athompson-git
  • Kind: user
  • Location: College Station, TX
  • Company: Texas A&M University

Physics PhD student working on neutrinos, dark matter, and axion-like particle physics!

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
author: Adrian Thompson
orcid: https://orcid.org/0000-0002-9235-0846
title: MuonColliderNeutrinos
version: alpha
date-released: 2025-02-27

GitHub Events

Total
  • Release event: 1
  • Push event: 54
  • Create event: 3
Last Year
  • Release event: 1
  • Push event: 54
  • Create event: 3