I am new to itensor and would like to use it for my problem but got stuck in how to write an efficient code. I want to time evolve a mixed state using a Hamiltonian and then measure some local observables. I have two questions:
-
Is there a way to apply TDVP for density matrix? Are there some examples?
-
For local observable O expectation value, I was using
inner(rho, O)where O is constructed as a MPO. It seemed to me this is not efficient, since O only acts on one or two sites while the MPO is constructed on all sites. Is there a more efficient way of doing this?