Closed mraveri closed 5 years ago
Thanks for the changes. Is it valid in general dark energy models to assume the Weyl cross delta spectrum is equal to the geometric mean of the autospectra (i.e. they are fully correlated)? You could get the cross-spectrum directly e.g. using adding a
Transfer_GetUnsplinedPower(State,State%MT, PK,transfer_Weyl,transfer_power_var,hubble_units=.false.)
in Calculator_CAMB.f90 etc.
Yes, I had the same doubt. I don’t think it is. This seems a better solution. Will implement it now!
Il giorno 25 feb 2019, alle ore 16:28, Antony Lewis notifications@github.com ha scritto:
Thanks for the changes. Is it valid in general dark energy models to assume the Weyl cross delta spectrum is equal to the geometric mean of the autospectra (i.e. they are fully correlated)? You could get the cross-spectrum directly e.g. using adding a
Transfer_GetUnsplinedPower(State,State%MT, PK,transfer_Weyl,transfer_power_var,hubble_units=.false.) in Calculator_CAMB.f90 etc.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cmbant/CosmoMC/pull/17#issuecomment-467209976, or mute the thread https://github.com/notifications/unsubscribe-auth/AIX2RHlrbQ41XH9VGnJHv3AyzzHd-7_gks5vRGOdgaJpZM4bQov_.
Indented the source/wl.f90 file. Implemented function to write to file wl theory prediction. Added Weyl transfer function to computation of cross correlation. From basic testing the modification seems to work.