-
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.
Add support for the parameter-shift hessian to the TF interface (#1110)
* prototyping for hessian computation in tensorflow interface * add changelog * more changes * more stuff * qnode test * Add support for computing the Hessian for vector-valued QNodes (#1122) * fix * fix * add additional test * fix * fix * Fix interface * fix * fix test * fix * fix * Update .github/CHANGELOG.md * Update pennylane/interfaces/tf.py * Update pennylane/interfaces/tf.py Co-authored-by: Theodor <theodor@xanadu.ai> * suggested changes * minor updates * comment updates * comment indentation * minor fix * Update tests/tape/test_jacobian_tape.py * add test for vector function hessian tape * fix test Co-authored-by: Josh Izaac <josh146@gmail.com> Co-authored-by: Theodor <theodor@xanadu.ai>
- Loading branch information
1 parent
6e22257
commit 2069021
Showing
5 changed files
with
338 additions
and
18 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
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
Oops, something went wrong.