Closed albi3ro closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
692f586
) 99.14% compared to head (48f1bbd
) 99.43%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
should we add a test for
reset
on that device now too?
covered now by testing batch_execute
with a batch. Also by putting it in the device test suite.
[sc-46688]
cirq.Circuit
no longer has a device argument.This wasn't caught as the reset method was not being tested for the pasqal device. This PR also adds a test that will execute multiple circuits.
I also started converting
control_radius
to a float so we can start usingcirq.pasqal
in the automatic test matrix.