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 noise amplification transformer #6665

Closed eliottrosenberg closed 2 months ago

eliottrosenberg commented 2 months ago

Adds a tool for adding depolarizing noise after the specified gate, which can be used on hardware for probabilistic error amplification and zero noise extrapolation.

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 (5d22a53) to head (6a34db2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6665 +/- ## ======================================= Coverage 97.82% 97.82% ======================================= Files 1066 1068 +2 Lines 91864 91919 +55 ======================================= + Hits 89862 89917 +55 Misses 2002 2002 ```

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