quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Deprecate Cirq-FT module in favour of Qualtran #6362

Closed tanujkhattar closed 10 months ago

tanujkhattar commented 10 months ago

Final step as part of Cirq-FT & Qualtran integration.

cc @dstrain115 @mpharrigan

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (b5b3b74) 97.84% compared to head (7356d9c) 97.80%. Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6362 +/- ## ========================================== - Coverage 97.84% 97.80% -0.04% ========================================== Files 1110 1111 +1 Lines 96690 96878 +188 ========================================== + Hits 94606 94756 +150 - Misses 2084 2122 +38 ```

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

tanujkhattar commented 10 months ago

@pavoljuhas That was a good catch, thanks! Deprecated all the remaining classes & methods as well. PTAL!