Skip to content

Commit

Permalink
Merge branch 'allxy_prob' of github.com:qiboteam/qibocal into allxy_prob
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Apr 19, 2024
2 parents a76abb4 + f6089d8 commit 5e8b73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/characterization/allxy/allxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def _plot(data: AllXYData, target: QubitId, fit: AllXYResults = None):
fig = go.Figure()

qubit_data = data[target]
error_bars = qubit_data["errors"]
error_bars = qubit_data.errors
probs = qubit_data.prob
gates = qubit_data.gate

Expand Down

0 comments on commit 5e8b73e

Please sign in to comment.