Skip to content
Snippets Groups Projects
Code owners
README.md 4.83 KiB

Python module for binary_c

Docstring coverage: docstring coverage Test coverage: test coverage

Binary population synthesis code that interfaces with binary_c. Based on a original work by Jeff Andrews. Updated and extended for Python3 by David Hendriks, Robert Izzard.

The current release is version version, make sure to use that version number when installing!

Requirements

To run this code you need to at least have installations of:

  • Python 3.6 or higher
  • binary_c version 2.1.7 or higher

And the following python packages (which will get installed automatically when installing with pip):

  • numpy
  • pytest
  • h5py
  • pathos
  • pandas
  • astropy
  • matplotlib
  • py_rinterpolate

Environment variables