halomod.concentration.Bullock01

class halomod.concentration.Bullock01(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: CMRelation

Concentration-Mass relation of Bullock et al.(2001) [1].

See documentation for Bias for information on input parameters. This model has two model parameters.

Notes

The form of the concentration is

\[c_{\rm vir} = K a/a_c = K (1+z_c)/(1+z)\]

The detailed description of the model can be found in [1].

Parameters:
  • F (float) – Default value is F=0.01 and K=0.34

  • K (float) – Default value is F=0.01 and K=0.34

  • norm (float) – Additional normalisation, default is norm=1.0

References

[1] (1,2)

Bullock, J.S. et al., “ Profiles of dark haloes: evolution, scatter and environment “, https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..347M.

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>,)
zc(m, z=0)[source]