-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update serialization tests with
PauliWord
order updates (#688)
* port PR changes so far, after traumatic rebase * update vjp tests * format * update vjp tests * update dev version * format * add tests for vjp * Auto update version * Auto update version * Updated tests * Updated serialization * Unpinned cmake * Update changelog * Update .github/CHANGELOG.md * isort * black * Run CI with updated PL branch * Auto update version * trigger ci * Added changes per review * Auto update version * Update requirements-dev.txt * Update pennylane_lightning/core/_serialize.py Co-authored-by: Ali Asadi <[email protected]> * Auto update version * Trigger CI * Update overlapping wires prod serialization test * Updated tests to work with new pauli word order * Added device_vjp tests * Update serialize tests * Auto update version * Skipped tf test * Auto update version * Auto update version * Trigger CI * Updated torch test * Update serialization tests; removed xfail * Trigger CI * Auto update version * Remove vjp tests * Trigger CI * Trigger CI * [skip ci] Revert requirements file * Auto update version from '0.36.0-dev35' to '0.36.0-dev36' * Trigger CI * Trigger CI * Fix native mcm workflow following dynamic_one_shot refactor. (#694) * Fix native mcm workflow following dynamic_one_shot refactor. * Auto update version from '0.36.0-dev35' to '0.36.0-dev36' * Update changelog. --------- Co-authored-by: ringo-but-quantum <[email protected]> --------- Co-authored-by: AmintorDusko <[email protected]> Co-authored-by: Amintor Dusko <[email protected]> Co-authored-by: Vincent Michaud-Rioux <[email protected]> Co-authored-by: Ali Asadi <[email protected]> Co-authored-by: ringo-but-quantum <[email protected]> Co-authored-by: Vincent Michaud-Rioux <[email protected]>
- Loading branch information
1 parent
43bed84
commit 6efe874
Showing
5 changed files
with
41 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.36.0-dev35" | ||
__version__ = "0.36.0-dev36" |
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