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

Allow postselecting on mid-circuit measurements #4604

Merged
merged 154 commits into from
Oct 23, 2023

Merge branch 'master' into mcm-post

809b8a3
Select commit
Loading
Failed to load commit list.
Merged

Allow postselecting on mid-circuit measurements #4604

Merge branch 'master' into mcm-post
809b8a3
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 23, 2023 in 0s

99.64% (-0.01%) compared to a7114a9

View this Pull Request on Codecov

99.64% (-0.01%) compared to a7114a9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a7114a9) 99.64% compared to head (809b8a3) 99.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4604      +/-   ##
==========================================
- Coverage   99.64%   99.64%   -0.01%     
==========================================
  Files         379      379              
  Lines       34126    33923     -203     
==========================================
- Hits        34005    33801     -204     
- Misses        121      122       +1     
Files Coverage Δ
pennylane/_device.py 99.41% <100.00%> (+<0.01%) ⬆️
pennylane/devices/default_qubit.py 100.00% <100.00%> (ø)
pennylane/devices/qubit/sampling.py 100.00% <100.00%> (ø)
pennylane/devices/qubit/simulate.py 100.00% <100.00%> (ø)
pennylane/drawer/draw.py 100.00% <100.00%> (ø)
pennylane/math/single_dispatch.py 99.48% <100.00%> (+<0.01%) ⬆️
pennylane/measurements/mid_measure.py 100.00% <100.00%> (ø)
pennylane/ops/qubit/observables.py 100.00% <100.00%> (ø)
pennylane/qnode.py 100.00% <100.00%> (ø)
pennylane/transforms/defer_measurements.py 100.00% <100.00%> (ø)

... and 40 files with indirect coverage changes

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