quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Fix XEB error rate computation #6673

Closed eliottrosenberg closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.82%. Comparing base (ee934fe) to head (4cb607f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6673 +/- ## ======================================= Coverage 97.82% 97.82% ======================================= Files 1072 1072 Lines 92030 92030 ======================================= + Hits 90025 90029 +4 + Misses 2005 2001 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eliottrosenberg commented 2 months ago

does this mean that the value stored in record.fid is the decay constant in reality not fidility?

Yes