Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepchatterjeeligo committed Dec 15, 2023
1 parent 0e227af commit 7bfabea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml4gw/waveforms/taylorf2.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def taylorf2_phase(
- eta * eta * eta * 127.825 / 1.296
+ pfa_v6logv * torch.log(torch.tensor(4.0))
)
# SO + S1-S2 + S-squared contribution at 3 PM
# SO + S1-S2 + S-squared contribution at 3 PN
pfa_v6 += (
PI * m1byM * (1490.0 / 3.0 + m1byM * 260.0) * chi1
+ PI * m2byM * (1490.0 / 3.0 + m2byM * 260.0) * chi2
Expand Down

0 comments on commit 7bfabea

Please sign in to comment.