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

Add ParallelRandomizedBenchmarkingResult class #6412

Closed eliottrosenberg closed 8 months ago

eliottrosenberg commented 8 months ago

Adds a class for results of cirq.experiments.parallel_single_qubit_randomized_benchmarking with helper functions for plotting resulting error rates.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (8ae5bbb) 97.81% compared to head (42d776f) 97.81%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6412 +/- ## ========================================== - Coverage 97.81% 97.81% -0.01% ========================================== Files 1111 1111 Lines 97078 97107 +29 ========================================== + Hits 94957 94985 +28 - Misses 2121 2122 +1 ```

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