ITensor / ITensorNetworks.jl

A package with general tools for working with higher-dimensional tensor networks based on ITensor.
MIT License
51 stars 12 forks source link

Refactor and generalize tensor network constructors #155

Closed mtfishman closed 2 months ago

mtfishman commented 3 months ago

Simplify the code logic for tensor network constructors, and additionally add flexibility in defining product states (for example, now you can define them through dictionaries from vertices to the desired state on that vertex).

TODO:

@b-kloss