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

Improve repr of `_BaseAncillaQid` classes with prefix #6555

Closed pavoljuhas closed 7 months ago

pavoljuhas commented 7 months ago

Quote the prefix string in repr of _BaseAncillaQid classes.

Follow up to #6554.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 97.79%. Comparing base (9ab6601) to head (921a801). Report is 2 commits behind head on main.

:exclamation: Current head 921a801 differs from pull request most recent head 08bc2ee. Consider uploading reports for the commit 08bc2ee to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6555 +/- ## ======================================= Coverage 97.79% 97.79% ======================================= Files 1124 1124 Lines 95468 95486 +18 ======================================= + Hits 93359 93377 +18 Misses 2109 2109 ```

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