You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am using pycbc to generate waveforms for giving BBH parameters with different approximations, but I found that the results produced by IMRPhenomXPHM and IMRPhenomD are quite different.
Hi there, I am using pycbc to generate waveforms for giving BBH parameters with different approximations, but I found that the results produced by IMRPhenomXPHM and IMRPhenomD are quite different.
when I use the following code:
hp1, _ = get_td_waveform(approximant="IMRPhenomXPHM",
mass1=30,
mass2=30,
spin1z=0.5,
spin2z=0.5,
spin1x = 0.,
spin2x = 0.,
delta_t=1.0/2048,
f_lower=20,
coa_phase = 0,
distance=600)
hp2, _ = get_td_waveform(approximant="IMRPhenomD",
mass1=30,
mass2=30,
spin1z=0.5,
spin2z=0.5,
spin1x = 0.,
spin2x = 0,
delta_t=1.0/2048,
f_lower=20,
coa_phase = 0,
distance=600)
the phase evolution of the two outputs do not match with each other. I have PyCBC 2.2.0 installed.
Could anyone help me to figure out the problem?
The text was updated successfully, but these errors were encountered: