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

🔥 Remove Snapshot and ShowProbabilities instructions from MQT Core #393

Merged
merged 2 commits into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. 🔥Remove Snapshot and ShowProbabilities instructions from MQT Core

    Removed the parsing and creation of Snapshot and ShowProbabilities instructions from QASMParser and NonUnitaryOperations due to their irrelevance within MQT Core. This eliminates unnecessary error checking and streamlining the codebase. NonUnitaryOperation no longer needs to account for Snapshot and ShowProbabilities, simplifying its logic. The operations were also removed from related files and tests to maintain consistency.
    
    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fd04d41 View commit details
    Browse the repository at this point in the history
  2. 🩹 remove redundant error message

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    84efd9e View commit details
    Browse the repository at this point in the history