-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add remaining standard gates to rust representation #12566
Comments
This commit adds the rust representation of the U1Gate, U2Gate, and U3Gate to the `StandardGates` enum in rust. Part of Qiskit#12566
This commit adds the rust representation of the U1Gate, U2Gate, and U3Gate to the `StandardGates` enum in rust. Part of Qiskit#12566
EDIT: All done now.
|
This commit adds the rust representation of the U1Gate, U2Gate, and U3Gate to the `StandardGates` enum in rust. Part of Qiskit#12566
* Add rust representation for the u1, u2, and u3 gates This commit adds the rust representation of the U1Gate, U2Gate, and U3Gate to the `StandardGates` enum in rust. Part of #12566 * Update crates/circuit/src/imports.rs Co-authored-by: Elena Peña Tapia <[email protected]> * Fix test failures * Fix pylint pedantry --------- Co-authored-by: Elena Peña Tapia <[email protected]>
Is MSGate here by accident? |
I just copied this from the list in the python code. We can skip |
* Add rust representation for the u1, u2, and u3 gates This commit adds the rust representation of the U1Gate, U2Gate, and U3Gate to the `StandardGates` enum in rust. Part of Qiskit#12566 * Update crates/circuit/src/imports.rs Co-authored-by: Elena Peña Tapia <[email protected]> * Fix test failures * Fix pylint pedantry --------- Co-authored-by: Elena Peña Tapia <[email protected]>
What should we add?
After #12459 has merged there is now a native rust representation of the standard gate library. However, due to the size of #12459 not all gates were added to this rust representation. This issue tracks the migration of the remaining gates so that we have the complete standard gate library in rust. The remaining gates are:
Tasks
The text was updated successfully, but these errors were encountered: