Skip to content

Commit

Permalink
Update src/qibocal/protocols/characterization/flipping.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Pasquale <[email protected]>
  • Loading branch information
Edoardo-Pedicillo and andrea-pasquale authored Jan 22, 2024
1 parent 98d29f7 commit 166728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/characterization/flipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _fit(data: FlippingData) -> FlippingResults:
float(
pi_pulse_amplitude
* np.pi
* np.log(np.pi + signed_correction)
*1 / (np.pi + signed_correction)**2
* perr[2]
/ 2
),
Expand Down

0 comments on commit 166728d

Please sign in to comment.