Recent Releases of https://github.com/loganamorrison/hazma
https://github.com/loganamorrison/hazma - v2.0.2
Fix bug in cython numpy int type (int_t -> int64_t)
Full Changelog: https://github.com/LoganAMorrison/Hazma/compare/1.1...2.0.2
- Jupyter Notebook
Published by LoganAMorrison over 1 year ago
https://github.com/loganamorrison/hazma - Hazma-1.1
New Features
- Relic densities: Relic densities can be computed for any object which implements
thermal_cross_section(self, x)and has an attributedmx. For example:
```python class ToyModel(object): def init(self, mx, sigmav): self.mx = mx self.sigmav = sigmav
def thermal_cross_section(self, x):
"""
Compute the dark matter thermal cross section for a given
ratio of mass to temperature.
Parameters
----------
x: float
DM mass over temperature.
Returns
-------
sigmav: float
Dark matter thermal cross section.
"""
return self.sigmav
model = ToyModel(10.313897683787216e3, 1.966877938634266e-15) relicdensity(model, semianalytic=True) # 0.12 ```
Bug Fixes
- Fixed bugs in typos in scalar mediator widths
- Fixed bugs in typos in vector mediator widths
- Fixed bugs in typos in scalar mediator cross-sections
- Fixed bugs in typos in vector mediator cross-sections
Closed Issues
- #4 : Adding relic densities
- #1 : Energy less than particles mass in
hazma.rambo
- Jupyter Notebook
Published by LoganAMorrison about 6 years ago
https://github.com/loganamorrison/hazma - Version 1.0.3
Minor bug fixes.
- Jupyter Notebook
Published by LoganAMorrison over 6 years ago
https://github.com/loganamorrison/hazma -
Fixes a bug in the charged pion radiative decay spectrum and improves the tests.
- Jupyter Notebook
Published by adam-coogan over 6 years ago
https://github.com/loganamorrison/hazma -
Adds π0-V final state for vector class and streamlines the process of implementing models.
- Jupyter Notebook
Published by adam-coogan over 6 years ago
https://github.com/loganamorrison/hazma - First official release of Hazma
Python package for computing indirect detection constraints on sub-GeV dark matter.
- Jupyter Notebook
Published by LoganAMorrison over 6 years ago