-
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 lightning qubit memory management (#601)
* update dev version * update clean * expand .gitignore * expand lightning qubit class-specific Python bindings * add some statevector manipulation methods to the statevector managed simulator * update the lightning qubit Python class * add c++ unit tests * add comments to test * update lightning_qubit.py * remove obsolete tests * rename statevector instance * return some important tests * implement PR review suggestions * add review suggestion * Add semi-colon. * Fix Projector obs in L-Qubit and add Proj support in L-Kokkos. * Implement previous commit fix for None shots only. * Add tests for Proj expval/var * Auto update version * Trigger CI * remove comment * add projector support to LGPU * Format * revert changes for LGPU * skip tests for Projector observable not supported * expand tests for lightning.qubit * update changelog * Auto update version * Trigger CI * add some review suggestions * remove identities * update LKokkos and LQubit _apply_state_vector * Update tests/test_apply.py --------- Co-authored-by: Vincent Michaud-Rioux <[email protected]>
- Loading branch information
1 parent
ebc4ed6
commit cfe2455
Showing
13 changed files
with
311 additions
and
398 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
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.35.0-dev9" | ||
__version__ = "0.35.0-dev10" |
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
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
Oops, something went wrong.