Getting Started with Quantum Computing in Python
dataespresso.com
Getting Started with Quantum Computing in Python
1–10 of 45 posts
Re: Getting Started with Quantum Computing in Python
#2Re: Getting Started with Quantum Computing in Python
#3Tangentially, 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.
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
#4Re: Getting Started with Quantum Computing in Python
#5But confused. How does this work without Quantum hardware?
Re: Getting Started with Quantum Computing in Python
#6Re: Getting Started with Quantum Computing in Python
#7But confused. How does this work without Quantum hardware?
simulation/emulation
Simulating physics with computers Richard P. Feynman — https://www.researchgate.net/publication/254705307_RICHARD_F...
Re: Getting Started with Quantum Computing in Python
#8Re: Getting Started with Quantum Computing in Python
#9But confused. How does this work without Quantum hardware?
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.