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

An initial implementation of the phase noise channel #513

Merged
merged 34 commits into from
Nov 5, 2024

fixing import orders

c7d3c18
Select commit
Loading
Failed to load commit list.
Merged

An initial implementation of the phase noise channel #513

fixing import orders
c7d3c18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 5, 2024 in 1s

89.84% (target 89.00%)

View this Pull Request on Codecov

89.84% (target 89.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.84%. Comparing base (3a1d8bb) to head (c7d3c18).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #513      +/-   ##
===========================================
+ Coverage    89.77%   89.84%   +0.07%     
===========================================
  Files           92       93       +1     
  Lines         6072     6098      +26     
===========================================
+ Hits          5451     5479      +28     
+ Misses         621      619       -2     
Files with missing lines Coverage Δ
mrmustard/lab_dev/states/base.py 96.64% <ø> (ø)
mrmustard/lab_dev/states/dm.py 95.65% <ø> (ø)
mrmustard/lab_dev/states/ket.py 98.59% <ø> (ø)
mrmustard/lab_dev/transformations/__init__.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/transformations/amplifier.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/transformations/attenuator.py 100.00% <100.00%> (ø)
...rmustard/lab_dev/transformations/gaussrandnoise.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/transformations/phasenoise.py 100.00% <100.00%> (ø)
mrmustard/physics/triples.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a1d8bb...c7d3c18. Read the comment docs.