You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I encountered an issue in the mps.jl file on line 899, where the code reads:
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.
The text was updated successfully, but these errors were encountered: