Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the state_vector, measurement class and simulate method for the LightningGPU with the new device API #892

Merged
merged 38 commits into from
Sep 16, 2024

apply format

23d5696
Select commit
Loading
Failed to load commit list.
Merged

Add the state_vector, measurement class and simulate method for the LightningGPU with the new device API #892

apply format
23d5696
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 0s

93.38% (+18.71%) compared to b375dd3

View this Pull Request on Codecov

93.38% (+18.71%) compared to b375dd3

Details

Codecov Report

Attention: Patch coverage is 74.53184% with 68 lines in your changes missing coverage. Please review.

Project coverage is 93.38%. Comparing base (b375dd3) to head (23d5696).

Files with missing lines Patch % Lines
pennylane_lightning/lightning_gpu/_mpi_handler.py 38.63% 27 Missing ⚠️
pennylane_lightning/lightning_gpu/_state_vector.py 86.77% 16 Missing ⚠️
pennylane_lightning/lightning_gpu/lightning_gpu.py 65.71% 12 Missing ⚠️
...nylane_lightning/lightning_kokkos/_measurements.py 22.22% 7 Missing ⚠️
pennylane_lightning/lightning_gpu/_measurements.py 87.50% 6 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           gpuNewAPI_backend     #892       +/-   ##
======================================================
+ Coverage              74.66%   93.38%   +18.71%     
======================================================
  Files                     27       76       +49     
  Lines                   1954     8824     +6870     
======================================================
+ Hits                    1459     8240     +6781     
- Misses                   495      584       +89     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.