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 documentation to cirq.decompose protocol regarding specific target gateset #6439

Closed tanujkhattar closed 6 months ago

tanujkhattar commented 7 months ago

Fixes https://github.com/quantumlib/Cirq/issues/930

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 97.81%. Comparing base (ee56c59) to head (a79c741). Report is 45 commits behind head on main.

:exclamation: Current head a79c741 differs from pull request most recent head c8ca34b. Consider uploading reports for the commit c8ca34b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6439 +/- ## ======================================= Coverage 97.81% 97.81% ======================================= Files 1111 1111 Lines 97121 97143 +22 ======================================= + Hits 95000 95022 +22 Misses 2121 2121 ```

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

dstrain115 commented 6 months ago

@tanujkhattar Are we waiting on anything to merge this?

dstrain115 commented 6 months ago

@tanujkhattar Can we finish this off and commit it?

tanujkhattar commented 6 months ago

@dstrain115 This is good to go now.