Skip to content

Commit

Permalink
disable couplers in chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
aorgazf committed Oct 31, 2023
1 parent 68b692e commit 968c994
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ def _aquisition(
sequence.add(cz.get_qubit_pulses(ordered_pair[0]))
sequence.add(cz.get_qubit_pulses(ordered_pair[1]))

# Patch to get the coupler until the routines use QubitPair
sequence.add(
cz.coupler_pulses(platform.pairs[tuple(sorted(ordered_pair))].coupler.name)
)
# # Patch to get the coupler until the routines use QubitPair
# sequence.add(
# cz.coupler_pulses(platform.pairs[tuple(sorted(ordered_pair))].coupler.name)
# )

if params.parking:
for pulse in cz:
Expand Down

1 comment on commit 968c994

@Jacfomg
Copy link
Contributor

@Jacfomg Jacfomg commented on 968c994 Nov 1, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.