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

Fix docstrings for the ionq GPIGate and GPI2Gate #6694

Closed pavoljuhas closed 3 months ago

pavoljuhas commented 3 months ago

Make documented unitary expressions equal to the code below.

Fixes #6639

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.82%. Comparing base (c58a05c) to head (c280502). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6694 +/- ## ========================================== - Coverage 97.82% 97.82% -0.01% ========================================== Files 1074 1074 Lines 92118 92126 +8 ========================================== + Hits 90116 90123 +7 - Misses 2002 2003 +1 ```

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