PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.36k stars 604 forks source link

Add xfail to edge case with tree-traversal mcm and legacy opmath. #6158

Closed astralcai closed 2 months ago

astralcai commented 2 months ago

Tree-traversal mcm does not work with legacy opmath when the circuit contains a qml.var

github-actions[bot] commented 2 months ago

Hello. You may have forgotten to update the changelog! Please edit doc/releases/changelog-dev.md with:

codecov[bot] commented 2 months ago

Codecov Report

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

Please upload report for BASE (v0.38.0-rc0@9fd73ac). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v0.38.0-rc0 #6158 +/- ## ============================================== Coverage ? 99.66% ============================================== Files ? 445 Lines ? 42353 Branches ? 0 ============================================== Hits ? 42211 Misses ? 142 Partials ? 0 ```

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

mudit2812 commented 2 months ago

Note that even if this is merged today, the legacy op math tests that run tonight will fail since this is going into the RC branch. I will manually trigger the legacy op math tests tomorrow morning after the RC sync PR is merged.