diff --git a/ho_basis.jl b/ho_basis.jl index b105fa7..c6c4928 100644 --- a/ho_basis.jl +++ b/ho_basis.jl @@ -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