aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/cosmology.py
Commit message (Collapse)AuthorAgeFilesLines
* cosmology.py: Optimize the speed of overdensity_crit()Aaron LI2017-06-011-2/+11
|
* Update to use custom units.py instead of astropy'sAaron LI2017-06-011-11/+9
| | | | Also fix a parameter error in "formation.py"
* cosmology.py: Greatly optimize the speed!Aaron LI2017-06-011-26/+57
|
* cosmology.py: Only support flat ΛCDM cosmological modelAaron LI2017-06-011-93/+25
|
* cosmology.py: Change name to "Cosmology"; Add "age0" and "Ob0"Aaron LI2017-06-011-3/+18
|
* Add clusters/cosmology.py with common cosmological modelsAaron LI2017-06-011-0/+230
Mainly the "flat LambdaCDM" and "EdS" cosmological models. With some useful utility functions.