LSSTDESC / CCL

DESC Core Cosmology Library: cosmology routines with validated numerical accuracy
BSD 3-Clause "New" or "Revised" License
145 stars 68 forks source link

SSC for g-g lensing and galaxy clustering using DarkEmulator #1079

Closed RyoTerasawa closed 11 months ago

RyoTerasawa commented 1 year ago

I implemented the functions to calculate galaxy-matter and galaxy-auto power spectrum responses to the super-survey modes, which are responsible for super sample covariance. The halo statistics (halo-matter/halo-auto power spectrum, mass function) are calculated by DarkEmulator. We approximate the halo-matter/halo-auto power spectrum growth response to super-survey modes by its growth response to the Hubble parameter, which is calculated using DarkEmulator. Changes are mostly in darkemulator.py, which I created. In darkemulator.py, the main functions are

RyoTerasawa commented 11 months ago

The changes in this PR is now included in https://github.com/LSSTDESC/CCL/pull/1134