Skip to content

Commit

Permalink
create a single unsplit_channels section
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Mar 28, 2024
1 parent 48d0352 commit a98040e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibolab/instruments/zhinst/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ def get_channel_node_path(self, channel_name: str) -> str:
def select_exp(self, exp, qubits, exp_options):
"""Build Zurich Experiment selecting the relevant sections."""
# channels that were not split are just applied in parallel to the rest of the experiment
for ch in self.unsplit_channels:
with exp.section(uid="unsplit_channels"):
with exp.section(uid="unsplit_channels"):
for ch in self.unsplit_channels:
for pulse in self.sequence[ch]:
self.play_sweep(exp, ch, pulse)

Expand Down

0 comments on commit a98040e

Please sign in to comment.