NuclearToolkit.jl updated

This commit is contained in:
Nuwan Yapa 2024-03-06 10:38:00 -05:00
parent c08e469083
commit b32c21dd2f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function Moshinsky_transform(Es, n1s, l1s, n2s, l2s, Λ)
(Elhs, N, L, n, l) = s[i, :]
(Erhs, n1, l1, n2, l2) = s[j, :]
if Elhs == Erhs
mat[i, j] = NuclearToolkit.HObracket_d6j(N, L, n, l, n1, l1, n2, l2, Λ, 1.0, dtri, dcgm0, d6j, to)
mat[i, j] = NuclearToolkit.HObracket_d6j(N, L, n, l, n1, l1, n2, l2, Λ, 1.0, dtri, dcgm0, d6j)
end
end