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

rm modules that no longer exist #6348

Closed senecameeks closed 11 months ago

senecameeks commented 1 year ago

Part of the reason, the nightly borgcron job might not be successful is that this file produces errors due to importing modules that don't exist. e.g cirq-aqt

After removing these modules I was able to successfully run the script manually.

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (9a8298d) 97.84% compared to head (d3102f7) 97.84%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6348 +/- ## ========================================== - Coverage 97.84% 97.84% -0.01% ========================================== Files 1110 1110 Lines 96656 96656 ========================================== - Hits 94572 94571 -1 - Misses 2084 2085 +1 ```

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