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

[WIP] Add 2q fractional gates to the ConsolidateBlocks transpiler pass #13884

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ShellyGarion
Copy link
Member

Summary

With the introduction of new 2q-fractional gates, such as RZZGate as part of the QPU, we add them to the ConsolidateBlocks transpiler pass.
https://www.ibm.com/quantum/blog/fractional-gates

This PR should close #13428

Details and comments

Note that this PR may be eventually superseded by #13419

@ShellyGarion ShellyGarion added Changelog: Bugfix Include in the "Fixed" section of the changelog mod: transpiler Issues and PRs related to Transpiler labels Feb 19, 2025
@ShellyGarion ShellyGarion added this to the 2.0.0 milestone Feb 19, 2025
@ShellyGarion ShellyGarion self-assigned this Feb 19, 2025
@ShellyGarion ShellyGarion requested a review from a team as a code owner February 19, 2025 11:56
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the "Fixed" section of the changelog mod: transpiler Issues and PRs related to Transpiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize consecutive RZZ gates into a single RZZ gate
2 participants