Skip to content

Commit

Permalink
Remove qml.Snapshot from fallback device (#262)
Browse files Browse the repository at this point in the history
* Remove Snapshot from fallback device

* Auto update version

Co-authored-by: Dev version update bot <chae-yeun@xanadu.ai>
  • Loading branch information
dime10 and chaeyeunpark committed Mar 17, 2022
1 parent 7b972eb commit 1c0a973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_lightning/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.23.0-dev4"
__version__ = "0.23.0-dev5"
1 change: 1 addition & 0 deletions pennylane_lightning/lightning_qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ class LightningQubit(DefaultQubit): # pragma: no cover
version = __version__
author = "Xanadu Inc."
_CPP_BINARY_AVAILABLE = False
operations = _remove_snapshot_from_operations(DefaultQubit.operations)

def __init__(self, *args, **kwargs):
warn(
Expand Down

0 comments on commit 1c0a973

Please sign in to comment.