- #1
- 77
- 54
- TL;DR Summary
- A document, for beginners, describing how quantum computers work with comparisons to conventional computers.
Attachments
Last edited by a moderator:
You implement a classical control to orchestrate to required direct interactions between your qubits. The physical layout of your qubits determines which qubits can directly interact with each other, given the right classical control signal.anorlunda said:If I have an algorithm S (Shor's Algorithm), how do I interconnect the qubits to implement it?
Shor's algorithm is fairly complex. In the quantum realm you need to do modular exponentiation and also the Fourier transform. In this thread (post #2), atyy shared a link to some code on github that will factor '15' but with a fixed initial guess. It's tough to factor bigger numbers and be more flexible on the initial guess because it takes 3x qubits to do the job and simulators are very limited due to current memory size.anorlunda said:If I have an algorithm S (Shor's Algorithm), how do I interconnect the qubits to implement it?
Greg - That's certainly okay with me. If you do that then, if you can, please use the attached updated pdf. There were a couple of spelling errors in the first draft (thanks to Tom.G for helping me out on this). There is now a 'r2' in the footnotes.Greg Bernhardt said:Would this be useful to add to PF Insights? @Bob Walance?
Fun article. Thanks. How do I get access to a computer which will answer the question "what is the best possible method for getting humans to conceive only one child or less?" Thanks.Bob Walance said:Summary: A document, for beginners, describing how quantum computers work with comparisons to conventional computers.
revisions for the attached PDF:
r3 - Changed all occurrences of the word 'conventional' to 'classical'. Headings are no longer all capital letters.
r2 - Fixed a couple of spelling and grammar errors.
Rich Thomasy said:How do I get access to a computer which will answer the question "what is the best possible method for getting humans to conceive only one child or less?"
Fun reply. However, I was being serious.Tom.G said:No computer needed; it's called a chastity belt (or sterilization if you are a 'belt & suspenders' type of guy).
Quantum computing is a type of computing that uses quantum-mechanical phenomena, such as superposition and entanglement, to perform operations on data. This allows for more efficient and powerful processing of information compared to classical computing.
Quantum computing uses quantum bits, or qubits, instead of classical bits to store and process information. These qubits can exist in multiple states at once, allowing for parallel computation and increased processing power. Quantum algorithms are designed to take advantage of this unique property of qubits.
Quantum computing has the potential to revolutionize many industries, such as finance, healthcare, and cybersecurity. It can be used for tasks such as optimization, simulation, and machine learning, which are difficult or impossible for classical computers to perform efficiently.
While a basic understanding of quantum mechanics can be helpful, it is not necessary to understand the fundamentals of quantum computing. Many resources and tutorials are available for beginners to learn about quantum computing without prior knowledge of quantum mechanics.
There are several ways to get started with quantum computing, such as learning programming languages specifically designed for quantum computing, such as Qiskit or Cirq. Additionally, there are online courses and tutorials available for beginners, and some universities offer courses or programs in quantum computing.