About 23,100 results
Open links in new tab
  1. How many logical qubits are needed to run Shor's algorithm efficiently ...

    Jan 12, 2019 · Don't get misled by something saying it requires order something. You can't use that to calculate gate counts or numbers of qubits, because (i) there are arbitrary constants that are …

  2. What integers have been factored with Shor's algorithm?

    May 20, 2018 · Shor's algorithm is expected to enable us to factor integers far larger than could be feasibly done on modern classical computers. At current, only smaller integers have been factored.

  3. What is period finding useful for in Shor's algorithm?

    May 30, 2023 · Could someone help me to understand the concept behind period finding in Shor algorithm?. I'm a beginner in quantum computing. I want to know why we use Shor's algorithm to find …

  4. Where to find a generic implementation of Shor's algorithm with Qiskit ...

    May 21, 2024 · Since Shor's algorithm was deprecated in Qiskit, I'm wondering where to find a generic implementation. There are some examples over the Internet but factoring of 15 is just hardcoded.

  5. Shor's algorithm in Python with qiskit - How to implement the modular ...

    May 10, 2023 · I found this code for Shor's algorithm but it always was failing at the end of the modular_exponentiation routine because the keyvalue of '00000' was not found in the dictionary on …

  6. applications - Are there any uses for Shor's algorithm other than ...

    Sep 15, 2023 · My question is, is there any use for Shor's integer factorisation algorithm other than for breaking public key cryptography. If there isn't, then am I right in thinking that the algorithm becomes …

  7. Implementing Shor's algorithm on IBM Quantum Composer

    Jan 24, 2022 · Implementing Shor's algorithm on IBM Quantum Composer Ask Question Asked 3 years, 9 months ago Modified 3 years, 9 months ago

  8. factorization - How to pick initial values for Shor's algorithm ...

    Nov 12, 2024 · How to pick initial values for Shor's algorithm? Ask Question Asked 1 year ago Modified 12 months ago

  9. Continued fractions with Shor's algorithm: which convergent?

    Mar 24, 2021 · Continued fractions with Shor's algorithm: which convergent? Ask Question Asked 4 years, 8 months ago Modified 2 years, 7 months ago

  10. How exactly does modular exponentiation in Shor's algorithm work?

    Feb 9, 2019 · Shor's paper was rightfully light on details on how modular exponentiation would be implemented, but his argument was effectively "because there's a classically fast solution to modular …