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

Refactoring commutativity analysis and a new commutative inverse cancellation transpiler pass #8184

Merged
merged 30 commits into from
Aug 10, 2022

Commits on Jun 14, 2022

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

Commits on Jun 15, 2022

  1. removing some prints

    alexanderivrii committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    35dbdc7 View commit details
    Browse the repository at this point in the history
  2. minor cleanup

    alexanderivrii committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f559f1a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    29e8bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0924d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8314da9 View commit details
    Browse the repository at this point in the history
  4. black

    alexanderivrii committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    afd5d52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd19b7c View commit details
    Browse the repository at this point in the history
  6. black and lint

    alexanderivrii committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    342cbbf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    1c02bf4 View commit details
    Browse the repository at this point in the history
  2. Adding tests for CommutativeInverseCancellation pass

    The tests are adapted from CommutativeCancellation, InverseCancellation
    and issue 8020.
    alexanderivrii committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b99ec05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da28f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00c4489 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Jul 31, 2022

  1. Update qiskit/transpiler/passes/optimization/commutative_inverse_canc…

    …ellation.py
    
    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    alexanderivrii and mtreinish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    58c77dd View commit details
    Browse the repository at this point in the history
  2. Update qiskit/transpiler/passes/optimization/commutative_inverse_canc…

    …ellation.py
    
    Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
    alexanderivrii and mtreinish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    537fc23 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    f40148e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c6417e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eeb2db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cccc9b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c606d2a View commit details
    Browse the repository at this point in the history
  6. running black

    alexanderivrii committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d654625 View commit details
    Browse the repository at this point in the history
  7. linting

    alexanderivrii committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7342095 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    a996a75 View commit details
    Browse the repository at this point in the history
  2. release notes

    alexanderivrii committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c5c4951 View commit details
    Browse the repository at this point in the history
  3. black

    alexanderivrii committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3366d07 View commit details
    Browse the repository at this point in the history
  4. release notes tweaks

    alexanderivrii committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3a959a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7699e9d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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