-
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.
The adjoint method in lightning supports qubit unitaries (#540)
* Initial commit to add adjoint diff support for circuits with qubit-unitaries. * Auto update version * Try nick-fields/retry for clang-tidy check. * Fix LQubit c++ tests. * Generalize unitary addiff tests to L-Kokkos. * Revert condition for branching in applyOperation. * Fix pip install and format * remove prep argument * Auto update version * Trigger CI * Generalize fix and tests to L-GPU. * Set timeout_minutes for retry. * Add L-GPU-MPI [skip ci]. * trigger CI * Auto update version * Apply prep fix to mpitests. * Add C++ coverage for QubitUnitary in addiff. * Add test_qubit_unitary docstring [skip ci]. * Update changelog [skip ci] * Add diff of unitary tests. * Try removing gcc-13. * Remove annoying headers. * Revert changes to format.yml. * Update pennylane_lightning/core/src/simulators/lightning_gpu/StateVectorCudaManaged.hpp [skip ci] Co-authored-by: Amintor Dusko <[email protected]> * Update changelog [skip ci] * Remove unused tol variable [skip ci] * Revert changes to the opsdata init in adjoint tests. * Auto update version * nuni => n_targets param is less confusing. * Revert changes to std::complex * Increase tests_windows timeouts. * Revert to 30 min. * Try removing {} init. * if-no-files-found: error in uploads. * Fix coverage.xml name * Auto update version * Fix parameter counting for circuits with QubitUnitaries. * Auto update version * trigger ci * Update .github/CHANGELOG.md [skip ci] Co-authored-by: Amintor Dusko <[email protected]> * Use name instead of class to serialize QubitUnitary. * Update CHANGELOG.md [skip ci] * Update CHANGELOG.md [skip ci] * Add float32 mpitests * Rename fixture function. * trigger ci --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: albi3ro <[email protected]> Co-authored-by: AmintorDusko <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>
- Loading branch information
1 parent
7442701
commit bf6e121
Showing
20 changed files
with
347 additions
and
38 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
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
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.34.0-dev6" | ||
__version__ = "0.34.0-dev7" |
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.