real(dl)
As(lut, cosm)
Halo concentration pre-factor from Bullock et al. (2001) relation
HM_tables intent(in) :: lut
HM_cosmology intent(in) :: cosm
real(dl)
delta_c(z, cosm, lut)
Function for the linear collapse density
real(dl) intent(in) :: z
HM_cosmology intent(in) :: cosm
HM_tables intent(in) :: lut
real(dl)
Delta_v(z, cosm, lut)
Function for the virialised overdensity
real(dl) intent(in) :: z
HM_cosmology intent(in) :: cosm
HM_tables intent(in) :: lut
real(dl)
eta(cosm, lut)
Function eta that puffs halo profiles
HM_cosmology intent(in) :: cosm
HM_tables intent(in) :: lut
real(dl)
fdamp(lut)
Linear power damping function from Mead et al. (2015; arXiv 1505.07833)
HM_tables intent(in) :: lut
real(dl)
kstar(lut)
Function k* that cuts off the 1-halo term at large scales
HM_tables intent(in) :: lut
real(dl)
p_1h(k, lut, cosm)
Calculates the 1-halo term
real(dl) intent(in) :: k
HM_tables intent(in) :: lut
HM_cosmology intent(in) :: cosm
real(dl)
p_2h(k, plin, lut, cosm)
Calculates the 2-halo term
real(dl) intent(in) :: k
real(dl) intent(in) :: plin
HM_tables intent(in) :: lut
HM_cosmology intent(in) :: cosm
character(len=:) allocatable
PythonClass()