Closed lillian542 closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.44%. Comparing base (
e3266de
) to head (cc56b46
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Context: PennyLane has removed the
Tensor
andHamiltonian
classes, so references to them also need to be removed in Catalyst. They were deprecated in 0.39, and have not been the default since before 0.36.The new operator arithmetic equivalent for
Tensor
isProd
, and the new-op equivalent forHamiltonian
isLinearCombination
, which is a subclass ofSum
.Description of the Change:
Note: a shortcut story has been added to track reversing the test changes in this PR
Possible Drawbacks: We will not be running the OpenQASM braket test workflow with CI until after the 0.40 release.
Related GitHub Issues:
[sc-77523][sc-77530]