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

Modifying surround function #255

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Conversation

bachbao
Copy link
Contributor

@bachbao bachbao commented Jul 5, 2024

The reason why I considering the node where the score is at least the same with the best score is due to the need to expand the region to at least the number of qubits that we required
Why this works: as the filtering now limit the region to what we want, the node that we assuming should satisfy the filtering and bounded by the region that we want. Therefore, by using union to take into account all regions, we hope to cover the amount of qubits that we want.

After the pair coding session: It seems that the surround function has the bug of not considering the branches that we expect as those points have been examined and had the same score with the best score so far.

@edyounis edyounis merged commit f427e4c into BQSKit:surround-filter Jul 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants