-
Notifications
You must be signed in to change notification settings - Fork 52
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
[WIP] Algorithm for Planted Noisy kXOR #1348
Draft
anurudhp
wants to merge
5
commits 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
5
commits into
quantumlib:main
from
anurudhp:2024/SR/planted-noisy-kxor-algorithm
Conversation
This file contains 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
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
from
September 1, 2024 21:03
8909a9c
to
2c3153c
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
from
September 19, 2024 22:14
2c3153c
to
a1e13d4
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
4 times, most recently
from
October 1, 2024 21:17
140c68b
to
169b84b
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
2 times, most recently
from
October 8, 2024 14:42
04bbfa9
to
1ae1d21
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
2 times, most recently
from
October 18, 2024 12:05
88c6607
to
1da6f23
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
2 times, most recently
from
October 28, 2024 23:46
b18e8f8
to
a68c6a4
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
2 times, most recently
from
November 4, 2024 23:51
52b7569
to
6cab862
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
from
November 13, 2024 16:09
6cab862
to
90d9909
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
from
November 28, 2024 09:57
90d9909
to
3d038db
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
2 times, most recently
from
December 3, 2024 00:35
663aee7
to
57ad1ab
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
2 times, most recently
from
December 17, 2024 08:23
0462ea6
to
91b554a
Compare
anurudhp
force-pushed
the
2024/SR/planted-noisy-kxor-algorithm
branch
from
December 21, 2024 06:49
91b554a
to
6dfc126
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