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 staggered dynamical decoupling for disjoint coupling maps #701

Merged
merged 4 commits into from Aug 22, 2023

Conversation

dieris
Copy link
Contributor

@dieris dieris commented Aug 10, 2023

Summary

Staggered dynamical decoupling uses the backend.coupling_map() to classify the qubits into 2 sets with different delays.
Due to a check in the reduce method of a coupling map, this was failing if not all qubits are connected.

Details and comments

This PR circumvents the issue by getting the subgraph directly as suggested in Qiskit/qiskit#9710 (comment)

@kt474 kt474 requested a review from taalexander August 11, 2023 13:46
@kt474 kt474 added the Changelog: Bugfix Include in the Fixed section of the changelog label Aug 18, 2023
@kt474 kt474 added this to the 0.7.0 milestone Aug 18, 2023
@kt474 kt474 merged commit 5fa7f17 into Qiskit:main Aug 22, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the Fixed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants