A naive MPS problem of idmrg

Hi,ITensor

I have confirmed that I need to use infinite dmrg.Because idmrg is simpler than vumps, I have studied the relevant parts of the ITensor idmrg c++ version, and now I understand some of the principles, and will continue to learn it. However, I still have a naive question related to the code.

I am using the example in idmrg/sample/run.cc, I found that after executing idmrg, try to output

Print(psi) and Print(psi(0))

I found the ord of site in psi =3, but when output psi(0) alone ,ord=2, which confuses me a lot.

If this is the result of the principle based on idmrg, please forgive me for only learning part of it for the time being. Many thanks to all ITensor developers, thank you for your dedication!