spherical icon indicating copy to clipboard operation
spherical copied to clipboard

Half-Integer spins

Open mikelmartinb opened this issue 1 year ago • 1 comments

The code states that Clebsch-Gordan coefficients and Wigner 3j-symbols with half integer entries are sacrificed for the sake of being able to use numba. Would the recursion relations still work if half-integers were used? (disabling numba, of course)

Thanks

mikelmartinb avatar Dec 30 '24 10:12 mikelmartinb

Without the support of half-integer entries, this code is really much less useful in quantum mechanics. But calculating things with half-integer entries seems not the meaning of this project as there are already lots of ready-made packages supporting such occasions.

CataGuo avatar Mar 21 '25 14:03 CataGuo