Skip to content
Snippets Groups Projects
Commit 1cd1bcf4 authored by David Hendriks's avatar David Hendriks
Browse files

adding options for the multiplicity function

parent 0ef61dbd
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ grid_options_defaults_dict = {
"run_zero_probability_system": True, # Whether to run the zero probability systems
"_zero_prob_stars_skipped": 0,
"ensemble_factor_in_probability_weighted_mass": False, # Whether to multiply the ensemble results by 1/probability_weighted_mass
"multiplicity_fraction_function": 0, # Which multiplicity fraction function to use. 0: None, 1: Arenou 2010, 2: Rhagavan 2010, 3: M&S 2017
##########################
# Execution log:
##########################
......@@ -487,6 +488,7 @@ grid_options_descriptions = {
"run_zero_probability_system": "Whether to run the zero probability systems. Default: True. Input: boolean",
"_zero_prob_stars_skipped": "Internal counter to track how many systems are skipped because they have 0 probability",
"ensemble_factor_in_probability_weighted_mass": "Flag to multiply all the ensemble results with 1/probability_weighted_mass",
"multiplicity_fraction_function": "Which multiplicity fraction function to use. 0: None, 1: Arenou 2010, 2: Rhagavan 2010, 3: M&S 2017",
}
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment