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

Add unroll step to level2 passmanager optimization loop #5671

Merged
merged 6 commits into from
Jan 22, 2021

Commits on Jan 21, 2021

  1. Add unroll step to level2 passmanager optimization loop

    This commit adds the basis translation step to the level 2 preset
    passmanager's optimization loop. The level 2 optimization loop runs the
    commutative cancellation pass which use Rx and U1 gates as part of it's
    optimization step which may not be in the target basis gates. This can
    result in a gate outside of the target basis ended up in the output. To
    avoid this in a general manner we need to rely on the basis translation
    step because we can't write a pass to do the simplified rotation in a
    manner compatible with any basis (especially since the target basis
    could be using custom gates).
    
    Fixes Qiskit#5644
    mtreinish committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6a97ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1975d75 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    mtreinish committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3b4ef22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64a3db9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898ba80 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

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