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

docs - unblock execution of cirq_pasqal getting_started notebook #6656

Closed pavoljuhas closed 4 months ago

pavoljuhas commented 4 months ago

This is a workaround to allow execution of getting_started.ipynb notebook as a part of documentation build.

Here we manually convert optimized circuit to have 1 operation per moment so it passes validation w/r to the PasqalVirtualDevice.

Related to #6655

review-notebook-app[bot] commented 4 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 97.81%. Comparing base (9c836ba) to head (21cfe8c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6656 +/- ## ======================================= Coverage 97.81% 97.81% ======================================= Files 1066 1066 Lines 91779 91779 ======================================= Hits 89773 89773 Misses 2006 2006 ```

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