Skip to content

Commit

Permalink
fix: relaxation time properly set in TWPA SNR routines
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Jun 24, 2024
1 parent 4ea3394 commit d340fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def _acquisition(
"freq_width": params.freq_width,
"freq_step": params.freq_step,
"power_level": params.power_level,
"relaxation_time": params.relaxation_time,
"nshots": params.nshots,
}
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def _acquisition(
"freq_width": params.freq_width,
"freq_step": params.freq_step,
"power_level": params.power_level,
"relaxation_time": params.relaxation_time,
"nshots": params.nshots,
}
),
Expand Down

0 comments on commit d340fd7

Please sign in to comment.