Skip to content

Commit

Permalink
revert: allxy prob shape back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Dec 7, 2023
1 parent 25e4544 commit 5962c6f
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 @@ -112,7 +112,7 @@ def _acquisition(
else:
z_proj = 2 * results[ig][serial].probability(0) - 1
data.register_qubit(
AllXYType, (qubit), dict(prob=np.array(z_proj), gate=np.array([gate]))
AllXYType, (qubit), dict(prob=np.array([z_proj]), gate=np.array([gate]))
)

# finally, save the remaining data
Expand Down

0 comments on commit 5962c6f

Please sign in to comment.