Skip to content

Commit

Permalink
port changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Mar 20, 2024
1 parent 27f3307 commit 798906e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/qibolab/instruments/zhinst/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@

from qibolab import AcquisitionType, AveragingMode, ExecutionParameters
from qibolab.couplers import Coupler

from qibolab.instruments.unrolling import batch_max_sequences
from qibolab.instruments.abstract import Controller
from qibolab.instruments.port import Port
from qibolab.pulses import PulseSequence, PulseType
from qibolab.qubits import Qubit
from qibolab.sweeper import Parameter, Sweeper
from qibolab.unrolling import Bounds

from .abstract import Controller
from .port import Port

from .pulse import ZhPulse
from .sweep import ProcessedSweeps, classify_sweepers
Expand Down Expand Up @@ -740,6 +738,3 @@ def sweep(self, qubits, couplers, sequence: PulseSequence, options, *sweepers):
results[serial] = results[qubit] = options.results_type(data)

return results

def split_batches(self, sequences):
return batch_max_sequences(sequences, MAX_SEQUENCES)

0 comments on commit 798906e

Please sign in to comment.