Hi,
Given the following (mixed) sites (2 spin + 2N bosons):
using ITensors
sites = append!(siteinds("S=1/2",2), siteinds("Boson", N * 2 ; dim=d)
I’d like to construct the following MPS:
|\Psi\rangle = \left(|00\rangle + |11\rangle\right)\otimes \left(|00\rangle + |11\rangle +\cdots |d-1,d-1\rangle\right)\otimes\cdots\otimes \left(|00\rangle + |11\rangle +\cdots |d-1,d-1\rangle\right).
I am wondering what is the best way to do this in iTensor.
A little bit background: the vector |\Psi\rangle is the left vector used in third quantization, the inner product of which is equivalent to taking trace in the operator space.