Skip to content

Commit bd967cb

Browse files
committed
fix simplify for Moshinsky
1 parent bf69e7b commit bd967cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WignerSymbols.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ function _Moshinsky(N::Int, L::Int, n::Int, l::Int, n1::Int, l1::Int, n2::Int, l
608608
end
609609
end
610610
end
611-
simplify4!(tx, sum.num, sum.den, Snu, Sde, max+ 2, max(l1 + l2, L + l) + Λ + 1))
611+
simplify4!(tx, sum.num, sum.den, Snu, Sde, max+ 2, max(l1 + l2, L + l) + Λ + 1, numD + denD))
612612
return SqrtRational(sum, Base.unsafe_rational(Snu, Sde))
613613
end
614614

0 commit comments

Comments
 (0)