-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Tensor with jitted projector (#5720)
**Context:** We are getting legacy op math failures: https://github.com/PennyLaneAI/pennylane/actions/runs/9167752473/job/25205404890 Due to PR #5595 . When `Projector` started letting tracers through, `Tensor` was unable to handle them. **Description of the Change:** Updates `Tensor.matrix` to handle matrices that have an ML interface. **Benefits:** No more bugs. **Possible Drawbacks:** **Related GitHub Issues:**
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters