From ae1ffdaa01cf072e5e1aa69228ea7514ae8db23c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 4 Oct 2017 12:07:15 +0800 Subject: utils/cosmology: Add scalar spectral index "ns" --- fg21sim/configs/00-general.conf.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fg21sim/configs/00-general.conf.spec') diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index ecf1d17..fd75450 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -116,6 +116,8 @@ OmegaM0 = float(default=0.27, min=0.0, max=1.0) Omegab0 = float(default=0.046, min=0.0, max=1.0) # Present-day rms density fluctuations on a scale of 8 h^-1 Mpc sigma8 = float(default=0.81, min=0.0) +# Scalar spectral index +ns = float(default=0.96, min=0.0) # Configurations for initialization/reconfiguration of the `logging` module -- cgit v1.2.2