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

✨ Gate Extensions and better QASM parser #268

Merged
merged 10 commits into from
Mar 19, 2023
Merged

✨ Gate Extensions and better QASM parser #268

merged 10 commits into from
Mar 19, 2023

Commits on Mar 18, 2023

  1. 🩹 temporary fix for removed string -> opType method

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b9edb6e View commit details
    Browse the repository at this point in the history
  2. 🩹 fix gate construction

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e140286 View commit details
    Browse the repository at this point in the history
  3. ✨ add new gate support to Clifford Tableau simulation

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    99c20e7 View commit details
    Browse the repository at this point in the history
  4. ✅ add new gates to test

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    f5aa64c View commit details
    Browse the repository at this point in the history
  5. ⬆️ update QFR version

    adds new gate support and better QASM parser
    
    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b7b4482 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. 🩹 provide input and output stream support for Encoding and `Command…

    …erGrouping`
    
    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    71336b4 View commit details
    Browse the repository at this point in the history
  2. ⬆️ update QFR with global phase fix

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    84a92d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eeabd6 View commit details
    Browse the repository at this point in the history
  4. ⬆️ update QFR with string to OpType conversion

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    261c058 View commit details
    Browse the repository at this point in the history
  5. ⏪ revert string to OpType conversion workaround

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