-
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.
Faster, better and differentiable Pauli decompose (#4395)
* faster pauli decompose * add `non_square` * change docs * Update conversion.py * merging functions attempt * merge function attempt 2 * add tests for general matrices * add changelog * fix black * make pylint happy? * restore a typo * use `qml.math` instead of `numpy` * remove `numpy` import * make `xor`ing differentiable * run `black` * fix casting * separate `phase` and `walsh_hadamard` calculations * remove comments * make `torch` work * make compatible with `tensorflow` * fix padding for `torch` * fix `pylint` for tests * make `torch` work :) * fix `black` * add differentiability tests * add new examples * update docstrings * update docstring * update docstring * remove newline * use review comments * update warning * fix typo * add `builtins` support * update `requirements`
- Loading branch information
1 parent
a025e29
commit b5789db
Showing
5 changed files
with
246 additions
and
51 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.