Base DarkHistory. Used in DM21cm. NN transfer functions available.
Project description
DarkHistory
DarkHistory is a Python code package that calculates the global temperature and ionization history of the universe given an exotic source of energy injection, such as dark matter annihilation or decay. DarkHistory is described in a paper available at arXiv:1904.09296. Please cite this paper if you use DarkHistory in a scientific publication. For detailed information, please visit our readthedocs webpage here.
Installation
Updated 2024/10/04
- Clone this repository. Checkout the branch you would like to use. (Current active branches:
master,lowengelec_upgrade,early_halo_cooling) - Create a new virtual environment for DarkHistory (recommended). For example, using
conda:
conda create -n darkhistory python=3.12 pip
conda activate darkhistory
- Install via
pipin the DarkHistory/ directory
pip install .
- Download data files required to run DarkHistory and save to an arbitrary location.
- Inform DarkHistory of the location by setting the variable
data_path_defaultindarkhistory/config.pyor the environment variableDH_DATA_DIRto the directory containing data files. - Now you should be able to run DarkHistory. Test with the example code below. You can also familiarize yourself with DarkHistory using notebooks in examples/.
Notes:
- 2024/10/04: Please make sure to set cosmology parameters in darkhistory/physics.py consistent with your purpose! The current
masterbranch may have updated parameters compared to earlier versions. - 2024/10/04: Package dependency is now updated in pyproject.toml and requirements.txt. Installing via
pip install .will automatically install the required packages. We currently do not recommendpip install darkhistory, as the PyPI version may not be most up-to-date. - 2024/08/12: For versatility, all data files required to use DarkHistory have been converted to either HDF5, JSON, or plain text files. All active branches of DarkHistory (
master,lowengelec_upgrade, andearly_halo_cooling) have been updated to use the new set of data files. You can download the new data files at the following link. See below for older datasets.
Available Versions
DarkHistory v1.1.2 for DM21cm
The version of DarkHistory used in DM21cm, a semi-numerical simulation of inhomogemeous dark matter energy injection based on DarkHistory and 21cmFAST. DM21cm is described in arXiv:2312.11608. Branch: master.
DarkHistory v2.0, with improved treatment of low energy electrons and spectral distortions
The branch containing the upgraded treatment for low energy electrons and spectral distortions can be found here. In additional to the data files needed for v1.0, this upgrade requires additional data files.
The upgrades are described in a paper available at arXiv:2303.07366, and examples of applications are given in arXiv:2303.07370. Please cite these as well as arXiv:1904.09296 if you use this version of DarkHistory in a scientific publication. Branch: lowengelec_upgrade.
DarkHistory v1.1 with Neural Network transfer functions
Added Neural Network transfer functions to optionally replace large tabulated transfer functions. Requires Tensorflow 2.0 in addition to v1.0 dependencies, and a compact dataset to use the Neural Network transfer functions. (To upgrade from v1.0, one can simply add the compact dataset to the existing data directory). To use the tabulated transfer functions, a full dataset is required. (This version of DarkHistory also works with v1.0 dataset with setting use_v1_0_data=True in config.py.)
The update is described in a paper available at arXiv:2207.06425. Please cite this paper as well as arXiv:1904.09296 if you use this version of DarkHistory in a scientific publication. The release for this version can be found here.
DarkHistory v1.0
First release of DarkHistory. DarkHistory v1.0 is described in a paper available at arXiv:1904.09296. Please cite this paper if you use DarkHistory in a scientific publication. The data files for required for this version can be found here. The release for this version can be found here. For more information, please visit our webpage here.
Example usage
from darkhistory.main import evolve
solution = evolve(
DM_process = 'decay', # 'decay' or 'swave'
mDM = 1e8, # [eV]
lifetime = 3e25, # [s]
primary='elec_delta', # primary decay channel
start_rs = 3000, # 1+z
coarsen_factor = 12, # log(1+z) would change by 0.001 * coarsen_factor for next step
backreaction = True, # Enable injection backreaction on matter temperature and ionization levels.
helium_TLA = True, # Enable Helium Three Level Atom (TLA).
reion_switch = True, # Enable a pre-defined reionization energy injection.
)
solution.keys() # 'rs', 'x', 'Tm', 'highengphot', 'lowengphot', 'lowengelec', 'f'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file darkhistory-1.1.2.20241004.tar.gz.
File metadata
- Download URL: darkhistory-1.1.2.20241004.tar.gz
- Upload date:
- Size: 9.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02babd0bdb96ddc7250ed863a56d0b15608b6f365e69d9c9b3c10a3e2bec6529
|
|
| MD5 |
42adaa4d9d7aae7f5c84ce1be88aa639
|
|
| BLAKE2b-256 |
aa7afb77a2a62b82fbacaa9b0bef44514b4c32466b9ee2596a15054626c7ba26
|
File details
Details for the file darkhistory-1.1.2.20241004-py3-none-any.whl.
File metadata
- Download URL: darkhistory-1.1.2.20241004-py3-none-any.whl
- Upload date:
- Size: 340.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d47c7f42c17de32a830532734323dca30e827cb152a93046f3b44ffb4aeace10
|
|
| MD5 |
4048e5333b4846bdb732d0f60de378cb
|
|
| BLAKE2b-256 |
1d2ef1a7c139118cdebd9a545a5a9132598dff33356fc3e702d3bb70449155b4
|