Skip to content

Commit

Permalink
cNG: multiply biases 234h terms only
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosggarcia committed Nov 22, 2024
1 parent 8be34e7 commit 6fc92b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tjpcov/covariance_fourier_cNG.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,16 @@ def get_covariance_block(
tkk += ccl.halos.halomod_trispectrum_3h(cosmo, hmc, np.exp(lk_arr),
a_arr, prof=nfw)

# tkk *= bias1 * bias2 * bias3 * bias4

tkk += ccl.halos.halomod_trispectrum_4h(cosmo, hmc, np.exp(lk_arr),
a_arr, prof=nfw)

tkk *= bias1 * bias2 * bias3 * bias4

# TODO: Use HOD for the 1h term when using galaxy clustering
tkk += ccl.halos.halomod_trispectrum_1h(cosmo, hmc, np.exp(lk_arr),
a_arr, prof=nfw)

tkk *= bias1 * bias2 * bias3 * bias4

s = self.io.get_sacc_file()
isnc = []
for i in range(1, 5):
Expand Down

0 comments on commit 6fc92b6

Please sign in to comment.