Create a Bloq that represents initialization in the Coset representation#1602
Closed
NoureldinYosri wants to merge 4 commits intoquantumlib:mainfrom
Closed
Create a Bloq that represents initialization in the Coset representation#1602NoureldinYosri wants to merge 4 commits intoquantumlib:mainfrom
NoureldinYosri wants to merge 4 commits intoquantumlib:mainfrom
Conversation
mpharrigan
reviewed
Apr 4, 2025
| \frac{1}{\sqrt{2^{c_{pad}}}}\sum_{j=0}^{2^{c_{pad}}} \ket{jN + k} | ||
| $$ | ||
|
|
||
| This bloq can be built of only clifford gates ... namely $c_{pad}$ `H` gates on the padding |
Collaborator
There was a problem hiding this comment.
comma instead of ellipses (...)
mpharrigan
reviewed
Apr 4, 2025
| $$ | ||
|
|
||
| This bloq can be built of only clifford gates ... namely $c_{pad}$ `H` gates on the padding | ||
| qubitsfollowed by `CNOT` gates implementing the reversible operation $jN+k$. |
mpharrigan
reviewed
Apr 4, 2025
Comment on lines
+51
to
+54
| - [Shor's algorithm with fewer (pure) qubits](https://arxiv.org/abs/quant-ph/0601097) | ||
| section 4. | ||
| - [How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits](https://arxiv.org/abs/1905.09749) | ||
| section 2.4 |
Collaborator
There was a problem hiding this comment.
reference format: use newline to separate entries. Don't use -. Include author and year
Collaborator
|
did you consider making a new |
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
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.
This the PR in a series of PRs that reproduce https://arxiv.org/abs/1905.09749
In How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits they work in the Coset represntation rather than the computational basis representation ... this is done by