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

Optimal circuit path #413

Open
wants to merge 146 commits into
base: develop
Choose a base branch
from
Open

Optimal circuit path #413

wants to merge 146 commits into from

Conversation

ziofil
Copy link
Collaborator

@ziofil ziofil commented Jun 14, 2024

This PR can now on top of the features added in #397. The circuit is capable of determining an optimal contraction path using a combination of heuristics and branch-and-bound search.

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

Attention: Patch coverage is 4.32099% with 155 lines in your changes missing coverage. Please review.

Project coverage is 86.13%. Comparing base (bc238b9) to head (4fb5019).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #413      +/-   ##
===========================================
- Coverage    88.05%   86.13%   -1.93%     
===========================================
  Files           80       81       +1     
  Lines         6473     6700     +227     
===========================================
+ Hits          5700     5771      +71     
- Misses         773      929     +156     
Files Coverage Δ
mrmustard/lab_dev/circuit_components.py 95.66% <100.00%> (+0.04%) ⬆️
mrmustard/lab_dev/circuits.py 92.25% <ø> (ø)
mrmustard/math/lattice/strategies/vanilla.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/wires.py 95.00% <37.50%> (-3.28%) ⬇️
mrmustard/lab_dev/bb.py 0.00% <0.00%> (ø)

... and 3 files 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 bc238b9...4fb5019. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Pull request does not require a CHANGELOG entry WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant