You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came across this while discussing with Jannes.
This is a numba error because it core-dumps and disabling numba makes it work, but maybe we can find a workaround.
This works
NUMBA_DISABLE_JIT=1python-c'import netket as nk; nk.hilbert.Fock(3)*nk.hilbert.Spin(0.5, 2, total_sz=0.0)'
Came across this while discussing with Jannes.
This is a numba error because it core-dumps and disabling numba makes it work, but maybe we can find a workaround.
This works
This crashes with no info
The text was updated successfully, but these errors were encountered: