Skip to content

Commit

Permalink
Don't want time-reversed waveforms!
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Nov 28, 2024
1 parent 5de37e4 commit c21f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/waveform/spa_tmplt_cupy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
__sincosf(phasing, &psin, &pcos);
htilde.real(pcos * amp2);
htilde.imag(psin * amp2);
htilde.imag(-psin * amp2);
""").render(TWOPI=lal.TWOPI, PI_4=lal.PI_4, LN4=2*lal.LN2)


Expand Down

0 comments on commit c21f57a

Please sign in to comment.