Skip to content

Commit

Permalink
Remove unsupported gates from toml file. (#698)
Browse files Browse the repository at this point in the history
* Remove unsupported gates

* Auto update version from '0.36.0-dev38' to '0.36.0-dev39'

* Auto update version from '0.36.0-dev39' to '0.36.0-dev40'

---------

Co-authored-by: ringo-but-quantum <[email protected]>
Co-authored-by: Ali Asadi <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent 72da7e1 commit 5feb4a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_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.36.0-dev39"
__version__ = "0.36.0-dev40"
3 changes: 0 additions & 3 deletions pennylane_lightning/lightning_qubit/lightning_qubit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ native = [
# default, but can be useful to express a deviation from this device's regular
# strategy in PennyLane.
decomp = [
"BasisState",
"QubitStateVector",
"StatePrep",
"QFT",
"MultiControlledX",
]
Expand Down

0 comments on commit 5feb4a1

Please sign in to comment.