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 handling of global ideal gates for target build_coupling_map() #8977

Merged
merged 3 commits into from
Oct 31, 2022

Commits on Oct 20, 2022

  1. Fix handling of global ideal gates for target build_coupling_map()

    This commit fixes the handling of the `build_coupling_map()` method so
    that it correctly handles edge cases around a mix of ideal globally
    available gates and gates that have qubit/connectivity constraints.
    Previously, the method would incorrectly treat the presence of a
    globally defined ideal gate as meaning there were no connectivity
    constraints, even if that global gate was only on 1 qubit. While if the
    gate operates on two qubits this is correct behavior.
    
    Fixes Qiskit#8971
    mtreinish committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cc99f45 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    41fd19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5e08c View commit details
    Browse the repository at this point in the history