Skip to content

v0.3.0

Compare
Choose a tag to compare
@mhostert mhostert released this 26 Nov 20:17
· 33 commits to main since this release

DarkNews v0.3.0

New features:

  1. New dirt implementation for BNB experiments. Uses a toy simulation of the decay pipe to sample in meson decay position (only for BNB detectors).
  2. HepMC formats are now working for single photon final states.
  3. The user can now set the desired sparseness of the final output. This change affects the internal dataframe in DarkNews before printing, so can also save a lot on memory usage.

Bug fixes:

  1. Evaluating the form factor for Q2 ranges at large Enu (>>10 GeV) energies sometimes overflowed because of the smallness of the sinc functions. Cut-off in form factor for large Q2 values is now implemented.
  2. Several bugs in the previous dirt implementation were fixed.