Skip to content

Commit

Permalink
Fix tests by using correct qubits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Oct 24, 2023
1 parent 6407bd0 commit 7ae98fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _acquisition(
sequence_1 = PulseSequence()
sequence_2 = PulseSequence()

for qubit in platform.qubits:
for qubit in qubits:
rx_pulse = platform.create_RX_pulse(qubit, start=0)
rx_12_pulse = platform.create_RX12_pulse(qubit, start=rx_pulse.finish)
ro_pulse = platform.create_qubit_readout_pulse(qubit, start=0)
Expand Down

0 comments on commit 7ae98fb

Please sign in to comment.