Closed fchibana closed 8 years ago
Hi,
if you want to just fix all your scf_parameters to these values, you need to make the list of numbers a string. However, given that you probably need to vary one or more of the parameters, have a look here: https://github.com/baudren/montepython_public/issues/54
Cheers, Thomas Tram
Hi Thomas,
Thank you for the quick reply. Indeed I'll need to vary some of the parameters.
Cheers, Fabio
Hello, Did you manage to resolve the issue? I am trying Montepython with scalar field parameters but having problems with the input .param file. If you managed to resolve it, can you please help me and explain how you defined the scalar field parameters in the .param file. Thanks, Alex
Hello,
I'm trying to use Monte Python with quintessence but I'm having troubles passing the scalar field parameters. I'm trying something like this
data.cosmo_arguments['scf_parameters'] = 10.0, 0.0, 0.0, 0.0, 100.0, 0.01
and returns the error
So, how should I do it?
Thanks!