-
David Hendriks authoredDavid Hendriks authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 5.02 KiB
Python module for binary_c
Docstring coverage:
Test coverage:
Binary population synthesis code that interfaces with binary_c. Based on a original work by Jeff Andrews (can be found in old_solution/ directory). Updated and extended for Python3 by David Hendriks, Robert Izzard.
The current release is version 0.4, 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