-
Notifications
You must be signed in to change notification settings - Fork 1k
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
QASM for MatrixGate #5731
QASM for MatrixGate #5731
Conversation
@@ -403,6 +404,7 @@ def filter_unpredictable_numbers(text): | |||
rz(pi*1.0) q[0]; | |||
rz(pi*0.5) q[0]; | |||
rz(pi*0.25) q[0]; | |||
u3(pi*1.5,pi*1.0,pi*0.25) q[0]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. Checked against https://qiskit.org/documentation/stubs/qiskit.circuit.library.U3Gate.html
Automerge cancelled: A required status check is not present. Missing statuses: ['Misc check', 'Pytest Ubuntu (3.7)', 'Pytest Ubuntu (3.8)', 'Pytest Ubuntu (3.9)', 'Pytest Windows (3.7)', 'Pytest Windows (3.8)', 'Pytest Windows (3.9)', 'Typescript lint check', 'Typescript tests', 'Typescript tests coverage'] |
Fixes #5693