[from qiskit] Inconsistency of TimeEvolutionResult.observables
#59
Labels
bug
Something isn't working
TimeEvolutionResult.observables
#59
Environment
What is happening?
As noticed in Qiskit/qiskit#8271 (comment), the value of
TimeEvolutionResult.observables
differs for the different available implementations.How can we reproduce the issue?
Here's a snippet for comparison
which prints
What should happen?
The result types should be consistent. I think from a user perspective, the most convenient would be to capture the expectation values of a single observable over all timesteps in an array, which would allow computing averages or plotting very easily. For example, the format of the
SciPyEvolver
s seems like a good idea:Any suggestions?
No response
The text was updated successfully, but these errors were encountered: