Skip to content

Commit 2d5b13f

Browse files
committed
use only wignerd_doublearg_sign in amplitude
1 parent 219a406 commit 2d5b13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decay_channel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function amplitude(dc::DecayChain, σs, two_λs; refζs=(1, 2, 3, 1))
158158
wignerd_doublearg_sign(two_js[4], two_λs[4], two_λs′[4], cosζ0, ispositive(w0)) *
159159
#
160160
amplitude(HRk, two_λs′[4] + two_λs′[k], two_λs′[k]) * phase(two_js[k] - two_λs′[k]) * # particle-2 convention
161-
sqrt(two_s * T1 + 1) * wignerd_doublearg(two_s, two_λs′[4] + two_λs′[k], two_λs′[i] - two_λs′[j], cosθ) *
161+
sqrt(two_s * T1 + 1) * wignerd_doublearg_sign(two_s, two_λs′[4] + two_λs′[k], two_λs′[i] - two_λs′[j], cosθ, true) *
162162
amplitude(Hij, two_λs′[i], two_λs′[j]) * phase(two_js[j] - two_λs′[j]) * # particle-2 convention
163163
#
164164
wignerd_doublearg_sign(two_js[i], two_λs′[i], two_λs[i], cosζi, ispositive(wi)) *

0 commit comments

Comments
 (0)