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

Merging Representation and Ansatz #487

Closed
wants to merge 33 commits into from

Merge branch 'develop' of https://github.com/XanaduAI/MrMustard into …

4fd828a
Select commit
Loading
Failed to load commit list.
Closed

Merging Representation and Ansatz #487

Merge branch 'develop' of https://github.com/XanaduAI/MrMustard into …
4fd828a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 1s

89.84% (-0.01%) compared to 242c806, passed because coverage increased by 0.45% when compared to adjusted base (89.39%)

View this Pull Request on Codecov

89.84% (-0.01%) compared to 242c806, passed because coverage increased by 0.45% when compared to adjusted base (89.39%)

Details

Codecov Report

Attention: Patch coverage is 98.61111% with 8 lines in your changes missing coverage. Please review.

Project coverage is 89.84%. Comparing base (242c806) to head (4fd828a).

Files with missing lines Patch % Lines
mrmustard/physics/__init__.py 57.14% 3 Missing ⚠️
mrmustard/physics/representations/fock.py 98.76% 2 Missing ⚠️
mrmustard/lab/abstract/state.py 95.23% 1 Missing ⚠️
mrmustard/lab/abstract/transformation.py 90.90% 1 Missing ⚠️
mrmustard/physics/representations/bargmann.py 99.56% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #487      +/-   ##
===========================================
- Coverage    89.85%   89.84%   -0.01%     
===========================================
  Files          104      106       +2     
  Lines         7698     7644      -54     
===========================================
- Hits          6917     6868      -49     
+ Misses         781      776       -5     
Files with missing lines Coverage Δ
mrmustard/lab/detectors.py 79.86% <100.00%> (ø)
mrmustard/lab/gates.py 97.25% <100.00%> (ø)
mrmustard/lab/states.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/circuit_components.py 99.09% <100.00%> (ø)
...ustard/lab_dev/circuit_components_utils/b_to_ps.py 100.00% <100.00%> (ø)
...mustard/lab_dev/circuit_components_utils/b_to_q.py 100.00% <100.00%> (ø)
...tard/lab_dev/circuit_components_utils/trace_out.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/states/base.py 96.51% <100.00%> (ø)
mrmustard/lab_dev/states/number.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/transformations/base.py 90.54% <100.00%> (ø)
... and 17 more

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 242c806...4fd828a. Read the comment docs.