qiskit-algorithms
qiskit-algorithms copied to clipboard
real time evolution statevector at each step
What should we add?
https://qiskit-community.github.io/qiskit-algorithms/tutorials/13_trotterQRTE.html
I refer to the above tutorial on "real time evolution using trotterization". At the end of this tutorial, the magnetization evolution plot is done by using exact_evolution statevectors. Can this be done without the exact evolution, since the point of the tutorial is to show the real time evolution? In other words, in the function "trotter.evolve(problem)", can we get the statevector at each time step so as to evaluate expectation values?