Closed andrijapau closed 2 days ago
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
with:
Do I need a changelog for this? @mudit2812 / @lillian542
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.65%. Comparing base (
672ba48
) to head (b2927c9
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context:
default.mixed
is currently being ported over to the new device API. Therefore,test_qnode_legacy.py
should be updated to removedefault.mixed
and replace it withDefaultQubitLegacy
.Description of the Change:
qml.device("default.mixed", ...)
→DefaultQubitLegacy(...)
Benefits: Code clean-up.
Possible Drawbacks: None
[sc-78490]