MariaSapova

Results 5 comments of MariaSapova

@ikkoham Hello! Aer for statevector simulator provides the same results as BasicAer and they are equal to exact diagonalization results. But still there is some problem with qasm.

Hello @yaelbh! I use `include_custom = True` with qasm simulator. Still excited state energies deviate greatly. ![image](https://user-images.githubusercontent.com/71624472/100737982-fe2fb980-33e5-11eb-9548-8ca5fb9b5efb.png) And also there is some obvious error in matrix element calculations. ![image](https://user-images.githubusercontent.com/71624472/100738109-2fa88500-33e6-11eb-8c14-dd516d840b16.png)

Hello @paulineollitrault ! Could you please provide any insights on how to deal with this inconsistence in qasm results?

@paulineollitrault as far as I can see this commit fixes the normalization of the matrix elements, but what about differences in q_0_0, q_1_1, q_2_2 values? I guess the energies differ...

@woodsp-ibm @paulineollitrault Hello! I actually already opened another issue which is more general Qiskit/qiskit-aqua#1510. I found out that evaluate_operators() in GroundStateEigensolvers produces incorrect expectation values when using qasm. With rewriting...