You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the function plot_state_qsphere to inspect if the state that I was preparing with my quantum circuit was right, but what I saw it was the relative phase in the wrong state, like in the image attached to this comment. I took a look in the plot_state_qsphere function, and I saw that the class DensityMatrix is used, so I decided to check if the density matrix was correct and it was correct, then I think that must be a problem in the plot preparation.
Environment
What is happening?
I was using the function
plot_state_qsphere
to inspect if the state that I was preparing with my quantum circuit was right, but what I saw it was the relative phase in the wrong state, like in the image attached to this comment. I took a look in theplot_state_qsphere
function, and I saw that the classDensityMatrix
is used, so I decided to check if the density matrix was correct and it was correct, then I think that must be a problem in the plot preparation.How can we reproduce the issue?
What should happen?
The phase$e^{i\pi} = -1$ should appears on the state $\vert 11 \rangle$ .
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: