Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Oct 30, 2023
1 parent 89436b5 commit bbfb034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _acquisition(
)
# TODO : abstract common lines with qubit flux dep routine
if params.flux_qubits is None:
flux_qubits = list(platform.qubits.keys)
flux_qubits = list(platform.qubits.keys())
else:
flux_qubits = params.flux_qubits
bias_sweepers = [
Expand Down

0 comments on commit bbfb034

Please sign in to comment.