Skip to content

Commit

Permalink
fix: Complete sequence upload phase
Browse files Browse the repository at this point in the history
But incorrect mw ports assignment qiboteam/qibolab#1088 (comment)
  • Loading branch information
alecandido committed Dec 13, 2024
1 parent a24c49a commit 0cbc18b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions run/lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
updates=[{"log": LogConfig(path=log).model_dump()}],
averaging_mode=AveragingMode.CYCLIC,
sweepers=[
[Sweeper(parameter=Parameter.amplitude, range=(0, 1, 0.2), pulses=[rx[0][1]])],
[Sweeper(parameter=Parameter.amplitude, range=(0, 1, 0.09), pulses=[rx[0][1]])],
[
Sweeper(
parameter=Parameter.relative_phase,
Expand All @@ -32,7 +32,7 @@
),
Sweeper(
parameter=Parameter.frequency,
range=(-1e8, 1e8, 1.5e7),
range=(-1e8, 1e8, 3.5e7),
channels=[rx[0][0]],
),
],
Expand Down

0 comments on commit 0cbc18b

Please sign in to comment.