-
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.
Change Lightning to inherit from QubitDevice instead of DefaultQubit (#…
…365) * Change Lightning to inherit from QubitDevice * update python tests * expand cmake hints for Kokkos search * NotImplementedError for SparseHamiltonian expval in the absence of Kokkos * update changelog * update apply method to rely on apply_lightning for rotations * update tests and conftest * Update pennylane_lightning/lightning_qubit.py * add black to requirements-dev * update adjoint jacobian tests * add stopping condition and tests * without binary skip decomposition test
- Loading branch information
1 parent
277ce6f
commit 2590eee
Showing
17 changed files
with
619 additions
and
502 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.27.0-dev11" | ||
__version__ = "0.27.0-dev12" |
Oops, something went wrong.