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

Fix identity rebase #222

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Fix identity rebase #222

merged 5 commits into from
Feb 28, 2024

Conversation

edyounis
Copy link
Member

Fixes #217 by 1) passing synthesis epsilon to the rebasing passes in the standard compilation workflow and 2) detecting identity rebasing and handling it specially.

It seems like our standard numerical instantiation pipelines had particular difficulty solving for the identity in the specific CRY case listed in #217.

@edyounis edyounis requested a review from mtweiden February 13, 2024 17:55
Copy link
Contributor

@mtweiden mtweiden left a comment

Choose a reason for hiding this comment

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

LGTM. Maybe it's worth adding @jagandecapri's code in #217 as a test case.

@edyounis edyounis merged commit 80c072f into main Feb 28, 2024
5 of 17 checks passed
@edyounis edyounis deleted the fix-identity-rebase branch February 28, 2024 23:28
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.

Compilation seems to be stuck with multiple cry gates
2 participants