Readit News logoReadit News
fileyfood500 · 3 years ago
I just tried IBM Quantum Composer[1] after reading through this Colab and finding I didn't know enough about quantum circuits to do anything besides clicking play. Quantum Composer gave me a super simple drag and drop GUI for getting familiar with basic circuits/building blocks.

I made it 20 minutes before having to look up a Bloch sphere (happens when you start experiments with 'S' and 'Z' blocks which add phase shifts). I don't directly use a lot of IBM products, and I had a great experience with this one!

Link: https://quantum-computing.ibm.com/composer

neodypsis · 3 years ago
Have you looked into https://qiskit.org ?
Redimo · 3 years ago
Yup, from my understanding and experience IBM is by far the furthest and easiest to use. As in, I can throw up my python shell, write 20 lines of code, and that thing will run my circuit on a real quantum computer in the next 10 minutes.
thorum · 3 years ago
So this is a tool for developing and experimenting with quantum algorithms without needing access to an actual quantum computer. It runs in Colab and simulates the expected results on a regular computer. I don’t know whether there are other existing tools in this space, but that seems really cool since it lets regular people explore the ideas behind quantum computing, and makes it faster for developers to iterate on algorithms.
yvdriess · 3 years ago
Not exactly new no. QC simulators have been in use since before the actual machine have. And even a schmuck like me has developed a QVM for a phd nearly a decade ago. https://github.com/yvdriess/qvm

Their qvm is probably more accurately stimulating the exact machine behaviour of their hardware.

throwawaymaths · 3 years ago
Doesn't Amazon AWS already have this?
ffhhj · 3 years ago
We don't want our monthly invoice to be uncertain.
mr_toad · 3 years ago
pyinstallwoes · 3 years ago
> Several decades ago, quantum computers were only a concept — a distant idea discussed mostly in lecture halls. Flash forward to today, and the race is on to build fault-tolerant quantum computers and discover new algorithms to apply them in useful ways.

Uhh, they’re still a concept. Fast forward to today and that’s why you only have a “quantum virtual machine” - more like quantum vapor ware.

mountainriver · 3 years ago
Uhhh no they aren’t, we have working quantum computers today
abrichr · 3 years ago
From https://www.technologyreview.com/2022/03/28/1048355/quantum-... :

> The qubit systems we have today are a tremendous scientific achievement, but they take us no closer to having a quantum computer that can solve a problem that anybody cares about.

-- Sankar Das Sarma, Distinguished University Professor, Condensed Matter Theory Center, Univ. of Maryland

From https://www.linkedin.com/pulse/quantum-computing-hype-bad-sc... :

> Crazy headlines abound: "quantum computing will change life as we know it," "quantum computing will solve global warming," "Quantum computing will revolutionize science and industry," etc etc. These statements are not based on any research or reality at all, they are not even wishful thinking. The number of known quantum algorithms, which promise advantage over classical computation, is just a few (and none of them will "solve global warming" for sure). More importantly, exactly zero such algorithms have been demonstrated in practice so far and the gap between what’s needed to realize them and the currently available hardware is huge, and it's not just a question of numbers. There are qualitative challenges with scaling up, which will likely take decades to resolve (if ever).

-- Victor Galitski, Professor, Joint Quantum Institute, Univ. of Maryland

magila · 3 years ago
Depends on how generously you define "working". No one has yet implemented even a single logical qubit.
pyinstallwoes · 3 years ago
No we don't. There exists no physical working quantum computer today. There never has been a working physical quantum computer. There exists a "theoretical model that is simulated on classical computers" which is not a physical working quantum computer.

https://scottlocklin.wordpress.com/2019/01/15/quantum-comput...

I wish it weren't vaporware, truly.

cridenour · 3 years ago
Me and my wife have been exploring the current state of quantum computing to apply it to procedural generation and games - I don't think we'll be able to create something we couldn't with classical computing, but just moving from a PRNG to what I always call "quantum chaos" is just fun.
PcChip · 3 years ago
have a blog, or any writeups/screenshots/videos of your quantum chaos? I'm interested!
cridenour · 3 years ago
Nothing yet - but I'll be sure to write up something as we go!
xvilka · 3 years ago
I hope, the Haskell-based Quipper [1][2] quantum programming language will get more attention and support by this QVM. The linear types[3] recently added to Haskell make very good fit for quantum computing, unlike many other existing languages.

[1] https://www.mathstat.dal.ca/~selinger/quipper/

[2] https://hackage.haskell.org/package/quipper

[3] https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/line...

farmin · 3 years ago
I have often wanted to know if quantum computing is near or one of those technologies always 'just around the corner'. Should I commit some time to learning the basics so that I am one of the few with cross over knowledge of say quantum computing and agricultural data.
refulgentis · 3 years ago
It's the 1950s for it. It's real, people use it, but it's more a toy and has some breakthroughs ahead of it to be at scale.

Fwiw after following it closely for about 3 years now, I wouldn't speculatively load up on it. Even the theory of problems that could benefit from it, if it existed as scale, only has a few

jnwatson · 3 years ago
I thought so too, until I waded into a post-quantum crypto algorithm paper.

It turns out you need to understand how a quantum computer works in order to design an algorithm resistant to it.

farmin · 3 years ago
Ok thanks. I appreciate that insight.
DarmokJalad1701 · 3 years ago
https://www.microsoft.com/en-us/research/video/quantum-compu...

^ This is a good intro that doesn't do much hand-wavy pop-sci.

Aqueous · 3 years ago
Off-topic but what ever happened to this [1] Google quantum computing breakthrough?

Major buzz happened in 2019 but since then, it feels, crickets. Did the NSA swoop in and silence all publication of further development or something?

[1] https://www.nytimes.com/2019/10/23/technology/quantum-comput...

detaro · 3 years ago
Major buzz happened because Google made big claims. Were those actually justified, or were the critics cited in the article correct?
Aqueous · 3 years ago
If they were shown to be false, I would have expected that discussion to surface occasionally. However, all I've heard is silence.

Deleted Comment