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 test for Wirer on fixed-frequency transmons for OPX+ and Octave. #245

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

deanpoulos
Copy link
Contributor

We noticed some strange allocation resulting on the OPX+ and Octave when using the wirer tool with fixed-frequency transmons, but after writing the test-case, it couldn't be reproduced.

Now after running:

    qubits = [1, 2]
    qubit_pairs = [(1, 2), (2, 1)]

    connectivity = Connectivity()

    connectivity.add_resonator_line(qubits=qubits)
    allocate_wiring(connectivity, instruments_2lf_2mw)

    connectivity.add_qubit_drive_lines(qubits=qubits)
    allocate_wiring(connectivity, instruments_2lf_2mw, block_used_channels=False)

    connectivity.add_qubit_pair_zz_drive_lines(qubit_pairs)
    allocate_wiring(connectivity, instruments_2lf_2mw, block_used_channels=False)

    connectivity.add_qubit_pair_cross_resonance_lines(qubit_pairs)
    allocate_wiring(connectivity, instruments_2lf_2mw)

We get:
image
image

@deanpoulos deanpoulos self-assigned this Nov 7, 2024
Copy link

github-actions bot commented Nov 7, 2024

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 1568999.

♻️ This comment has been updated with latest results.

@deanpoulos
Copy link
Contributor Author

@HiroQM can you please accept this? It's just a test-case, no need to review in my opinion

Copy link
Contributor

@HiroQM HiroQM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@HiroQM HiroQM merged commit d58f7e1 into main Jan 6, 2025
4 checks passed
@HiroQM HiroQM deleted the fix/wirer-fixed-freq-tranmons-opx-octave branch January 6, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants