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

Delayed Phase Correction #397

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open

Delayed Phase Correction #397

wants to merge 31 commits into from

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    c81eb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eb3747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9d539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cd55fd View commit details
    Browse the repository at this point in the history
  5. Bindings for Gateset.

    pehamTom committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    256f588 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Commit missing file.

    pehamTom committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d218f42 View commit details
    Browse the repository at this point in the history
  2. Relax ExactlyOne constraint for depth-optimal synthesis.

    For depth-optimality it is sufficient to impose that at least one gate has to be present on each qubit. The transition
    relation on the tableau itself constrains the gates enough already.
    
    For the maxsat solution some adjustments have to be made because it relies on the exactlyone constraint to be present.
    pehamTom committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    af8ee8f View commit details
    Browse the repository at this point in the history
  3. Always add the none gate.

    pehamTom committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    eb35989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2e3a92 View commit details
    Browse the repository at this point in the history
  5. Removed templates.

    pehamTom committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    848e9d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7690afa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d334f58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    267c2b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f58a738 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b3f028 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6c3348 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    f45ac80 View commit details
    Browse the repository at this point in the history
  2. Added files for encoder.

    pehamTom committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cad2a04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c02c8ed View commit details
    Browse the repository at this point in the history
  4. Fixed tests.

    pehamTom committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0608ae9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d4794 View commit details
    Browse the repository at this point in the history
  6. Fix constexpr error.

    pehamTom committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b8423cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    995ed9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a3bafa View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. missing header?

    pehamTom committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dac77bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60f64ca View commit details
    Browse the repository at this point in the history
  3. Missing include.

    pehamTom committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4291548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    245f55c View commit details
    Browse the repository at this point in the history
  5. Linter warnings.

    pehamTom committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a0652f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aaeb22f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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