POSYDON-code/POSYDON

Secondary mass vs. mass ratio

開放

#565 建立於 2025年4月2日

 (0 則留言) (0 個反應) (0 位負責人)Python (35 個分叉)auto 404
discussenhancementgood first issue

倉庫指標

星標
 (42 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently, we have only the secondary mass (m2) specified for pop-syn. But for the first grid (HMS-HMS) we use the mass ratio (q). This causes values to be hard coded instead of being available to the user.

Following the discussions in PRs #271 and #302 we should get an update on the code to consider both m2 and q properly in an equal manner. This need updates in several parts of the code to work simultaneously together to both give the user all options (s)he wants and incorporates it in the structure of our grids.

So we should get rid of all the 0.5/m1 or 0.05*m1 throughout the code and have there the values inferred from the girds by PR #271 and extend them to have always both the q and m2 ranges available.

貢獻者指南