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

Update LightningBaseFallBack to raise an error instead of falling back to default.qubit #689

Merged
merged 61 commits into from
Apr 30, 2024

Fix qml.QuantumFunctionError error messages.

27fbfcb
Select commit
Loading
Failed to load commit list.
Merged

Update LightningBaseFallBack to raise an error instead of falling back to default.qubit #689

Fix qml.QuantumFunctionError error messages.
27fbfcb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2024 in 1s

97.94% (+4.46%) compared to 250c1db

View this Pull Request on Codecov

97.94% (+4.46%) compared to 250c1db

Details

Codecov Report

Attention: Patch coverage is 97.21254% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 97.94%. Comparing base (250c1db) to head (27fbfcb).
Report is 2 commits behind head on v0.36.0_rc.

Files Patch % Lines
...ane_lightning/lightning_kokkos/lightning_kokkos.py 94.79% 14 Missing ⚠️
pennylane_lightning/lightning_gpu/lightning_gpu.py 99.33% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           v0.36.0_rc     #689      +/-   ##
==============================================
+ Coverage       93.47%   97.94%   +4.46%     
==============================================
  Files              13       13              
  Lines            1656     1657       +1     
==============================================
+ Hits             1548     1623      +75     
+ Misses            108       34      -74     

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