Published June 6, 2023 | Version 1.0.0
Dataset Open

The NANOGrav Search for Signals from New Physics: MCMC chains

Description

MCMC chains for the GWB analyses performed in the paper "The NANOGrav 15 yr Data Set: Search for Signals from New Physics". 

The data is provided in pickle format. Each file contains a NumPy array with the MCMC chain (with burn-in already removed), and a dictionary with the model parameters' names as keys and their priors as values. You can load them as

with open ('path/to/file.pkl', 'rb') as pick:
    temp = pickle.load(pick)

    params = temp[0]
    chain = temp[1]

The naming convention for the files is the following:

  • igw: inflationary Gravitational Waves (GWs)
  • sigw: scalar-induced GWs
    • sigw_box: assumes a box-like feature in the primordial power spectrum.
    • sigw_delta: assumes a delta-like feature in the primordial power spectrum.
    • sigw_gauss: assumes a Gaussian peak feature in the primordial power spectrum.
  • pt: cosmological phase transitions
    • pt_bubble: assumes that the dominant contribution to the GW productions comes from bubble collisions.
    • pt_sound: assumes that the dominant contribution to the GW productions comes from sound waves.
  • stable: stable cosmic strings
    • stable-c: stable strings emitting GWs only in the form of GW bursts from cusps on closed loops.
    • stable-k: stable strings emitting GWs only in the form of GW bursts from kinks on closed loops.
    • stable-m: stable strings emitting monochromatic GW at the fundamental frequency.
    • stable-n: stable strings described by numerical simulations including GWs from cusps and kinks.
  • meta: metastable cosmic strings
    • meta-l: metastable strings with GW emission from loops only.
    • meta-ls metastable strings with GW emission from loops and segments.
  • super: cosmic superstrings.
  • dw: domain walls
    • dw-sm: domain walls decaying into Standard Model particles.
    • dw-dr: domain walls decaying into dark radiation.

For each model, we provide four files. One for the run where the new-physics signal is assumed to be the only GWB source. One for the run where the new-physics signal is superimposed to the signal from Supermassive Black Hole Binaries (SMBHB), for these files "_bhb" will be appended to the model name. Then, for both these scenarios, in the "compare" folder we provide the files for the hypermodel runs that were used to derive the Bayes' factors.

In addition to chains for the stochastic models, we also provide data for the two deterministic models considered in the paper (ULDM and DM substructures). For the ULDM model, the naming convention of the files is the following (all the ULDM signals are superimposed to the SMBHB signal, see the discussion in the paper for more details)

  • uldm_e: ULDM Earth signal.
  • uldm_p: ULDM pulsar signal
    • uldm_p_cor: correlated limit
    • uldm_p_unc: uncorrelated limit
  • uldm_c: ULDM combined Earth + pulsar signal direct coupling 
    • uldm_c_cor: correlated limit
    • uldm_c_unc: uncorrelated limit
  • uldm_vecB: vector ULDM coupled to the baryon number
    • uldm_vecB_cor: correlated limit
    • uldm_vecB_unc: uncorrelated limit 
  • uldm_vecBL: vector ULDM coupled to B-L
    • uldm_vecBL_cor: correlated limit
    • uldm_vecBL_unc: uncorrelated limit
  • uldm_c_grav: ULDM combined Earth + pulsar signal for gravitational-only coupling
    • uldm_c_grav_cor: correlated limit
      • uldm_c_cor_grav_low: low mass region  
      • uldm_c_cor_grav_mon: monopole region
      • uldm_c_cor_grav_low: high mass region
    • uldm_c_unc: uncorrelated limit
      • uldm_c_unc_grav_low: low mass region  
      • uldm_c_unc_grav_mon: monopole region
      • uldm_c_unc_grav_low: high mass region

For the substructure (static) model, we provide the chain for the marginalized distribution (as for the ULDM signal, the substructure signal is always superimposed to the SMBHB signal)

Files

Files (22.4 GB)

Name Size Download all
md5:464a0c2f2645aec4bd72cbd9f1bfb4cf
22.4 GB Download

Additional details

Related works

Is cited by
Journal article: 10.3847/2041-8213/acdc91 (DOI)