Hi all,
I have a quick question. How do I store a local operator acting on MPS in Julia version?
In C++, I used the following form :
"psi.position(m);
auto psiy=noPrime(psi(m)*op(sites,"Sy",m));
psi.set(m,psiy); "
psi.set(m,psiy) : stores value of local Sy operator in original MPS psi. How do I store it in Julia?
Also, is there any way that I can orthogonalize two or more in MPS and apply two or more local operators simultaneously. I tried "orthogonalize!(psi,j,k)" in Julia but I failed. Is there any way to access this property or modify as it may speed up to find correlation function?
Best,
Ajit