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

ProcessorSampler: route run_batch to run_sweep #6357

Closed verult closed 12 months ago

verult commented 12 months ago

This is part of deprecating support for Quantum Engine batch programs, while keeping the cirq.Sampler.run_batch() interface.

cc @eliottrosenberg @wcourtney

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (3a64ef1) 97.84% compared to head (cf1bf8b) 97.84%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6357 +/- ## ======================================= Coverage 97.84% 97.84% ======================================= Files 1110 1110 Lines 96696 96690 -6 ======================================= - Hits 94608 94606 -2 + Misses 2088 2084 -4 ```

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