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 support for const sweep with None #6729

Closed BichengYing closed 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 97.83%. Comparing base (2adc218) to head (da9f4dc). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6729 +/- ## ======================================= Coverage 97.83% 97.83% ======================================= Files 1077 1077 Lines 92485 92524 +39 ======================================= + Hits 90484 90523 +39 Misses 2001 2001 ```

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

senecameeks commented 1 week ago

@BichengYing please add a test for supporting arbitrary values

BichengYing commented 1 week ago

please add a test for supporting arbitrary values

Done. Added more tests