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] Added loop boundary optimization pass #1476

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

sengthai
Copy link
Contributor

@sengthai sengthai commented Jan 20, 2025

Context:
Added new loop boundary optimization pass which aim to reduce the quantum gates where in the edges inside the loop.

Todo:

  • Able to optimize hermitian gates
  • Able to optimize rotation gates
  • Able to optimize Multi-qubit gates
  • Able to support register (adds an extra indirection through the extract/insert operations)

Description of the Change:
[...]

Benefits:
[...]

Possible Drawbacks:
[...]

Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md on your branch with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants