Skip to content

Commit 3b78924

Browse files
remove supports_reversible_diff (#342)
* remove unused option * Auto update version Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
1 parent 6958fb8 commit 3b78924

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pennylane_lightning/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.26.0-dev10"
19+
__version__ = "0.26.0-dev11"

pennylane_lightning/lightning_qubit.py

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def capabilities(cls):
149149
capabilities = super().capabilities().copy()
150150
capabilities.update(
151151
model="qubit",
152-
supports_reversible_diff=False,
153152
supports_inverse_operations=True,
154153
supports_analytic_computation=True,
155154
supports_broadcasting=False,

0 commit comments

Comments
 (0)