Closed mersennez closed 4 years ago
w3j(l,1,l+1,0,0,0) = 0; in sympy value is not zero (which is correct)
py3nj.wigner3j requires integer arguments multiplied by 2.
If you want to copute w3j(l,1,l+1,0,0,0), you need py3nj.wigner3j(2*l, 2, 2*l + 2, 0, 0, 0).
py3nj.wigner3j(2*l, 2, 2*l + 2, 0, 0, 0)
Ok, thanks!
w3j(l,1,l+1,0,0,0) = 0; in sympy value is not zero (which is correct)