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
The function movesite and hence implementations of, e.g., apply, crash on GPU for number conserving fermionic systems. The following MWE reproduces the crash:
using CUDA
using ITensors, ITensorMPS
s =siteinds("Fermion", 20; conserve_nf=true)
dev = NDTensors.cu
psi =random_mps(s, repeat(["Occ"], length(s)))
movesite(dev(psi), 3=>5)
The function
movesite
and hence implementations of, e.g.,apply
, crash on GPU for number conserving fermionic systems. The following MWE reproduces the crash:The error message is
The text was updated successfully, but these errors were encountered: