lesgourg / class_public

Public repository of the Cosmic Linear Anisotropy Solving System (master for the most recent version of the standard code; GW_CLASS to include Cosmic Gravitational Wave Background anisotropies; classnet branch for acceleration with neutral networks; ExoCLASS branch for exotic energy injection; class_matter branch for FFTlog)
230 stars 285 forks source link

How to initialize SCF model in Montepython? #355

Closed nkhadka21 closed 3 years ago

nkhadka21 commented 4 years ago

I am new at Montepython. I want to use Montepython to extract cosmological parameters using the SCF model. I tried to write a .param file for the SCF model but it gave me an error message which is given below.

Something went wrong when calling CLASS /o\ Error in Class: input_init(L:455) :error in input_read_parameters(&(fzw.fc), ppr, pba, pth, ppt, ptr, ppm, psp, pnl, ple, pop, errmsg); =>input_read_parameters(L:1396) :condition (pba->scf_tuning_index >= pba->scf_parameters_size) is true; Tuning index scf_tuning_index = 0 is larger than the number of entries 0 in scf_parameters. Check your .ini file.

Could anyone suggest to me how to run the SCF model in Montepython? Any suggestions will be appreciated.

Thank you

Narayan

gabygga commented 1 year ago

Do you remember how did you solve this issue?