Skip to content

Commit

Permalink
fix: Register probe pulses within readouts in qm
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 30, 2024
1 parent ab6ad2e commit 92b8638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qibolab/instruments/qm/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ def register_pulses(self, configs: dict[str, Config], sequence: PulseSequence):

if isinstance(pulse, Pulse):
self.register_pulse(id, pulse)
elif isinstance(pulse, Readout):
self.register_pulse(id, pulse.probe)

def register_duration_sweeper_pulses(
self, args: ExecutionArguments, sweeper: Sweeper
Expand Down

0 comments on commit 92b8638

Please sign in to comment.