Skip to content

Commit

Permalink
Rename integration to result_of_integration in shfqc example
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah committed Oct 3, 2023
1 parent 8431f1d commit bfb0d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shfqc_qubit_spectroscopy.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ averages_per_sweep_step = int(
device.qachannels[0].readout.configure_result_logger(
result_length=num_sweep_steps_qubit_spectroscopy,
num_averages=averages_per_sweep_step,
result_source="integration",
result_source="result_of_integration",
averaging_mode=AveragingMode.SEQUENTIAL,
)
device.qachannels[0].readout.run()
Expand Down

0 comments on commit bfb0d5b

Please sign in to comment.