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 FSimViaModelTag #6527

Closed BichengYing closed 7 months ago

BichengYing commented 7 months ago

The motivation of creating this tag is for the qcc/translate part. We can use this tag to control which implementation gate we want to translate it into.

CC: @maffoo @eliottrosenberg

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 97.78%. Comparing base (e5ad426) to head (5e3b526). Report is 3 commits behind head on main.

:exclamation: Current head 5e3b526 differs from pull request most recent head 411638e. Consider uploading reports for the commit 411638e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6527 +/- ## ======================================= Coverage 97.78% 97.78% ======================================= Files 1105 1107 +2 Lines 95154 95178 +24 ======================================= + Hits 93045 93069 +24 Misses 2109 2109 ```

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