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

✨ Add Assertion Refinement tools to MQT Debugger #35

Merged
merged 35 commits into from
Dec 5, 2024
Merged

Conversation

DRovara
Copy link
Collaborator

@DRovara DRovara commented Nov 20, 2024

Description

This pull request adds all assertion refinement features discussed in the new assertion refinement paper to the
MQT Debugger.

This includes:

  • Moving Assertions:
    • Defines a set of commutation rules that allow assertions to be moved
  • Creating Assertions:
    • Uses interaction graph methods to add new entanglement assertions
    • Splits larger entanglement and equality assertions into smaller ones

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

DRovara and others added 28 commits October 10, 2024 14:17
…rtions

This has to be allowed, otherwise one stuck assertion would block all others. Later on, some changes should be made to ensure the sorting remains stable
@DRovara DRovara linked an issue Nov 20, 2024 that may be closed by this pull request
@DRovara DRovara self-assigned this Nov 20, 2024
@DRovara DRovara added enhancement New feature or request c++ labels Nov 20, 2024
@DRovara DRovara merged commit 86627d5 into main Dec 5, 2024
25 checks passed
@DRovara DRovara deleted the assertion-tools branch December 5, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Classically Controlled Gates cause Issues
1 participant