Closed LuisAlfredoNu closed 1 month ago
Attention: Patch coverage is 95.92199%
with 23 lines
in your changes missing coverage. Please review.
Project coverage is 96.97%. Comparing base (
3e9b4be
) to head (8659b2e
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello. You may have forgotten to update the changelog! Please edit .github/CHANGELOG.md with:
Before submitting
Please complete the following checklist when submitting a PR:
[X] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the
tests
directory![X] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running
make docs
.[X] Ensure that the test suite passes, by running
make test
.[X] Add a new entry to the
.github/CHANGELOG.md
file, summarizing the change, and including a link back to the PR.[X] Ensure that code is properly formatted by running
make format
.When all the above are checked, delete everything above the dashed line and fill in the pull request template.
Context: Following the design of Lightning Qubit and Lightning Kokkos that use the New Device API, we can now migrate Lightning GPU device to the new device API.
Description of the Change: Migration of Lightning GPU with MPI support to integrate the New device API. The list of main feature changes are
MPIHandler
state_vector
,measurements
, andadjoint-jacobian
classes forlightning.gpu
.simulate
,jacobian
,simulate_and_jacobian
,vjp
, andsimulate_and_vjp
methods tolighting.gpu
.lightning.gpu
with the New device API.lightning.gpu
Benefits: Full integration of Lightning GPU with the new device API.
Possible Drawbacks:
Related GitHub Issues:
[sc-70964] [sc-59219]