-
Notifications
You must be signed in to change notification settings - Fork 74
[WIP] Algorithm for Planted Noisy kXOR #1348
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
Draft
anurudhp
wants to merge
1
commit into
quantumlib:main
Choose a base branch
from
anurudhp:2024/SR/planted-noisy-kxor-algorithm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[WIP] Algorithm for Planted Noisy kXOR #1348
anurudhp
wants to merge
1
commit into
quantumlib:main
from
anurudhp:2024/SR/planted-noisy-kxor-algorithm
+6,245
−5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8909a9c
to
2c3153c
Compare
2c3153c
to
a1e13d4
Compare
140c68b
to
169b84b
Compare
04bbfa9
to
1ae1d21
Compare
88c6607
to
1da6f23
Compare
b18e8f8
to
a68c6a4
Compare
52b7569
to
6cab862
Compare
6cab862
to
90d9909
Compare
90d9909
to
3d038db
Compare
663aee7
to
57ad1ab
Compare
91b554a
to
6dfc126
Compare
d3e5f8a
to
d25acff
Compare
d25acff
to
dfc9b15
Compare
tanujkhattar
pushed a commit
that referenced
this pull request
Aug 18, 2025
part of #1348 Implements the Kikuchi graph adjacency matrix and adjacency list oracles, along with ones to load and index the constraints. And uses the oracles to build a sparse matrix block-encoding of the Kikuchi matrix. --------- Co-authored-by: Matthew Harrigan <[email protected]>
dfc9b15
to
5b83781
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
5b83781
to
dded7e4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A work-in-progress implementation of the paper Quartic quantum speedups for planted inference
Once the algorithm is implemented, I will pull out changes and library updates into separate PRs.
Individual PRs:
CtrlSpec
to single qubit control #1137ControlledViaAnd
#1373Bloq.get_ctrl_system
: UseAnd
ladder to reduce multiple controls to single control #1456SparseMatrixHermitian
block-encoding #1479QubitizationWalkOperator
: remove specializations for control/adjoint and use defaults instead #1481MCX
andMCZ
#1502