Skip to content

Commit

Permalink
fix: change Bounds.waveforms type to float
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Oct 3, 2024
1 parent 76a9107 commit ad5cf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qibolab/_core/dummy/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
[
"0/drive",
{
"duration": 40.0,
"duration": 22.3453,
"amplitude": 0.1,
"envelope": {
"kind": "gaussian",
Expand Down
2 changes: 1 addition & 1 deletion src/qibolab/_core/unrolling.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Bounds(Config):

kind: Literal["bounds"] = "bounds"

waveforms: Annotated[int, {"count": _waveform}]
waveforms: Annotated[float, {"count": _waveform}]
"""Waveforms estimated size."""
readout: Annotated[int, {"count": _readout}]
"""Number of readouts."""
Expand Down

0 comments on commit ad5cf63

Please sign in to comment.