Last year, a question was asked about conserved quantum numbers and calculation on GPU: Error with conserved quantum numbers and ITensorGPU
The answer was that this was not yet implemented then.
I am now running ITensors on the GPU (I’m not using ITensorGPU, but the newly implemented GPU backend for ITensors) and as soon as I include a conserved quantum number, the code does not work anymore. Is this feature still not implemented for GPU, or might the mistake come from something else?
If this is still not implemented, is there some way around this (while still running on GPU)? I have a Hamiltonian that conserves the electron number parity and I want to calculate the ground state energy in the case of even parity and the ground state energy in the case of odd parity.