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
This would be great! Would it be useful to simple time-evolution of the Schrödinger equation in 2D? With H = p²/2m +V(r), linear case.
Currently I solve this with Chebyshev expansion of the time-evolution operator and to avoid large matrices I use FFT to represent the momentum operators. But even after optimizations, it is still a costly numerical task.
Do you expect that NNs would reduce the computational cost here as well?
No description provided.
The text was updated successfully, but these errors were encountered: