Skip to content

Commit

Permalink
Merge branch 'report_table' of github.com:qiboteam/qibocal into repor…
Browse files Browse the repository at this point in the history
…t_table
  • Loading branch information
Edoardo-Pedicillo committed Oct 11, 2023
2 parents 23329e9 + b88dd38 commit dfb4642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def flux_dependence_plot(data, fit, qubit):
]
freq_fit = freq_r_transmon(biases1, *popt) * HZ_TO_GHZ
elif data.__class__.__name__ == "QubitFluxData":
fitting_report_label = "Qubit Frequency [Ghz]"
fitting_report_label = "Qubit Frequency [GHz]"
if all(param in params for param in ["Ec", "Ej"]):
popt = [
fit.sweetspot[qubit],
Expand Down

0 comments on commit dfb4642

Please sign in to comment.