Closed lillian542 closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
918d062
) to head (6bb6880
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi, @lillian542, this looks good to me. Only minor thing is can you prefix the commit title with fix:
.
@math411, sorry, forgot about that! It's updated now :)
Description of changes: A test for how the AHS device handles operators with undefined diagonalizing gates is failing because it uses
CNOT
, which now does have a definition for diagonalizing gates in PennyLane 0.35.We update the test to use a
DummyOp
created in the test, that should continue to have undefined diagonalizing gates.