PennyLaneAI / pennylane-lightning

The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
https://docs.pennylane.ai/projects/lightning
Apache License 2.0
86 stars 35 forks source link

Use `decomposition` instead of `Operator.expand` #846

Closed astralcai closed 1 month ago

astralcai commented 1 month ago

Operator.expand is deprecated (https://github.com/PennyLaneAI/pennylane/pull/5994). Operator.decomposition should be used instead.

github-actions[bot] commented 1 month ago

Hello. You may have forgotten to update the changelog! Please edit .github/CHANGELOG.md with:

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 80.99%. Comparing base (27813be) to head (c5e1dc2).

:exclamation: There is a different number of reports uploaded between BASE (27813be) and HEAD (c5e1dc2). Click for more details.

HEAD has 32 uploads less than BASE | Flag | BASE (27813be) | HEAD (c5e1dc2) | |------|------|------| ||40|8|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #846 +/- ## =========================================== - Coverage 98.40% 80.99% -17.42% =========================================== Files 113 17 -96 Lines 18413 1936 -16477 =========================================== - Hits 18120 1568 -16552 - Misses 293 368 +75 ```

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