Skip to content

Commit

Permalink
Merge branch 'xyz_timing' of github.com:qiboteam/qibocal into xyz_timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Jan 24, 2025
2 parents 9f9a9d2 + 18a53cd commit c38a00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibocal/protocols/xyz_timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def _acquisition(
drive_channel = platform.qubits[qubit].drive
flux_channel = platform.qubits[qubit].flux
ro_channel = platform.qubits[qubit].acquisition
drive_pulse = natives[qubit].RX()[0]
readout_pulse = natives[qubit].MZ()[0]
drive_channel, drive_pulse = natives[qubit].RX()[0]
readout_channel, readout_pulse = natives[qubit].MZ()[0]
drive_duration = int(drive_pulse[1].duration)
total_flux_duration = duration + drive_duration
flux_pulse = Pulse(
Expand Down

0 comments on commit c38a00c

Please sign in to comment.