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

Changing ppr->hyrec_Alpha_inf_file with classy #289

Closed hongwanliu closed 5 years ago

hongwanliu commented 5 years ago

I was able to pass modified values of ppr->recfast_fudge_H using classy by adding an entry to cdef struct precision in cclassy.pxd, but I was not able to do the same for ppr->hyrec_Alpha_inf_file: I get CosmoSevereError: Error in Class: Class did not read input parameter(s): hyrec_Alpha_inf_file. What do I need to do to access this variable?

hongwanliu commented 5 years ago

I realized that the correct dictionary key to use is 'Alpha_inf hyrec file' with the spaces.