Hi,
Trying out one of the examples to create a Hamiltonian on an infinite chain:
using MPSKit, MPSKitModels, TensorKit
H = @mpoham sum(σᶻᶻ{i, i+1} + h * σˣ{i} for i in -Inf:Inf)
yields ERROR: InexactError: trunc(Int64, Inf). Tried replacing Inf with ∞ but it is not recognized.
Am I missing a certain package or something?
I have Julia 1.10