From 7ff7e9c30a7031e29081e0fd830f5e4aae8cfac1 Mon Sep 17 00:00:00 2001 From: Yifan Wang <yifan.wang@aei.mpg.de> Date: Thu, 5 Aug 2021 07:13:40 +0000 Subject: [PATCH] fix the Amu problem --> amu --- IMRPhenomTPHMParity/parity_TPHM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMRPhenomTPHMParity/parity_TPHM.py b/IMRPhenomTPHMParity/parity_TPHM.py index d2431ed..009bb1e 100644 --- a/IMRPhenomTPHMParity/parity_TPHM.py +++ b/IMRPhenomTPHMParity/parity_TPHM.py @@ -6,7 +6,7 @@ def gen(**kwds): kwds.pop("approximant") hp, hc = get_fd_waveform(approximant="IMRPhenomTPHM", **kwds) - temp = kwds['parity_Amu'] / 1e9 / lal.QE_SI * lal.H_SI * lal.PI * lal.PI / lal.H0_SI + temp = kwds['parity_amu'] / 1e9 / lal.QE_SI * lal.H_SI * lal.PI * lal.PI / lal.H0_SI hp_parity = hp + hc * temp * hp.sample_frequencies **2 hc_parity = hc - hp * temp * hp.sample_frequencies **2 -- GitLab