Skip to content

Commit db5cb9b

Browse files
author
Lieke van Son
committed
added a README.md
1 parent 5abdc5c commit db5cb9b

File tree

1 file changed

+20
-0
lines changed
  • utils/example_plots/methods_paper_plots/fig_16_Chirpmass_distribution

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# How to recreate/edit the BBH chirp mass distribution from the COMPAS methods paper
2+
3+
This folder contains everything you need to reproduce the BBH chirpmass distribution from the COMPAS methods paper (_arXiv_: https://arxiv.org/abs/2109.10352; Team COMPAS et al. 2021).
4+
5+
6+
The data used for this figure is publicly available at: https://zenodo.org/record/5655483
7+
8+
This data set contains the output of 10,000,000 binaries evolved using COMPAS 02.21.00, using adaptive importance sampling (STROOPWAFEL, Broekgaarden et al. 2019), sampling from a metallicity uniform in $\log(Z) \in [10^{-4},0.03]$. More details can be found in `Run_Details.txt`.
9+
10+
### Data reporduction
11+
The data can be reproduced by running version `02.21.00` of COMPAS,
12+
13+
1. Run `stroopwafel_interface.py`, that reads in the `Fig16_pythonSubmit.py.py` (both contained in this folder).
14+
2. Calculate the rates by running ```FastCosmicIntegration.py``` from COMPAS's post-processing tools, with the following flags altered from their default values:
15+
16+
17+
```:::bash
18+
python FastCosmicIntegration.py --mu0 0.035 --muz -0.23 --sigma0 0.39 --sigmaz 0.0 --alpha 0.0 --weight mixture_weight --zstep 0.01 --sens O3 --m1min 10. --aSF 0.01 --bSF 2.77 --cSF 2.9 --dSF 4.7
19+
```
20+

0 commit comments

Comments
 (0)