Live data from Hacker News

Getting Started with Quantum Computing in Python

dataespresso.com

1–10 of 45 posts

Re: Getting Started with Quantum Computing in Python

#2
Tangentially, noticed some good Python libs for Quantum computing have started appearing lately (one from google, Cirq for eg) could be a natural progression (from scientific computing). Good to see Python is making a presence there as well. Looks like it's going to stay relevant for a very long time.

Re: Getting Started with Quantum Computing in Python

#3
post #2

Tangentially, noticed some good Python libs for Quantum computing have started appearing lately (one from google, Cirq for eg) could be a natural progression (from scientific computing). Good to see Python is making a presence there as well. Looks like it's going to stay relevant for a very long time.

Quantum computing won't require much extra power that python can't provide, the only heavy processing will be circuit generation which is (as far as we can see at the moment) fine to use python for.

In the sort term though there's a big place for languages like C, C++ and Rust for things like simulations which need to be done

Re: Getting Started with Quantum Computing in Python

#9
post #4

But confused. How does this work without Quantum hardware?

Simply put: slower.

A quantum computer can solve certain problems within a certain computational complexity class, which would fall in a different class on a classical computer!

Given a long enough amount of time, a classical computer can calculate everything a quantum computer can.

Re: Getting Started with Quantum Computing in Python

#10
I have a question. Please excuse my ignorance but I thought that once the world has a working quantum computer, the world as we know it will be destroyed. Since a quantum computer can solve any NP hard problem in a polynomial time, it would mean it could break any kind of crypto, any kind of security and can brute force anything. Why hasn't that happened yet since its 2018 and we already have quantum computers?
Post reply on HN