quantumlib / Cirq

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

Add parallel randomized benchmarking #6382

Closed eliottrosenberg closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (2f3c1e2) 97.81% compared to head (9980416) 97.81%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6382 +/- ## ======================================= Coverage 97.81% 97.81% ======================================= Files 1111 1111 Lines 96951 97037 +86 ======================================= + Hits 94828 94914 +86 Misses 2123 2123 ```

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

eliottrosenberg commented 11 months ago

Thanks for the code reviews, @NoureldinYosri @dstrain115, and @maffoo!