No precalculation of 6j symbols
This commit is contained in:
parent
d137a4bc8d
commit
56f1b9f68d
|
|
@ -91,7 +91,7 @@ function Moshinsky_transform(Es, n1s, l1s, n2s, l2s, Λ)
|
|||
|
||||
dtri = NuclearToolkit.prep_dtri(l_max + 1);
|
||||
dcgm0 = NuclearToolkit.prep_dcgm0(l_max);
|
||||
d6j = NuclearToolkit.prep_d6j_int(E_max, j_max, to);
|
||||
d6j = nothing # NuclearToolkit.prep_d6j_int(E_max, j_max, to);
|
||||
|
||||
mat = spzeros(length(Es), length(Es))
|
||||
s = hcat(Es, n1s, l1s, n2s, l2s)
|
||||
|
|
|
|||
Loading…
Reference in New Issue