Skip to content

Commit

Permalink
delay unsplit flux pulses according to their start
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Mar 29, 2024
1 parent a98040e commit fa9d144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibolab/instruments/zhinst/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ def select_exp(self, exp, qubits, exp_options):
with exp.section(uid="unsplit_channels"):
for ch in self.unsplit_channels:
for pulse in self.sequence[ch]:
exp.delay(signal=ch, time=pulse.pulse.start)
self.play_sweep(exp, ch, pulse)

weights = {}
Expand Down

0 comments on commit fa9d144

Please sign in to comment.