Quantum computing: A simple introduction – Explain that Stuff
by Chris Woodford. Last updated: August 4, 2021.
How can you get more and more out of less and less? The smaller computers get, the more powerful they seem to become: there's more number-crunching ability in a 21st-century cellphone than you'd have found in a room-sized, military computer 50 years ago. Yet, despitesuch amazing advances, there are still plenty of complex problemsthat are beyond the reach of even the world's most powerfulcomputersand there's no guarantee we'll ever be able to tacklethem. One problem is that the basic switching and memory units ofcomputers, known as transistors, are now approaching the point wherethey'll soon be as small as individual atoms. If we want computersthat are smaller and more powerful than today's, we'll soon need todo our computing in a radically different way. Entering the realm ofatoms opens up powerful new possibilities in the shape of quantumcomputing, with processors that could work millions of timesfaster than the ones we use today. Sounds amazing, but the trouble isthat quantum computing is hugely more complex than traditionalcomputing and operates in the Alice in Wonderland world of quantumphysics, where the "classical," sensible, everyday laws of physics no longer apply. What isquantum computing and how does it work? Let's take a closer look!
Photo: Quantum computing means storing and processing information using individual atoms, ions, electrons, or photons. On the plus side, this opens up the possibility of faster computers, but the drawback is the greater complexity of designing computers that can operate in the weird world of quantum physics.
You probably think of a computer as a neat little gadget that sits on your lap and lets you send emails, shop online, chat to your friends, or play gamesbut it's much moreand much lessthan that. It's more, because it's a completely general-purposemachine: you can make it do virtually anything you like. It'sless, because inside it's little more than an extremely basiccalculator, following a prearranged set of instructions called aprogram. Like the Wizard of Oz, the amazing things you see in front of youconceal some pretty mundane stuff under the covers.
Photo: This is what one transistor from a typical radio circuit board looks like. In computers, the transistors are much smaller than this and millions of them are packaged together onto microchips.
Conventional computers have two tricks that they do really well: they can storenumbers in memory and they can process stored numbers with simple mathematical operations (like add and subtract). They can do more complex things by stringing together the simple operations into a series called an algorithm (multiplying can bedone as a series of additions, for example). Both of a computer's keytricksstorage and processingare accomplished using switchescalled transistors, which are like microscopic versions of theswitches you have on your wall for turning on and off the lights. Atransistor can either be on or off, just as a light can either be litor unlit. If it's on, we can use a transistor to store a number one(1); if it's off, it stores a number zero (0). Long strings of onesand zeros can be used to store any number, letter, or symbol using acode based on binary (so computers store an upper-case letter A as1000001 and a lower-case one as 01100001). Each of the zeros or ones is called a binary digit (or bit) and, with a string of eight bits, you can store 255 differentcharacters (such as A-Z, a-z, 0-9, and most common symbols).Computers calculate by using circuits called logic gates,which are made from a number of transistors connected together. Logicgates compare patterns of bits, stored in temporary memories calledregisters, and then turn them into new patterns of bitsandthat's the computer equivalent of what our human brains would calladdition, subtraction, or multiplication. In physical terms, thealgorithm that performs a particular calculation takes the form of anelectronic circuit made from a number of logic gates, with the output from one gate feeding in as the input to the next.
The trouble with conventional computers is that they depend onconventional transistors. This might not sound like a problem if yougo by the amazing progress made in electronics over the last fewdecades. When the transistor was invented, back in 1947, the switchit replaced (which was called the vacuum tube) was about asbig as one of your thumbs. Now, a state-of-the-art microprocessor(single-chip computer) packs hundreds of millions (and up to 30 billion) transistors onto a chip of silicon the size of yourfingernail! Chips like these, which are called integrated circuits, are an incredible feat of miniaturization. Back in the1960s, Intel co-founder Gordon Moore realized that the power ofcomputers doubles roughly 18 monthsand it's been doing so eversince. This apparently unshakeable trend is known as Moore's Law.
Photo: This memory chip from a typical USB stick contains an integrated circuit that can store 512 megabytes of data. That's roughly 500 million characters (536,870,912 to be exact), each of which needs eight binary digitsso we're talking about 4 billion (4,000 million) transistors in all (4,294,967,296 if you're being picky) packed into an area the size of a postage stamp!
It sounds amazing, and it is, but it misses the point. The moreinformation you need to store, the more binary ones and zerosandtransistorsyou need to do it. Since most conventional computers canonly do one thing at a time, the more complex the problem you wantthem to solve, the more steps they'll need to take and the longerthey'll need to do it. Some computing problems are so complex thatthey need more computing power and time than any modern machine couldreasonably supply; computer scientists call those intractableproblems.
As Moore's Law advances, so the number of intractable problemsdiminishes: computers get more powerful and we can do more with them.The trouble is, transistors are just about as small as we can makethem: we're getting to the point where the laws of physics seem likelyto put a stop to Moore's Law. Unfortunately, there are still hugelydifficult computing problems we can't tackle because even the mostpowerful computers find them intractable. That's one of the reasonswhy people are now getting interested in quantum computing.
Things on a very small scale behave like nothing you have any direct experience about... or like anything that you have ever seen.
Richard Feynman
Quantum theory is the branch of physics that deals with the world ofatoms and the smaller (subatomic) particles inside them. You mightthink atoms behave the same way as everything else in the world, intheir own tiny little waybut that's not true: on the atomic scale, the rules change and the "classical" laws of physics we take for granted in our everyday world no longer automatically apply. As Richard P. Feynman,one of the greatest physicists of the 20th century, once put it: "Things on a very small scale behave like nothing you have any direct experience about... or like anything that you have ever seen."[1]
If you've studied light, you may already know a bit about quantumtheory. You might know that a beam of light sometimes behaves asthough it's made up of particles (like a steady stream ofcannonballs), and sometimes as though it's waves of energy ripplingthrough space (a bit like waves on the sea). That's called wave-particle dualityand it's one of the ideas that comes to us from quantum theory. It's hard to grasp thatsomething can be two things at oncea particle and awavebecause it's totally alien to our everyday experience: a car isnot simultaneously a bicycle and a bus. In quantum theory, however,that's just the kind of crazy thing that can happen. The most striking example of this is the baffling riddle known as Schrdinger's cat. Briefly, in the weird world ofquantum theory, we can imagine a situation where something like a catcould be alive and dead at the same time!
What does all this have to do with computers? Suppose we keep on pushingMoore's Lawkeep on making transistors smaller until they get to thepoint where they obey not the ordinary laws of physics (likeold-style transistors) but the more bizarre laws of quantummechanics. The question is whether computers designed this way can dothings our conventional computers can't. If we can predictmathematically that they might be able to, can we actually make themwork like that in practice?
People have been asking those questions for several decades.Among the first were IBM research physicists Rolf Landauer and Charles H. Bennett. Landauer opened the door for quantumcomputing in the 1960s when he proposed that information is a physical entitythat could be manipulated according to the laws of physics.[2] One important consequence of this is that computers waste energy manipulating the bits inside them(which is partly why computers use so much energy and get so hot, even though they appear to be doingnot very much at all). In the 1970s, building on Landauer's work, Bennett showed how a computer could circumventthis problem by working in a "reversible" way, implying that a quantum computer couldcarry out massively complex computations without using massive amounts of energy.[3] In 1980, physicist Paul Benioff from Argonne National Laboratory tried to envisage a basic machine that would work in a similar way to an ordinary computer but according to the principlesof quantum physicsin other words, a quantum Turing machine.[4] The following year, Richard Feynman sketched out roughly how a machine using quantum principles could carry out basic computations. [5] A few years later, Oxford University's David Deutsch(one of the leading lights in quantum computing) outlined thetheoretical basis of a quantum computer in more detail. [6] How did these great scientists imagine that quantum computers might work?
The key features of an ordinary computerbits, registers, logic gates,algorithms, and so onhave analogous features in a quantum computer.Instead of bits, a quantum computer has quantum bits or qubits,which work in a particularly intriguing way. Where a bit can storeeither a zero or a 1, a qubit can store a zero, a one, bothzero and one, or an infinite number of values in betweenandbe in multiple states (store multiple values) at the same time!If that sounds confusing, think back to light being a particle anda wave at the same time, Schrdinger's cat being alive and dead, or acar being a bicycle and a bus. A gentler way to think of the numbersqubits store is through the physics concept of superposition(where two waves add to make a third one that contains both of theoriginals). If you blow on something like a flute, the pipe fills upwith a standing wave: a wave made up of a fundamental frequency (thebasic note you're playing) and lots of overtones or harmonics(higher-frequency multiples of the fundamental). The wave inside thepipe contains all these waves simultaneously: they're added togetherto make a combined wave that includes them all. Qubits usesuperposition to represent multiple states (multiple numeric values)simultaneously in a similar way.
Just as a quantum computer can store multiple numbers at once, so it canprocess them simultaneously. Instead of working in serial (doing aseries of things one at a time in a sequence), it can work inparallel (doing multiple things at the same time). Only when youtry to find out what state it's actually in at any given moment(by measuring it, in other words) does it "collapse" into one of its possible statesandthat gives you the answer to your problem. Estimates suggesta quantum computer's ability to work in parallel would make it millions of times faster thanany conventional computer... if only we could build it! So howwould we do that?
In reality, qubits would have to be stored by atoms, ions (atoms withtoo many or too few electrons), or even smaller things such as electronsand photons (energy packets), so a quantum computer would be almost like a table-topversion of the kind of particle physics experiments they do atFermilab or CERN. Now you wouldn't be racing particles round giantloops and smashing them together, but you would need mechanisms forcontaining atoms, ions, or subatomic particles, for putting them into certainstates (so you can store information), knocking them into other states (so you canmake them process information), and figuring out what their states are after particularoperations have been performed.
Photo: A single atom or ion can be trapped in an optical cavitythe space between mirrorsand controlled by precise pulses from laser beams.
In practice, there are lots of possible ways of containing atoms and changing their states usinglaser beams, electromagneticfields, radio waves, and an assortment of other techniques.One method is to make qubits usingquantum dots, which are nanoscopically tiny particles of semiconductors inside which individual charge carriers, electrons and holes (missing electrons), can be controlled. Another methodmakes qubits from what are called ion traps: you add or take awayelectrons from an atom to make an ion, hold it steady in a kind of laser spotlight(so it's locked in place like a nanoscopic rabbit dancing in a very bright headlight),and then flip it into different states with laser pulses. In another technique,the qubits are photons inside optical cavities (spaces betweenextremely tiny mirrors). Don't worry if you don't understand; not many people do. Since the entirefield of quantum computing is still largely abstract and theoretical, the only thing we really need to knowis that qubits are stored by atoms or other quantum-scale particles that canexist in different states and be switched between them.
Although people often assume that quantum computers must automatically bebetter than conventional ones, that's by no means certain. So far,just about the only thing we know for certain that a quantum computer could do better than anormal one is factorisation: finding two unknown prime numbers that,when multiplied together, give a third, known number. In 1994,while working at Bell Laboratories, mathematician Peter Shor demonstrated an algorithm that a quantum computercould follow to find the "prime factors" of a large number, whichwould speed up the problem enormously. [7] Shor's algorithm reallyexcited interest in quantum computing because virtually every moderncomputer (and every secure, online shopping and banking website) usespublic-key encryption technology based on the virtual impossibility of finding prime factors quickly (it is, in other words, essentiallyan "intractable" computer problem). If quantum computers couldindeed factor large numbers quickly, today's online security could berendered obsolete at a stroke. But what goes around comes around,and some researchers believe quantum technology will lead tomuch stronger forms of encryption.(In 2017, Chinese researchers demonstrated for the first timehow quantum encryption could be used to make a very secure video callfrom Beijing to Vienna.)
Does that mean quantum computers are better than conventional ones? Notexactly. Apart from Shor's algorithm, and a search method called Grover's algorithm, hardly any other algorithms have been discovered that wouldbe better performed by quantum methods. Given enough time andcomputing power, conventional computers should still be able to solveany problem that quantum computers could solve, eventually. Inother words, it remains to be proven that quantum computers aregenerally superior to conventional ones, especially given the difficulties ofactually building them. Who knows how conventional computers might advancein the next 50 years, potentially making the idea of quantum computers irrelevantand even absurd.
Photo: Quantum dots are probably best known as colorful nanoscale crystals, but they can also be used as qubits in quantum computers). Photo courtesy of Argonne National Laboratory.
We have decades of experience building ordinary, transistor-based computers with conventional architectures; building quantum machines means reinventing the whole idea of a computer from the bottom up.First, there are the practical difficulties of making qubits, controlling them very precisely, and having enough of them to do really useful things. Next, there's a major difficulty with errors inherent in a quantum system"noise" as this is technically calledwhich seriously compromises any calculations a quantum computer might make.There are ways around this ("quantum error correction"), but they introduce a great deal more complexity.There's also the fundamental issue of how you get data in and out of a quantum computer,which is, itself, a complex computing problem.Some critics believe these issues are insurmountable;others acknowledge the problems but argue the mission is too important to abandon.
Three decades after they were first proposed, quantum computers remainlargely theoretical. Even so, there's been some encouraging progresstoward realizing a quantum machine. There were two impressivebreakthroughs in 2000. First, Isaac Chuang (now an MIT professor, but then working at IBM'sAlmaden Research Center) used five fluorine atoms to make a crude,five-qubit quantum computer. The same year, researchers at LosAlamos National Laboratory figured out how to make a seven-qubitmachine using a drop of liquid. Five years later, researchers at theUniversity of Innsbruck added an extra qubit and produced the firstquantum computer that could manipulate a qubyte (eight qubits),later bumping the number up to 14 qubits.
These were tentative but important first steps.Over the next few years, researchers announced more ambitious experiments, addingprogressively greater numbers of qubits. By 2011, a pioneering Canadiancompany called D-Wave Systems announced in Nature that it had produced a 128-qubitmachine[8]; the announcement proved highly controversialand there was a lot of debate over whether the company's machines had really demonstrated quantum behavior.Three years later, Google announced that it was hiring a team of academics (including University of Californiaat Santa Barbara physicist John Martinis) to develop its own quantum computers based on D-Wave's approach.In March 2015, the Google team announced they were "a step closer to quantum computation," having developeda new way for qubits to detect and protect against errors.In 2016, MIT's Isaac Chuang and scientists from the University of Innsbruckunveiled a five-qubit, ion-trap quantum computer that could calculate the factors of 15; one day, a scaled-up version of this machine mightevolve into the long-promised, fully fledged encryption buster.
There's no doubt that these are hugely important advances.and the signs are growing steadily more encouraging that quantumtechnology will eventually deliver a computing revolution.In December 2017, Microsoft unveiled a completequantum development kit, including a new computer language, Q#, developed specifically forquantum applications. In early 2018,D-wave announced plans to start rolling out quantum power to acloud computing platform.A few weeks later, Google announced Bristlecone, a quantum processorbased on a 72-qubit array, that might, one day, form the cornerstone of a quantum computer that could tackle real-world problems.In October 2019, Google announced it had reached another milestone: the achievement of "quantum supremacy" (the point at which a quantumcomputer can beat a conventional machine at a typical computing task),though not everyone was convinced; IBM, for example, disputed the claim.
One thing is beyond dispute: quantum computing is very excitingand you can find out just how exciting by tinkering with it for yourself, In 2019, Amazon's AWS CloudComputing offshoot announced a service called Braket, which gives its users access to quantum computing simulators based on machines being developed by three cutting-edge companies (D-wave, IonQ, and Rigletti). Microsoft's Azure cloud platform offers a rival service called Azure Quantum, while Google's Quantum AI websiteoffers access to its own research and resources. Take your pickor try them all.
Despite all this progress, it's early days for the whole field, and mostresearchers agree that we're unlikely to see practical quantumcomputers appearing for some yearsand more likely several decades.The conclusion reached by an influential National Academies of Sciences, Medicineand Engineering report in December 2018 was that "it is still too early to be able to predict the time horizon for a practical quantum computer" and that "many technical challenges remain to be resolved before we reach this milestone."
Follow this link:
Quantum computing: A simple introduction - Explain that Stuff
- Quantum Computing Stock Could Rise 67%, Says Analyst. Heres Why. - Barron's - October 4th, 2025 [October 4th, 2025]
- Where Will Quantum Computing Inc. Be in 1 Year? - The Motley Fool - October 4th, 2025 [October 4th, 2025]
- Analyzing the Sharp Rise of Quantum Computing Inc. - StocksToTrade - October 4th, 2025 [October 4th, 2025]
- QUDORA closes a Strategic Partnership with Kensho to Accelerate Quantum Computing Commercialization in Taiwan - Quantum Zeitgeist - October 4th, 2025 [October 4th, 2025]
- Quantum Computing Inc. Stock (QUBT) Opinions on Recent Stock Offering and Analyst Upgrade - Quiver Quantitative - October 4th, 2025 [October 4th, 2025]
- How Quantum Computings Biggest Challenges Are Being Solved With Accelerated Computing - NVIDIA Blog - October 2nd, 2025 [October 2nd, 2025]
- Here's the Quantum Computing Stock Wall Street Loves the Most (Hint: It's Not IonQ or Rigetti) - Yahoo Finance - October 2nd, 2025 [October 2nd, 2025]
- D-Wave to Participate in Quantum Beach Conference, Highlighting Companys Leadership in the Commercialization of Quantum Computing - Yahoo Finance - October 2nd, 2025 [October 2nd, 2025]
- Quantum computing could have a major impact on investing - Business Insider - October 2nd, 2025 [October 2nd, 2025]
- Here's the Quantum Computing Stock Wall Street Loves the Most (Hint: It's Not IonQ or Rigetti) - The Motley Fool - October 2nd, 2025 [October 2nd, 2025]
- IBM and Vanguard Team Up to Build Investment Portfolios with Quantum Computing - TipRanks - October 2nd, 2025 [October 2nd, 2025]
- Connecticut to Invest $10 Million in QuantumCT for Quantum Infrastructure and Testbed Deployment - Quantum Computing Report - October 2nd, 2025 [October 2nd, 2025]
- Odra Quantum Computing School Debuts in Poland with Intensive Training and Hackathon - HPCwire - October 2nd, 2025 [October 2nd, 2025]
- Billionaires Are Piling Into a Quantum Computing Stock That Gained Over 3,700% in the Past Year - The Motley Fool - October 2nd, 2025 [October 2nd, 2025]
- Introducing CHPX: The Case For AI Semiconductors And Quantum Computing - Seeking Alpha - October 2nd, 2025 [October 2nd, 2025]
- Quantum Computing Meets Aerospace: D-Wave CEO to Reveal Real-World Optimization Solutions at Quantum Beach - Stock Titan - October 2nd, 2025 [October 2nd, 2025]
- Combination of quantum and classical computing supports early diagnosis of breast cancer - Phys.org - October 2nd, 2025 [October 2nd, 2025]
- Quantum computing to unlock over $50 billion in value across key industries, says BCG - Economy Middle East - October 2nd, 2025 [October 2nd, 2025]
- Billionaires Are Piling Into a Quantum Computing Stock That Gained Over 3,700% in the Past Year - The Globe and Mail - October 2nd, 2025 [October 2nd, 2025]
- How Quantum Computing Is Positioned to Drive Long-Term Growth - Yahoo Finance - October 2nd, 2025 [October 2nd, 2025]
- QUDORA And Norma Inc. Partner to Advance Quantum Computing Adoption in South Korea - The Quantum Insider - October 2nd, 2025 [October 2nd, 2025]
- Construction kicks off at old steel mill in South Chicago, making way for massive quantum computing campus - Chicago Sun-Times - October 2nd, 2025 [October 2nd, 2025]
- PsiQuantum breaks ground on quantum computing project in Chicago - Evertiq - October 2nd, 2025 [October 2nd, 2025]
- Harnessing the complementary power of AI and Quantum Computing - The Business Journals - October 2nd, 2025 [October 2nd, 2025]
- Quantum computing breakthrough has more red flags than a Peoples Liberation Army parade - fi-desk.com - October 2nd, 2025 [October 2nd, 2025]
- PsiQuantum breaks ground on quantum computing park at former U.S. Steel South Works mill - nwitimes.com - October 2nd, 2025 [October 2nd, 2025]
- This Quantum Computing Stock Could Be the Next Nvidia 1,000% Returns Ahead - 24/7 Wall St. - October 2nd, 2025 [October 2nd, 2025]
- Quantum computing in 2025: From sci-fi to real-world solutions - Computerworld - October 2nd, 2025 [October 2nd, 2025]
- Hanbat National University Study Finds Quantum Computing Can Make Homes Smarter And Greener - Mirage News - October 2nd, 2025 [October 2nd, 2025]
- Officials Break Ground on Quantum Computing Campus, Promise Economic Boom for South Chicago. Neighbors Want That in Writing - WTTW News - October 2nd, 2025 [October 2nd, 2025]
- Quantum Computing (QUBT) to Offer Over 26 Million Shares - GuruFocus - October 2nd, 2025 [October 2nd, 2025]
- GPT-5 Serves as Research Assistant in Proving One of Quantum Computing Theory's Trickiest Theorems - The Quantum Insider - September 30th, 2025 [September 30th, 2025]
- Meet the Monster Quantum Computing Stock That Continues to Crush Nvidia, Oracle, and Palantir - The Motley Fool - September 30th, 2025 [September 30th, 2025]
- Quantum computing: unravelling the myths - cio.com - September 30th, 2025 [September 30th, 2025]
- This Quantum Computing Stock Just Set Another Scientific Record. Should You Buy It Here? - Barchart.com - September 30th, 2025 [September 30th, 2025]
- Quantum Computing: The Quantum Play With Decades Ahead (NASDAQ:QUBT) - Seeking Alpha - September 30th, 2025 [September 30th, 2025]
- 3 Incredible Quantum Computing Stocks to Buy Amid Falling Interest Rates - Yahoo Finance - September 30th, 2025 [September 30th, 2025]
- Hebrew University Researchers Achieve Record Room-Temperature Photon Collection from Diamond Defects - Quantum Computing Report - September 30th, 2025 [September 30th, 2025]
- Quantum Computing Accurately Models Atomic Nuclei with 0.1% Error on Trapped-Ion Machine - Quantum Zeitgeist - September 30th, 2025 [September 30th, 2025]
- Solana Co-Founder Says '50/50' Chance Quantum Computing Breaks Bitcoin By 2030, Calls For Quick Action - Yahoo Finance - September 30th, 2025 [September 30th, 2025]
- Comcast Partners with Classiq and D-Wave to Test Quantum-Powered Network Traffic Management - Quantum Computing Report - September 30th, 2025 [September 30th, 2025]
- If quantum computing is answering unknowable questions, how do we know theyre right? - Technology Org - September 30th, 2025 [September 30th, 2025]
- This Unexpected Company Just Achieved a Quantum Computing Milestone. Should You Buy Its Shares Here? - Barchart.com - September 30th, 2025 [September 30th, 2025]
- IonQ Just Achieved a New Quantum Computing Milestone. Should You Buy IONQ Stock Here? - Barchart.com - September 30th, 2025 [September 30th, 2025]
- 3 Incredible Quantum Computing Stocks to Buy Amid Falling Interest Rates - Nasdaq - September 30th, 2025 [September 30th, 2025]
- WiMi's Lays out for the Research on Distributed Quantum Computing Based on Cross-Optical Network Links - Stock Titan - September 30th, 2025 [September 30th, 2025]
- Quantum computing labs: the next phase of science and tech space - Green Street News - September 30th, 2025 [September 30th, 2025]
- HSBC demonstrates worlds first-known quantum-enabled algorithmic trading with IBM - HSBC - September 28th, 2025 [September 28th, 2025]
- There's a new potential quantum computing king. How to invest in it with less risk using options - CNBC - September 28th, 2025 [September 28th, 2025]
- HSBC's quantum computing breakthrough could be the future of Wall Street - Axios - September 28th, 2025 [September 28th, 2025]
- QUDORA Closes a Strategic Partnership with Kensho to Accelerate Quantum Computing Commercialization in Taiwan - The Quantum Insider - September 28th, 2025 [September 28th, 2025]
- Why Quantum Computing Stock Stumbled This Week - The Motley Fool - September 28th, 2025 [September 28th, 2025]
- Booz Allen Hamilton (BAH): Valuation Insights After New Quantum Computing Partnership With SEEQC - simplywall.st - September 28th, 2025 [September 28th, 2025]
- QUDORA and Kensho Partner to Accelerate Quantum Computing Commercialization in Taiwan - Quantum Computing Report - September 28th, 2025 [September 28th, 2025]
- Rigetti Computing Just Got a New Street-High Price Target. Should You Buy This Winning Quantum Computer Stock Here? - Yahoo Finance - September 28th, 2025 [September 28th, 2025]
- StanChart Venture Arm Teams Up With Fujitsu on Quantum Computing - Bloomberg.com - September 25th, 2025 [September 25th, 2025]
- HSBC says quantum computing trial helps bond trading - Reuters - September 25th, 2025 [September 25th, 2025]
- HSBC Claims Quantum Computing First in Algo Bond Trading - The Full FX - September 25th, 2025 [September 25th, 2025]
- HSBC and IBM Demonstrate Quantum-Enabled Algorithmic Trading with up to 34% Improvement - Quantum Computing Report - September 25th, 2025 [September 25th, 2025]
- Quantum Computing Takes Its First Steps Into Wall Street - Quantum Zeitgeist - September 25th, 2025 [September 25th, 2025]
- IBM stock rises over 5% after quantum computing trading trials with HSBC - what's the experiment all about - The Economic Times - September 25th, 2025 [September 25th, 2025]
- Why the U.S.-U.K. Quantum Computing Pact Is Vital for the Nascent Technology - Barron's - September 23rd, 2025 [September 23rd, 2025]
- Miniaturized ion traps show promise of 3D printing for quantum-computing hardware - Tech Xplore - September 23rd, 2025 [September 23rd, 2025]
- Quantum Computing Moves from Theoretical to Inevitable - Bain & Company - September 23rd, 2025 [September 23rd, 2025]
- Who Are the Top 9 Quantum Computing Technologies Companies in 2025? - Global Growth Insights - September 23rd, 2025 [September 23rd, 2025]
- Why Is Quantum Computing Stock (QUBT) Falling Today? - TipRanks - September 23rd, 2025 [September 23rd, 2025]
- HANetf adds defence and quantum computing to tech ETF - ETF Stream - September 23rd, 2025 [September 23rd, 2025]
- BTQ Technologies Receives Approval to List on Nasdaq - Quantum Computing Report - September 23rd, 2025 [September 23rd, 2025]
- Why D-Wave Quantum Computing Stock Dropped Today - The Motley Fool - September 23rd, 2025 [September 23rd, 2025]
- Why D-Wave Quantum Computing Stock Dropped Today - Nasdaq - September 23rd, 2025 [September 23rd, 2025]
- Quantum: Not A Good Play For Either AI Or Quantum Computing - Seeking Alpha - September 23rd, 2025 [September 23rd, 2025]
- A giant quantum computing center for warfare threatens the cost of living on Chicagos South Side - Liberation News - September 21st, 2025 [September 21st, 2025]
- NERSC and Berkeley Lab Study Forecasts Practical Quantum Computing for U.S. Science Within a Decade - Quantum Computing Report - September 21st, 2025 [September 21st, 2025]
- Does Quantum Computing Pose a Threat to Bitcoin? - OneSafe - September 21st, 2025 [September 21st, 2025]
- USU Mathematicians' Topological Theories Could Foster Quantum Computing Breakthrough - Utah State University - September 21st, 2025 [September 21st, 2025]
- Breakthrough phason discovery in twisted 2D materials transforms quantum computing - The Brighter Side of News - September 21st, 2025 [September 21st, 2025]
- Quantum Computing (NASDAQ:QUBT) Trading Up 3.6% - Here's Why - MarketBeat - September 21st, 2025 [September 21st, 2025]
- Quantum Computing Is Skyrocketing Today -- Is the Stock a Buy Right Now? - The Motley Fool - September 21st, 2025 [September 21st, 2025]
- Quantum Gold Rush: QUBT vs. D-Wave Inside the High-Stakes 2025 Quantum Computing Showdown - ts2.tech - September 21st, 2025 [September 21st, 2025]
- The Air Force wants more research on quantum computing, and it's sending stocks in the sector soaring - Yahoo Finance - September 21st, 2025 [September 21st, 2025]