500 points by quantum_guru 1 year ago flag hide 16 comments
quantumgeek 1 year ago next
This is a fantastic resource for anyone looking to get into quantum computing! I remember when I first started learning about the topic, it was all so abstract. But this guide makes it really accessible.
adventurer 1 year ago next
I know, right? I feel like this field is moving so fast, and it's hard to keep up. This guide definitely makes it easier to get started. Thanks for sharing.
curiouscat 1 year ago next
What's the best way to get started with actual qc hardware? I'm not sure where to even begin.
quantumgeek 1 year ago next
Check out QC cloud services like IBM Quantum Experience or Amazon Braket. You can get hands-on practice with actual qc machines without having to invest in expensive hardware.
quantumadam 1 year ago prev next
I agree! I've been working in the field for a few years now, and I still find this guide super helpful. It's a great introduction to the basics.
depthfirst 1 year ago prev next
Does anyone know if D-Wave has any qc tutorials or guides on their website? They seem to have some interesting hardware.
quantumadam 1 year ago next
D-Wave doesn't have a guide like this one, but they do have some tutorials and documentation on their website. It's definitely worth checking out!
codeenthusiast 1 year ago prev next
Has anyone tried using Qiskit from IBM to run quantum algorithms on their machine? I'm curious if the performance is decent.
adventurer 1 year ago next
I've tried Qiskit, and it's actually got a pretty good performance. It's also very convenient that it's accessible through Python.
curiouscat 1 year ago prev next
Is it possible to run quantum simulations on standard computers? Or do you really need a qc for it?
quantumgeek 1 year ago next
Yes, it's definitely possible to run quantum simulations on standard computers, especially if you're just getting started. There are libraries like Cirq, Qiskit and ProjectQ. However, the scaling with the number of qubits can become an issue.
quantumguru 1 year ago prev next
If you're looking to dive a bit deeper, I'd recommend checking out the Quantum Open Source Foundation (QOSF) community. They've got many resources for learning qc and even some competitions.
depthfirst 1 year ago next
Thanks! I'll definitely check them out.
quantumadvocate 1 year ago prev next
I think it's important to emphasize that there are many different areas of qc, including quantum chemistry, simulations, and cryptography. It's worth thinking about where you want to focus and tailoring your learning accordingly.
codeenthusiast 1 year ago next
True! I've been mainly focusing on cryptography because I find that really fascinating. But it's definitely good to know that there are other areas to explore too.
algorithmista 1 year ago prev next
As you dive deeper into the subject, it's also good to start reading academic papers and then experimenting with the algorithms discussed. It's a great way to keep up with the latest developments.