Metadata-Version: 2.1
Name: commah
Version: 0.3
Summary: Get conc - mass or accretion history for any cosmology
Home-page: https://github.com/astroduff/commah
Author: Alan Duffy
Author-email: mail@alanrduffy.com
License: BSD
Download-URL: https://github.com/astroduff/commah/tarball/0.3
Keywords: commah,cosmology,astronomy,NFW,concentration,accretion
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Requires-Dist: numpy (>=1.4)
Requires-Dist: scipy (>=0.13)
Requires-Dist: cosmolopy (>=0.4)

===============================
commah
===============================

.. image:: https://badge.fury.io/py/commah.png
    :target: http://badge.fury.io/py/commah

.. image:: https://travis-ci.org/astroduff/commah.png?branch=master
        :target: https://travis-ci.org/astroduff/commah

.. image:: https://pypip.in/d/commah/badge.png
        :target: https://pypi.python.org/pypi/commah


Find concentration - mass relation MAH for any cosmology

* Free software: BSD license
* Documentation: https://commah.readthedocs.org.

Features
--------

* Find the NFW concentration and accretion rate for halo of a given mass at any redshift

* For a given halo mass and redshift can go to higher redshifts to create accretion and profile history

* Several common cosmologies provided but user can give dict of any flat cosmology

* Uses the methodology from Correa et al (2015a,b,c) 




History
-------

0.2.0 (2015-02-02)
---------------------

* Major usability mods


0.1.0 (2015-01-30)
---------------------

* First release on PyPI.



