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

Adding __matmul__ to CircuitComponents #347

Merged
merged 34 commits into from
Feb 21, 2024

black

66aca97
Select commit
Loading
Failed to load commit list.
Merged

Adding __matmul__ to CircuitComponents #347

black
66aca97
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 21, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (prototype-tn@07a114e). Click here to learn what that means.

Additional details and impacted files
@@               Coverage Diff               @@
##             prototype-tn     #347   +/-   ##
===============================================
  Coverage                ?   85.03%           
===============================================
  Files                   ?       74           
  Lines                   ?     5440           
  Branches                ?        0           
===============================================
  Hits                    ?     4626           
  Misses                  ?      814           
  Partials                ?        0           
Files Coverage Δ
mrmustard/lab/abstract/transformation.py 89.53% <100.00%> (ø)
mrmustard/lab_dev/__init__.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/circuit_components.py 94.39% <100.00%> (ø)
mrmustard/lab_dev/simulator.py 98.03% <100.00%> (ø)
mrmustard/lab_dev/states.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/transformations.py 98.00% <100.00%> (ø)
mrmustard/lab_dev/wires.py 100.00% <100.00%> (ø)
mrmustard/math/backend_manager.py 98.11% <100.00%> (ø)
mrmustard/math/backend_numpy.py 100.00% <ø> (ø)
mrmustard/math/backend_tensorflow.py 100.00% <ø> (ø)
... and 6 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 07a114e...66aca97. Read the comment docs.