Skip to content

Commit

Permalink
Update host_relations.py
Browse files Browse the repository at this point in the history
Added comment about negative slope evolution
  • Loading branch information
CayenneMatt authored Jul 19, 2024
1 parent a139ae6 commit 1480213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holodeck/host_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ class MMBulge_Redshift(MMBulge_Standard):
that depends on redshift. ``zplaw_amp=0``, ``zplaw_slope=0`` (default) is identical to MMBulge_Standard.
``mamp = mamp0 * (1 + z)**zplaw_amp``.
``mplaw = mplaw0 * (1 + z)**zplaw_slope``.
Amplitude evolution can be positive, negative, or zero.
Slope evolution can be positive or zero only for the time being.
TODO: make sure all of the inherited methods from `MMBulge_Standard` are appropriate for
redshift dependencies!! In particular, check `dmstar_dmbh`
Expand Down

0 comments on commit 1480213

Please sign in to comment.