Skip to content

Conversation

@weinbe58
Copy link
Member

@weinbe58 weinbe58 commented Dec 5, 2025

closes #652

I need this to be back ported to support integration inside bloqade-lanes.

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
10526 9265 88% 0% 🟢

New Files

File Coverage Status
src/bloqade/gemini/rewrite/_init_.py 100% 🟢
src/bloqade/gemini/rewrite/initialize.py 100% 🟢
TOTAL 100% 🟢

Modified Files

File Coverage Status
src/bloqade/gemini/dialects/logical/_interface.py 100% 🟢
src/bloqade/gemini/dialects/logical/stmts.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 8e3415f by action🐍

@weinbe58 weinbe58 requested a review from david-pl December 5, 2025 20:14
Copy link
Collaborator

@david-pl david-pl left a comment

Choose a reason for hiding this comment

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

Looks good! Would it make sense to compose a pass that combines the rewrite of non-Clifford to U3 and this rewrite rule here or are you gonna do that in bloqade-lanes?

@weinbe58
Copy link
Member Author

weinbe58 commented Dec 5, 2025

Looks good! Would it make sense to compose a pass that combines the rewrite of non-Clifford to U3 and this rewrite rule here or are you gonna do that in bloqade-lanes?

I think illl do that in lanes

@weinbe58 weinbe58 merged commit c2a6a32 into main Dec 7, 2025
11 of 12 checks passed
@weinbe58 weinbe58 deleted the phil/initialization-statement branch December 7, 2025 20:18
david-pl pushed a commit that referenced this pull request Dec 9, 2025
closes #652 

I need this to be back ported to support integration inside
bloqade-lanes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define Initialize statement and rewrite All U3 gates in valid program to Initialize statements.

3 participants