-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update plugin to natively support Ugate, Pgate, and SXgate #113
Comments
Hey! Is this issue still open? The |
Hi @charmerDark, having a look at the Qiskit device's supported operations,
it appears that SX is not yet listed. Further, ex.PhaseGate and ex.U3Gate currently in used by the plugin might be deprecated by Qiskit and could be in need of an update!
So I would say that this issue is still valid, yes. |
I'm sorry..I meant now that |
Ah I see, yes definitely @charmerDark! |
The
Ugate
is the new Qiskit label for theU3gate
The
Pgate
corresponds to the PennyLanePhaseShift
operationThe
SXgate
(sqrtX gate) is new, and currently does not have a PennyLane native equivalent.Qiskit has deprecated the
[u1, u2, u3]
basis in favour of the new[p, sx]
basis.Once the above gates are natively available in PennyLane, we should update the plugin to use the newly available gates.
The text was updated successfully, but these errors were encountered: