Hi!
Is there any option to use multiple nodes for TEBD calculation (in Julia version)? I am not using the in-built TEBD function. I have an MPS & I multiply it with Trotter gates to do the time evolution.Now,gates are applied on even & odd sites alternatively.So, gates in each layer commute among themselves. I guess it is then possible to push the portions of a large MPS into different cluster nodes & apply the gates in a single layer in parallel instead of applying the gates in sequence from an array.
Unfortunately, I can’t find out a simple way to do that. This is not multi threading (which is already being done by Intel MKL/BLAS). I need to access multiple nodes . I looked at https://github.com/ITensor/ITensorParallel.jl & the tutorials. It seems like there is an implementation there but I couldn’t understand how to tune it for my purpose.
Thank you in advance for your kind support. I really appreciate the awesome work being done by the ITensor maintainers to provide us this awesome library.