Metadata-Version: 2.1
Name: cosmic-popsynth
Version: 2.0.0
Summary: Compact Object Synthesis and Monte Carlo Investigation Code
Home-page: https://github.com/COSMIC-PopSynth/COSMIC
Author: Katie Breivik
Author-email: katie.breivik@gmail.com
License: GPLv3
Description: # COSMIC
        cosmic (Compact Object Synthesis and Monte Carlo Investigation Code)
        
        cosmic is a rapid binary population synthesis suite with a special purpose of generating realistic Milky Way compact binary populations. cosmic can also be used to evolve binaries with BSE in a python environment.
        
        cosmic currently implements binary evolutionary processes using BSE (Hurley+2002). Several modifications have been applied to BSE to account for recent updates to binary evolution especially important to compact binary formation (e.g. metallicity-dependent stellar winds or black hole natal kick strengths). For a detailed discussion of these modifications, see Breivik+2018 in prep.
        
        <https://cosmic-popsynth.github.io/>
        
        # Installation
        
        The easiest method to install cosmic is using pip directly:
        
        ```
        pip install cosmic-popsynth
        ```
        
        [![Build Status](https://travis-ci.org/COSMIC-PopSynth/COSMIC.svg?branch=develop)](https://travis-ci.org/COSMIC-PopSynth/COSMIC)
        
        [![Coverage Status](https://coveralls.io/repos/github/COSMIC-PopSynth/COSMIC/badge.svg?branch=develop)](https://coveralls.io/github/COSMIC-PopSynth/COSMIC?branch=develop)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Provides: cosmic
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Provides-Extra: doc
