I encountered an issue in the mps.jl file on line 899, where the code reads:
Li21 *= prime(dag(si[pL21]), !sᵢ)
It appears that the variable si is used, but based on the context, I believe it should actually be psi. This leads to problems when calling the correlation_matrix function with different operators and assigning specific sites.