Skip to content

Implement simple no-cloning validation for flattened kernels#698

Merged
david-pl merged 2 commits intomainfrom
david/695-simple-nocloning-validation
Feb 4, 2026
Merged

Implement simple no-cloning validation for flattened kernels#698
david-pl merged 2 commits intomainfrom
david/695-simple-nocloning-validation

Conversation

@david-pl
Copy link
Collaborator

@david-pl david-pl commented Feb 3, 2026

Simplified version of #607 until we have a proper solution. This is enough to support gemini logical kernels for now.

Closes #695 .

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
10980 9690 88% 0% 🟢

New Files

File Coverage Status
src/bloqade/analysis/validation/simple_nocloning/init.py 100% 🟢
src/bloqade/analysis/validation/simple_nocloning/validation.py 100% 🟢
src/bloqade/squin/analysis/validation/simple_nocloning/init.py 100% 🟢
src/bloqade/squin/analysis/validation/simple_nocloning/impls.py 85% 🟢
TOTAL 96% 🟢

Modified Files

File Coverage Status
src/bloqade/gemini/analysis/logical_validation/analysis.py 97% 🟢
src/bloqade/gemini/dialects/logical/groups.py 100% 🟢
src/bloqade/squin/_init_.py 100% 🟢
TOTAL 99% 🟢

updated for commit: 6cfe6b6 by action🐍

@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

❌ Patch coverage is 90.07634% with 13 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...quin/analysis/validation/simple_nocloning/impls.py 84.52% 13 Missing ⚠️

📢 Thoughts on this report? Let us know!

Copy link
Member

@weinbe58 weinbe58 left a comment

Choose a reason for hiding this comment

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

LGTM

@david-pl david-pl merged commit 0427df3 into main Feb 4, 2026
11 of 12 checks passed
@david-pl david-pl deleted the david/695-simple-nocloning-validation branch February 4, 2026 12:12
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.

Simplified no-cloning validation for logical kernels

2 participants