Loading Dark energy model into CAMB
Loading Dark energy model into CAMB
Hi
I am new to CAMB, and i am trying to load the dark energy model into CAMB without success please may someone help.
I am new to CAMB, and i am trying to load the dark energy model into CAMB without success please may someone help.
-
- Posts: 1874
- Joined: September 23 2004
- Affiliation: University of Sussex
- Contact:
Re: Loading Dark energy model into CAMB
You need to ask a more specific detailed question for someone to be able to help.
Re: Loading Dark energy model into CAMB
Thank you for getting back to me. When using CAMB for python I am able to change the values for the parameters given below:
#Set up a new set of parameters for CAMB
pars = camb.CAMBparams()
#This function sets up CosmoMC-like settings, with one massive neutrino and helium set using BBN consistency
pars.set_cosmology(H0=67.5, ombh2=0.022, omch2=0.122, mnu=0.06, omk=0, tau=0.06)
pars.InitPower.set_params(As=2e-9, ns=0.965, r=0)
pars.set_for_lmax(2500, lens_potential_accuracy=0);
However the parameter that i want to vary is w, which is the equation of state. From the CAMB python code i seem not to find w from the parameters. Thank you.
#Set up a new set of parameters for CAMB
pars = camb.CAMBparams()
#This function sets up CosmoMC-like settings, with one massive neutrino and helium set using BBN consistency
pars.set_cosmology(H0=67.5, ombh2=0.022, omch2=0.122, mnu=0.06, omk=0, tau=0.06)
pars.InitPower.set_params(As=2e-9, ns=0.965, r=0)
pars.set_for_lmax(2500, lens_potential_accuracy=0);
However the parameter that i want to vary is w, which is the equation of state. From the CAMB python code i seem not to find w from the parameters. Thank you.
-
- Posts: 1874
- Joined: September 23 2004
- Affiliation: University of Sussex
- Contact: