halomod.concentration.Ludlow16¶
- class halomod.concentration.Ludlow16(cosmo: Cosmology = <hmf.cosmology.cosmo.Cosmology object>, filter0: BaseFilter | None = None, growth: GrowthFactor | None = None, delta_c: float = 1.686, profile: Profile | None = None, mdef: BaseMassDefinition | None = None, sigma_8: float = 0.8, ns: float = 1.0, **model_parameters)[source]¶
Bases:
CMRelationAnalytical Concentration-Mass relation of Ludlow et al.(2016) [1].
See documentation for
Biasfor information on input parameters. This model has two model parameters.Notes
Note
The form of the concentration is described by eq(6) and eq(7) in [1].
- Parameters:
f (float) – Default value is
f=0.02andC=650C (float) – Default value is
f=0.02andC=650norm (float) – Additional normalisation, default is
norm=1.0
References
[1] (1,2)Ludlow, A. D. et al., “The mass-concentration-redshift relation of cold and warm dark matter haloes “, https://ui.adsabs.harvard.edu/abs/2016MNRAS.460.1214L.
- cm(m, z=0)[source]¶
Return concentration parameter for mass m at z.
- Parameters:
z (float) – Redshift. Must not be an array.
m (float) – Halo Mass.
- classmethod get_models() dict[str, type]¶
Get a dictionary of all implemented models for this component.
- mass_nonlinear(z)¶
Return the nonlinear mass at z.
- Parameters:
z (float) – Redshift. Must not be an array.
- native_mdefs = (<hmf.halos.mass_definitions.SOCritical object>,)¶