Skip to content

Commit

Permalink
fix: Process acquisition channels together with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 30, 2024
1 parent e953ace commit ab6ad2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/qibolab/instruments/qm/program/instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from qibolab.components import Config
from qibolab.execution_parameters import AcquisitionType, ExecutionParameters
from qibolab.identifier import ChannelType
from qibolab.pulses import Align, Delay, Pulse, Readout, VirtualZ
from qibolab.sweeper import ParallelSweepers, Sweeper

Expand Down Expand Up @@ -87,9 +86,6 @@ def play(args: ExecutionArguments):
processed_aligns = set()

for channel_id, pulse in args.sequence:
if channel_id.channel_type is ChannelType.ACQUISITION:
continue

element = str(channel_id)
op = operation(pulse)
params = args.parameters[op]
Expand Down

0 comments on commit ab6ad2e

Please sign in to comment.