Daniel Jaschke - 2021-03-20

Hi Casey,

for instance you can add an additional key 'QT' to the parameters dictionary with an integer, i.e., the number of quantum trajectories. Then, there is a bug in the MPO measurements and you'd have to replace them with site or correlation measurements. The z-compoment would be
myObservables.AddObservable('site', 'sigmaz', '<z>')
and in the post processing
mags.append(np.mean(results['<z>']</z>))</z>

The convergence flag is only available for statics and cannot be accessed in a result of a quench. I will see if I can get the MPO measurements working.

Best regards,

Daniel