Skip to content

Commit

Permalink
fix: Pass correctly relaxation_time
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed May 7, 2024
1 parent 0bf82a0 commit 032fe31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def _acquisition(
sequence,
ExecutionParameters(
nshots=params.nshots,
relaxation_time=params.relaxation_time,
acquisition_type=AcquisitionType.DISCRIMINATION,
averaging_mode=AveragingMode.CYCLIC,
),
Expand Down

0 comments on commit 032fe31

Please sign in to comment.