ITensor/ITensorNetworks.jl

Improvements to `make_region`

Opened this issue · 1 comments

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:

  1. Generalize it to n-site updates.
  2. Think about how we might improve the design of how the reverse step of TDVP is incorporated.
  1. Split the make_region function (in tree_sweeping.jl) into separate functions, perhaps distinguished by different Val like arguments.