Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Quantum Computing

Tag Info

usershotnewsynonyms

Hot answers tagged

25votes
Accepted

How many logical qubits are needed to run Shor's algorithm efficiently on large integers ($n > 2^{1024}$)?

The question is about how many logical qubits it takes to implement Shor's algorithm for factoring an integer $N$ of bit-size $n$, i.e., a non-negative integer $N$ such that $1 \leq N \leq 2^n{-}1$. ...
MartinQuantum's user avatar
23votes
Accepted

Has there been any truly ground breaking advance in quantum algorithms since Grover and Shor?

Have there been any truly ground breaking algorithms besides Grover's and Shor's?It depends on what you mean by "truly ground breaking". Grover's and Shor's are particularly unique because they ...
DaftWullie's user avatar
16votes
Accepted

What integers have been factored with Shor's algorithm?

The prime factorization of 21 (7x3) seems to be the largest done to date with Shor's algorithm; it was done in 2012 as detailed in this paper. It should be noted, however, that much larger numbers, ...
auden's user avatar
  • 3,527
15votes

What is the complexity of modulo order-finding problem on classical computer?

If you mean that you seek the order $r$ of $a$ modulo $N$, where $N$ is an integer and $a \in \mathbb Z_N^*$, then note that this problem can be efficiently reduced classically to the integer ...
Martin Ekerå's user avatar
13votes

Are there any uses for Shor's algorithm other than breaking public key cryptography

A bit of an esoteric answer: there is a particular proposal for post-quantum cryptography called "CSI-FiSh", based on isogenies. Without getting too deep into the number theory, the ...
Sam Jaques's user avatar
12votes

Are there any uses for Shor's algorithm other than breaking public key cryptography

community wikiIt's an interesting question to pose which problems reduce to factoring (or discrete log), and whether any of those problems could be of practical value. In general I think the ...
Community wiki
12votes

What is the complexity of modulo order-finding problem on classical computer?

Here's my answer, for the record.First, when we're talking about problems being $\text{NP}$-hard or $\text{NP}$-complete, we're talking about decision problems — so we need to express order finding ...
John Watrous's user avatar
12votes
Accepted

How many logical qubits are needed for RSA breaking?

In "Reducing the Number of Qubits in Quantum Factoring" (2024), Chevignard et al prove you can factor an $n$ bit number with $(0.5 + \epsilon)n$ logical qubits. Concretely, they estimate ...
Craig Gidney's user avatar
11votes
Accepted

How to show that amount of qubits needed to crack the RSA-2048 protocol using Shor's algorithm?

I assume you mean the result from this paper, where the authors (including 'our very own' Craig Gidney) have estimated that if you have $\sim20$ million noisy qubits it would take you around $8$ hours ...
JSdJ's user avatar
  • 6,019
11votes
Accepted

How does one modify the surface code cycle time in the code for "How to factor 2048 bit RSA integers with less than a million noisy qubits"?

The simplest conversion is just scale the time. The cycle time increases by a factor of 1000, so it takes a decade to run instead of a week.A much better conversion is to account for the switch from ...
Craig Gidney's user avatar
10votes
Accepted

Does Shor's algorithm end the search for factoring algorithms in the quantum world of computation?

Asymptotically, Shor's algorithm is really efficient. Basically it's just: superposition, modular exponentiation (the slowest step), and a fourier transform. Modular exponentiation is what you do to ...
Sam Jaques's user avatar
10votes

Why should we use inverse QFT instead of QFT in Shor's algorithm?

For Shor's algorithm, it actually doesn't matter which one you use.If you apply the QFT twice, it is equivalent to a classical multiplication by -1 modulo $2^n$ where $n$ is the size of the register....
Craig Gidney's user avatar
10votes
Accepted

Does the quantum Fourier transform have many applications beyond period finding?

Given that the QFT is exponentially faster than the FFT, The problem with quantum computing is that they are not actually parallel computers: One is tweaking the qubits in such a way that when ...
emacs drives me nuts's user avatar
10votes
Accepted

Can we avoid repetition in Shor's algorithm by using the quadratic formula?

I think you're right. Your idea is kind of similar to how the factoring in "How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits" is done, except in that paper the p+...
Craig Gidney's user avatar
10votes

Can we avoid repetition in Shor's algorithm by using the quadratic formula?

Since Craig referenced me in his answer, I will chime in and follow up a bit on what Craig wrote.Since there are several sub-questions to your question, I will answer in parts:First, to answer your ...
Martin Ekerå's user avatar
10votes
Accepted

A necessary and sufficient condition for the existence of a nontrivial square root in Shor's algorithm

Every number with at least two odd factors has non-trivial square roots. You get the non-trivial square roots by breaking them down into $\pm 1$ square roots for each factor and applying the Chinese ...
Craig Gidney's user avatar
10votes
Accepted

Why is it not a good idea to run Shor's algorithm on a big noisy quantum computer?

Factoring a 2048 bit number with Shor's algorithm involves performing one billion Toffoli gates under superposition (ref).Suppose your superposed Toffoli gate error rate is an amazing 0.01%. Note ...
Craig Gidney's user avatar
9votes
Accepted

Measuring ancillas in Shor's algorithm

Is that correct? Is it [not] necessary to measure the ancilla qubits in Shor's algorithm?Correct, it is not necessary to measure the ancillae.This is easily seen by appealing to the no-...
Craig Gidney's user avatar
9votes

Do the probability amplitudes of the superposition state produced by the QFT transform convey useful information?

You probably shouldn't be thinking of the Quantum Fourier Transform as being something where you want to extract the outcoming probability amplitudes. As you say, when you start measuring, you destroy ...
DaftWullie's user avatar
9votes
Accepted

Why is the size of the top register for Shor's algorithm chosen as it is?

In a nutshell, the number of qubits in the top register directly corresponds to the number of bits of precision to which $x/T$ approximates $s/r$, and we need enough precision to be able to determine $...
John Watrous's user avatar
9votes
Accepted

When increase the shot, why the result is different?

In general, the number of shots does not increase the accuracy of an experiment. Rather it gives a more precise answer. Attached is a figure showing the distance (in terms of Hellinger distance) for ...
Paul Nation's user avatar
9votes

Can numbers be factored by using a reverse multiplication circuit on a quantum computer?

Remember that the unitary portion of any quantum algorithm is necessarily reversible. On the other hand, the map $f(x,y)\mapsto x\cdot y$ which sends two integers to their product is not. This is ...
Adam Zalcman's user avatar
9votes
Accepted

How to pick initial values for Shor's algorithm?

Shor proves in [Shor94] [Shor97] that if $N$ is a positive odd integer that has $k \ge 2$ distinct prime factors, and if $a$ is selected uniformly at random from $\mathbb Z_N^*$ as in your steps 1–2, ...
Martin Ekerå's user avatar
8votes
Accepted

Expected repetitions of the quantum part of Shor's algorithm

The number of runs required is arbitrarily close to 1, using the correct post-processing. See "On the success probability of quantum order finding" by Martin Ekerå from Jan 2022:We prove a ...
Craig Gidney's user avatar
8votes
Accepted

What happens with first phase factor in QFT?

If you have a quantum state like $$|\Psi\rangle_n = a_0|0\rangle_n+a_1|1\rangle_n+...+a_n|2^n-1\rangle_n$$ and you measure it in the $\{|0\rangle_n,...,|2^{n-1}\rangle_n\}$ basis, then the probability ...
Sanchayan Dutta's user avatar
8votes
Accepted

Why is quantum Fourier transform required in Shor's algorithm?

The essential feature of this problem is that while both the quantum and classical algorithms can make use of the efficient classical function of calculating $a^k\text{ mod }N$, the issue is how many ...
DaftWullie's user avatar
8votes

Is there a simple, formulaic way to construct a modular exponentiation circuit?

Nielsen and Chuang Box 5.2 does indeed need more elaborate explanation.I’m going to describe the architecture of efficient $O(n^3)$ modular exponentiation circuit from the paper ‘Quantum Networks for ...
Anatolii's user avatar
8votes
Accepted

Why doesn't Shor's algorithm output a solution for some numbers?

If $f(x) = a^x \pmod{N}$ passes through $-1$, that value of $a$ won't work. For example, $a=2$ fails for $N=33$ because $2^5 = 32 \equiv -1 \pmod{33}$. This should have been mentioned in whatever ...
Craig Gidney's user avatar
7votes
Accepted

How do quantum computers prevent "quantum noise"?

How do we prevent quantum noise in a quantum computer?Well, technically the answer is (at least for most systems): we use ridiculously low temperatures (much colder than space), we shield everything ...
3244611user's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible

215

questions tagged

Related Tags

 × 215
 × 71
 × 31
 × 30
 × 21
 × 17
 × 16
 × 16
 × 13
 × 12
 × 10
 × 9
 × 9
 × 8
 × 8
 × 7
 × 6
 × 5
 × 4
 × 4
 × 4
 × 4
 × 4
 × 4
 × 4

[8]ページ先頭

©2009-2025 Movatter.jp