ITensorNetworks.jl
ITensorNetworks.jl copied to clipboard
Improvements to `make_region`
make_region is introduced in #77 to make a region of sites that will be updated in an alternating update/sweeping algorithm. This issue is to track potential improvements, for example:
- Generalize it to n-site updates.
- Think about how we might improve the design of how the reverse step of TDVP is incorporated.
- Split the
make_regionfunction (in tree_sweeping.jl) into separate functions, perhaps distinguished by differentVallike arguments.