9 ms·
How can I, a regular software engineer, learn about quantum computing without having to learn quantum theory? > Worth spending a little time doing some long ta
by goatking 2y ago
How can I, a regular software engineer, learn about quantum computing without having to learn quantum theory?
> Worth spending a little time doing some long tail strategizing I’d say
any tips for starters?
- sshb 2y agoMight be worth checking out: https://quantum.country/ https://quantum.country/
- zitterbewegung 2y agoI recommend this book I studied it in Undergrad and I never took a quantum theory course. https://www.amazon.com/Quantum-Computing-Computer-Scientists-Yanofsky/dp/0521879965/ https://www.amazon.com/Quantum-Computing-Computer-Scientists...
- raidicy 2y agoAre there any insights that you can give based off the info you've learned about quantum computation that you might not have been able to reach if you hadn't learned about it? From my __very__ shallow understanding, because all of the efficiency increases are in very specific areas, it might not be useful for the average computer science interested individual?
- zitterbewegung 2y agoNearly all of quantum computation is theoretical algorithms and the hard engineering problems haven't been solved. Most of the math though has a large amount of overlap of AI / ML and all of deep learning to the point that Quantum computers could be used as "ML accelerators" by using algorithms (this is called Quantum Machine learning) [1]. Quantum computing could be learned with a limited understanding of Quantum theory unless you are trying to engineer the hardware. https://en.wikipedia.org/wiki/Quantum_machine_learning https://en.wikipedia.org/wiki/Quantum_machine_learning
- kvathupo 2y agoPossibly of interest, but I wrote a (hopefully approachable) report on quantum perceptrons a few years back [1]. Perhaps it's found elsewhere, but I was surprised by how, at least in this quantum algo's case, the basis of training was game theoretic not gradient descent! [1] - https://kvathupo.github.io/cs/quantum/457_Final_Report.pdf https://kvathupo.github.io/cs/quantum/457_Final_Report.pdf
- potsandpans 2y agoStart here: https://youtu.be/F_Riqjdh2oM https://youtu.be/F_Riqjdh2oM You don't need to know quantum theory necessarily, but you will need to know some maths. Specifically linear algebra. There are a few youtube courses on linear algebra For a casual set of video: - https://youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab https://youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFit... For a more formal approach: - https://youtube.com/playlist?list=PL49CF3715CB9EF31D https://youtube.com/playlist?list=PL49CF3715CB9EF31D And the corresponding open courseware - https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/ https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010... Linear algebra done right comes highly recommended - https://linear.axler.net/ https://linear.axler.net/
- RossBencina 2y ago+1 for 18-06 and Axler. Another, more concrete, option (not sure how much it will help with quantum theory) is Stephen Boyd's "Introduction to Applied Linear Algebra" available online here: https://web.stanford.edu/~boyd/vmls/ https://web.stanford.edu/~boyd/vmls/
- pagekicker 2y agoIsn't there a Python library that abstracts most of it away with a couple of gigantic classes with incompatible dependencies?
- jvanderbot 2y agoThere is a course mentioned in the article, but I'm not clear on how "theory" it is. https://coursera.org/learn/quantum-error-correction https://coursera.org/learn/quantum-error-correction
- carabiner 2y agoFirst learn about eigenvalues.
- billti 2y agoIf you're a software engineer, then the Quantum Katas might fit your learning style. The exercises use Q#, which is quantum specific programming language. https://quantum.microsoft.com/en-us/tools/quantum-katas https://quantum.microsoft.com/en-us/tools/quantum-katas The first few lessons do cover complex numbers and linear algebra, so skip ahead if you want to get straight to the 'quantum' coding, but there's really no escaping the math if you really want to learn quantum. Disclaimer: I work in the Azure Quantum team on our Quantum Development Kit (https://github.com/microsoft/qsharp https://github.com/microsoft/qsharp) - including Q#, the Katas, and our VS Code extension. Happy to answer any other questions on it.
- auto 2y agoIs there a reasonable pivot for someone well versed in the software engineering space to get in, or is it still the playground of relevant Ph.Ds and the like? I've been up and down the stack from firmware to the cloud, going on 14 years in the industry, have a Master's in CS, am the technical lead for a team, yada yada, but have been flirting with the idea of getting out of standard product development and back into the nitty gritty of the space I first pursued during undergrad.
- almostgotcaught 2y ago> Is there a reasonable pivot for someone well versed in the software engineering space to get in, or is it still the playground of relevant Ph.Ds and the like? there's no such thing as a practical QC and there won't be for decades. this isn't a couple of years away - this is "maybe, possibly, pretty please, if we get lucky" 25-50 years away. find the above comment that alludes to "2019 estimates needing ~20 million physical qubits" and consider that this thing has 105 physical qubits. then skim the posted article and find this number > the key quantum computational resource — are now approaching 100 µs (microseconds) that's how long those 105 physical qubits stay coherent for. now ponder your career pivot. source: i dabbled during my PhD - took a couple of classes from Fred Chong, wrote a paper - it's all hype.
- kvathupo 2y agoThe bar for entry is surprisingly low, you just need to brush up on intro abstract algebra. I recommend the following: 1. Kaye, LaFlamme, and Mosca - An Introduction to Quantum Computing 2. Nielsen and Chuang - Quantum Computation and Quantum Information (The Standard reference source) 3. Andrew Childs's notes here [1]. Closest to the state-of-the-art, at least circa ~3 years ago. [1] - https://www.cs.umd.edu/~amchilds/qa/ https://www.cs.umd.edu/~amchilds/qa/
- neoden 2y agoThese lessons might be of help: https://youtu.be/3-c4xJa7Flk?si=krrpXMKh3X5ktrzT https://youtu.be/3-c4xJa7Flk?si=krrpXMKh3X5ktrzT
- currymj 2y agospecifically avoid resources written by and for physicists. the model of quantum mechanics, if you can afford to ignore any real-world physical system and just deal with abstract |0>, |1> qubits, is relatively easy. (this is really funny given how incredibly difficult actual quantum physics can be.) you have to learn basic linear algebra with complex numbers (can safely ignore anything really gnarly). then you learn how to express Boolean circuits in terms of different matrix multiplications, to capture classical computation in this model. This should be pretty easy if you have a software engineer's grasp of Boolean logic. Then you can learn basic ideas about entanglement, and a few of the weird quantum tricks that make algorithms like Shor and Grover search work. Shor's algorithm may be a little mathematically tough. realistically you probably will never need to know how to program a quantum computer even if they become practical and successful. applications are powerful but very limited. "What You Shouldn't Know About Quantum Computers" is a good non-mathematical read. https://arxiv.org/abs/2405.15838 https://arxiv.org/abs/2405.15838
- ajb 2y agoThe simplest algorithm to understand is probably Grover's algorithm. Knowing that shows you how to get an sqrt(N) speedup on many classical algorithms. Then have a look at shor's algorithm which is the classic factoring algorithm. I would not worry about hardware at first. But if you are interested and like physics, the simplest to understand are linear optical quantum circuits. These use components which may be familiar from high school or undergraduate physics. The catch is that the space (and component count) is exponential in the number of qubits, hence the need for more exotic designs.
- cevi 2y agoI always recommend Watrous's lecture notes: https://cs.uwaterloo.ca/~watrous/QC-notes/QC-notes.pdf https://cs.uwaterloo.ca/~watrous/QC-notes/QC-notes.pdf I prefer his explanation to most other explanations because he starts, right away, with an analogy to ordinary probabilities. It's easy to understand how linear algebra is related to probability (a random combination of two outcomes is described by linearly combining them), so the fact that we represent random states by vectors is not surprising at all. His explanation of the Dirac bra-ket notation is also extremely well executed. My only quibble is that he doesn't introduce density matrices (which in my mind are the correct way to understand quantum states) until halfway through the notes.
- tsimionescu 2y agoIf you want to learn about what theoretical quantum computers might be able to do faster than classical ones and what they might not, you can try to read about quantum complexity theory, or some of what Scott Aaronson puts out on his blog if you don't want to go that in depth. But the key thing to know about quantum computing is that it is all about the mathematical properties of quantum physics, such as the way complex probabilities work.