ITensorInfiniteMPS.jl icon indicating copy to clipboard operation
ITensorInfiniteMPS.jl copied to clipboard

Define simpler `infsiteinds` that shifts the flux density to zero

Open mtfishman opened this issue 3 years ago • 0 comments

Define a function like:

infsiteinds(initstate, sitetype, nsites; kwargs...)

where initstate is a function defining a product state, for example:

initstate(n) = isodd(n) ? "↑" : "↓"

which we will use internally to determine the flux density (flux of the unit cell) and shift the quantum numbers accordingly.

mtfishman avatar Jun 14 '22 23:06 mtfishman