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
This introduces a different global phase than the sx gate exposed to python (or described in qiskit documentation), for example. It's not a big issue, but I think it should have the same definition.
Steps to reproduce the problem
Compare results obtained with the normal qiskit sx gate and those obtained with using the aer runtime 'aer_apply_sx'.
Informations
0.13.0 - from VERSION.txt
3.11.4
Windows 11
What is the current behavior?
Currently it's implemented with an rx operation like this:
This introduces a different global phase than the sx gate exposed to python (or described in qiskit documentation), for example. It's not a big issue, but I think it should have the same definition.
Steps to reproduce the problem
Compare results obtained with the normal qiskit sx gate and those obtained with using the aer runtime 'aer_apply_sx'.
What is the expected behavior?
Identical results.
Suggested solutions
Replace implementation with:
I'll make a pull request for this soon.
The text was updated successfully, but these errors were encountered: