Skip to content

Commit

Permalink
collect frequencies before processing sweeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed May 15, 2024
1 parent b93ee1b commit 5f5f54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/instruments/zhinst/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,9 @@ def sweep(self, qubits, couplers, sequence: PulseSequence, options, *sweepers):
"""Play pulse and sweepers sequence."""

self.signal_map = {}
self.frequency_from_pulses(qubits, sequence)
self.processed_sweeps = ProcessedSweeps(sweepers, qubits)
self.nt_sweeps, self.rt_sweeps = classify_sweepers(sweepers)
self.frequency_from_pulses(qubits, sequence)

self.acquisition_type = None
for sweeper in sweepers:
Expand Down

0 comments on commit 5f5f54a

Please sign in to comment.