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

Fix VF2Layout and VF2PostLayout handling of instructions without error #8978

Merged
merged 5 commits into from
Oct 25, 2022

Commits on Oct 20, 2022

  1. Fix VF2Layout and VF2PostLayout handling of instructions without error

    This commit fixes an issue in the VF2Layout and VF2PostLayout pass where
    the passes would potentially error in cases when a target was specified
    and there were instructions present without any error rates defined. In
    such cases the instructions should be treated as ideal (having no error)
    and the passes shouldn't fail. In cases where there are no error rates
    in the target for VF2Layout the first perfect match should be used, and
    for VF2PostLayout it should effectively be a no-op and not select a new
    layout.
    
    Fixes Qiskit#8970
    mtreinish committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cb56f2e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 25, 2022

  1. Exit early if score is 0

    mtreinish committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b853d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8952f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f9e62 View commit details
    Browse the repository at this point in the history