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

Support any two qubit gates #235

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    c845d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d526398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b1b20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7002c93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03f4214 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    5f49023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8648a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    6d33c87 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    3b05b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b38085 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    e7127dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dfbb94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4016c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3929c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91b7969 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    219eda2 View commit details
    Browse the repository at this point in the history
  2. 🩹 fix Python typing

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2bd795e View commit details
    Browse the repository at this point in the history
  3. 🩹 silence an external Qiskit warning from the tests

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    88a82ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90764c3 View commit details
    Browse the repository at this point in the history
  5. ♻️ restructure tests

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

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    e71fb87 View commit details
    Browse the repository at this point in the history
  2. Update include/Mapper.hpp

    burgholzer authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    45deaab View commit details
    Browse the repository at this point in the history
  3. 🚨 some const

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    e43c357 View commit details
    Browse the repository at this point in the history
  4. 🚚 rename insertFlippedGate method

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    3c982bc View commit details
    Browse the repository at this point in the history
  5. ♻️ refactor condition to simplify code

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    80609be View commit details
    Browse the repository at this point in the history
  6. ⚡ add missing conditional skip statement

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    44d81c8 View commit details
    Browse the repository at this point in the history
  7. 🚸 add additional sanity check

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    31e73b3 View commit details
    Browse the repository at this point in the history
  8. 🚸 add const version of the mapped circuit getter

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a33e1d1 View commit details
    Browse the repository at this point in the history
  9. ♻️ simplify tests

    Signed-off-by: Lukas Burgholzer <[email protected]>
    burgholzer committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    12ab7fa View commit details
    Browse the repository at this point in the history
  10. 🐛 fix coupling limit computation for directed architectures

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

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    8897aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34cc4bd View commit details
    Browse the repository at this point in the history