Skip to content
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

Merged
merged 4 commits into from
Jul 14, 2022
Merged

QASM for MatrixGate #5731

merged 4 commits into from
Jul 14, 2022

Conversation

dabacon
Copy link
Collaborator

@dabacon dabacon commented Jul 12, 2022

Fixes #5693

@dabacon dabacon requested review from a team, vtomole and cduck as code owners July 12, 2022 05:10
@CirqBot CirqBot added the size: S 10< lines changed <50 label Jul 12, 2022
@@ -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];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaelBroughton MichaelBroughton added automerge Tells CirqBot to sync and merge this PR. (If it's running.) labels Jul 14, 2022
@CirqBot CirqBot added the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Jul 14, 2022
@CirqBot
Copy link
Collaborator

CirqBot commented Jul 14, 2022

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']

@CirqBot CirqBot removed automerge Tells CirqBot to sync and merge this PR. (If it's running.) front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. labels Jul 14, 2022
@dabacon dabacon merged commit 2583037 into quantumlib:master Jul 14, 2022
rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Qasm output decomposes single qubit MatrixGate into multiple operations instead of one u3 operation
4 participants