What Applications Are Suitable for a Quantum Computer?

Jack Krupansky
19 min readApr 30, 2019

--

Quantum computers are not yet ready for prime time, but this informal paper summarizes some of the categories of applications which will likely eventually be appropriate for quantum computers in the coming years. Most generally, any application which is too computationally intensive for a classical computer is likely a good candidate for a quantum computer. Granted, it’s a little more complicated than that, with some applications even too complex for even a quantum computer, or structured in a way which is not readily transformed into a structure which is readily processed by a quantum computer.

A simpler formulation would be applications for which we understand how to structure code on a classical computer but for which the computational requirements — time, memory, and parallel processing — are much too intensive for even readily available supercomputers.

In addition, there are applications for which we have no ready methods to structure on even the most powerful supercomputers, but which can be structured in terms of the raw physics operations supported by quantum computers. Simulating quantum mechanics and chemical reactions are two such applications.

The goal here is not to precisely characterize what makes an application suitable for a quantum computer, but to summarize categories of applications which vendors and other proponents of quantum computers are touting as the more fertile applications for quantum computing.

Whether these categories turn out to be accurate over the longer term remains to be seen.

And in the short to medium term actual, real quantum computers may turn out to be too limited to fully support the claimed applications. The basic idea is that eventually we will see sufficiently powerful quantum computers capable of supporting these applications.

The short summary of applications includes:

  • Optimization, planning, and logistics
  • Forecasting
  • Financial modeling
  • Drug design and discovery
  • Genomics
  • Cybersecurity and cryptography
  • Molecular modeling
  • Chemistry modeling, computational chemistry
  • Material design and modeling
  • Aerospace physics
  • Quantum simulation — simulation of physical systems at the quantum mechanical level
  • Artificial intelligence, machine learning
  • Random number generation

The rest of this paper will list applications as they are indicated from a variety of sources, including:

  • 1QBit
  • Accenture
  • Airbus
  • BBVA (Banco Bilbao Vizcaya Argentaria, S.A — Spain)
  • Daimler
  • DARPA
  • Department of Energy (DOE)
  • D-Wave Systems
  • Google
  • Honeywell
  • IBM
  • Intel
  • IonQ
  • Microsoft
  • NASA
  • National Science and Technology Council (NSTC)
  • National Strategic Overview for Quantum Information Science
  • NIST
  • Quantum Circuits, Inc. (QCI)
  • QuTech
  • Rigetti Computing
  • Singularity Hub
  • Volkswagen
  • Wikipedia
  • Xanadu
  • Zapata Computing

Note: This paper does not cover the broader field of quantum information science (QIS), which includes quantum communication and quantum networking in addition to quantum computing — only the latter is the focus of this paper.

The information presented in this informal paper is not designed to be absolutely exhaustive, but certainly reasonably comprehensive. The information will be updated as the field evolves and progresses.

But before we dive directly into the applications, some preliminary issues must be discussed:

  • Big Data
  • Partitioning large datasets
  • Search
  • Quantum computer as a coprocessor
  • Complex calculations
  • Text processing
  • Image and media processing
  • Unstructured data
  • Application structure to exploit quantum computing
  • Need for a compelling quantum advantage
  • Lack of clarity and specificity for net effect on performance
  • Presumption of applicability vs. reality
  • ENIAC moment for quantum computing
  • FORTRAN moment for quantum computing

Big Data?

Sorry, but despite the hype, quantum computing is not appropriate for directly processing large quantities of data — so-called Big Data. Rather, classical software must preprocess data and spoon-feed it to a quantum computer in very small and manageable chunks.

In particular, a quantum computer has no ability to directly access data itself:

  1. No equivalent of a classical computer terminal to read and display data.
  2. No ability to read and write text or data files.
  3. No ability to access a database to read, write, update, or query data.
  4. No ability to access data over a network.
  5. No ability to send or receive data from web services over a network.
  6. No real-time sensor access.

Instead, classical software must be used to preprocess and postprocess any data required by or produced by a quantum program.

Any data needed by the quantum program must be embedded within the program itself.

How much data can a quantum computer handle? No more than the number of qubits. N qubits means no more than N classical bits of input data and no more than N classical bits of result data.

Sure, a quantum computer with N qubits can work with 2^N quantum states, but that’s within the quantum program, separate from the maximum of N input and N result classical bits of data.

Partitioning large datasets

Since quantum computers generally cannot handle Big Data directly, it is necessary to use classical software to break (partition) large problems and large datasets into smaller problems and smaller datasets, each of which can be handled by a sufficiently powerful quantum computer.

Partitioning is not a perfect panacea. The quantum computer will not see all of the data at the same time, so global optimization across the full dataset will not be possible — solutions can only be optimized locally for the limited partition of data which is currently being processed. Classical software can then be used to attempt to piece or stitch the partitioned results into a single global result, but the final results may or may not be a reasonable approximation of the optimal results if the quantum computer had all of the input data at the same time.

Search?

Despite the hype, centered on Grover’s algorithm, quantum computers are particularly ill-suited for large-scale search applications, such as an internet search engine or querying of databases. In particular, this is due to the fact that a quantum computer has no access to external or classical data, having direct access to only the relatively few bits of information which can be represented in the limited qubits of a quantum computer.

The fact that N qubits can represent 2^N quantum states doesn’t get around the fact that there is no practical or even conceptual method to load a large classical database into even a large quantum computer. Not now. Not soon. In fact, not ever.

Besides, modern search engines or distributed databases running on large networks of distributed classical computers have very sophisticated indexing algorithms to find keywords or data records very quickly as it is. Besides, even Grover’s algorithm offers only a sqrt(N) speedup (quadratic), not the kind of exponential speedup quantum computing promises in many application areas.

There may be some very specialized forms of search, such as images and media, where quantum computing may facilitate advanced search methods, but even there, the very limited classical data capacity of a relatively small number of qubits precludes any real quantum advantage.

There may also be some very specialized smaller portions of the overall search problem which can be processed on a quantum computer with a modest number of qubits — using the quantum computer as a coprocessor as described in the following section.

Quantum computer as a coprocessor

A quantum computer is generally not a full, standalone, general purpose computer in the same sense as any classical computer. Rather, a quantum computer is more of a coprocessor — classical software must perform any data retrieval, preprocessing and data preparation, invocation of the actual quantum program, and then post-processing and storage of the results of the quantum program must also be performed by classical software.

A quantum program operates more as a subroutine or function call within a larger classical program.

Complex calculations

Despite the focus on massive parallelism, quantum computers are ill-suited for very complex calculations — and better suited for large numbers of relatively simple calculations.

The trick for quantum parallelism is that a relatively simple calculation, called an oracle function is executed once, in parallel, for all possible integer values in the range of 0 to 2^N minus one, where N is the number of qubits needed to represent the range of the number to be evaluated.

Complex calculations fail on a quantum computer because quantum computers can execute only a relatively small number of operations before the quantum state of the qubits begins to decay, on the order of dozens to hundreds of so-called quantum logic gates, which are more like the instructions (operations) of a classical computer than the hardware logic gates familiar to digital electrical engineers. Quantum computers work well when the quantum program consists of a relatively small number of quantum logic gates, coupled with quantum parallelism to apply the logic to a wide range of possible values.

The trick for complex calculations is to factor them so that the quantum computer is used to quickly reduce the full range of possible values to a much more limited range which can then be evaluated at a much more leisurely pace on a classical computer.

In short, do quantum parallelism on the quantum computer but complex calculations on a classical computer.

Text processing

Text processing is rather ill-suited for quantum computing at present. Generally, a problem needs to be reduced to a linear range of integers or energy states — a structure that very closely mirrors the physics embodied in the qubits of a quantum computer.

Image and media processing

Large-scale image and media processing is also rather ill-suited for quantum computing at present. Again, generally, a problem needs to be reduced to a linear range of integers or energy states — a structure that very closely mirrors the physics embodied in the qubits of a quantum computer.

Relatively small images and very limited media can be processed, but that severely limits the utility of quantum computing for image and media data.

Unstructured data

Unstructured data is also rather ill-suited for quantum computing at present. Again, generally, a problem needs to be reduced to a linear range of integers or energy states — a structure that very closely mirrors the physics embodied in the qubits of a quantum computer.

Generally, data needs to have a very simple and very regular structure to be amenable to quantum algorithms.

Application structure to exploit quantum computing

Much of the code for an application, any application, won’t be able to exploit the power of a quantum computer and must be executed on a classical computer. It is an open question as to how to best structure a particular application so that a significant fraction of the application components can be executed on a quantum computer.

There is no single, uniform, universal application structure, but generally at least the following components will be present:

  1. Data retrieval. Fetch input data from data sources. Pure classical code.
  2. Preprocessing and data preparation. Pure classical code. Input data ready to be processed by quantum code.
  3. Quantum state preparation. Pure quantum code. Mapping of classical bits of input data to qubits to initialize the quantum state of the quantum computer.
  4. Invocation of the actual quantum program. Pure classical code which is transitioning to pure quantum code.
  5. Quantum code to do the quantum processing. Pure quantum code. Where all the real quantum action is, the quantum algorithm, exploiting quantum parallelism.
  6. Measurement. Capturing the results of the quantum program. Mapping quantum state of qubits to binary classical bits. Pure quantum code. Note: Measuring the quantum state of a qubit causes the quantum state to collapse into either a classical binary 0 or a classical binary 1. Any superposition, entanglement, or phase of that qubit will be lost.
  7. Post-processing. Additional processing of the quantum results. Not all processing can always be done or is best done on the quantum computer. Pure classical code.
  8. Storage of the post-processed results of the quantum program. After post-processing. The final results of the application.

There may be any number of instances of these steps, possibly in an iterative loop or with conditional processing in the classical code, invoking quantum code as subroutines or functions of the quantum computer as a coprocessor as needed.

Need for a compelling quantum advantage

As big a challenge as it will be to get an application running on a quantum computer at all, all is for naught if the net result is not a quantum advantage, namely that the quantum application is able to achieve a result that is either impossible to achieve with a classical computer or a performance improvement that is absolutely mind-boggling, like 1,000 to a million times faster or even much more, a result of the exponential speedup promised by the proponents of quantum computing.

A mere improvement — 10–50% or even 2x or 4x — is not sufficient to justify a quantum solution. A true quantum leap is required.

Sure, in the early days (next few years), even parity with classical computing will be welcomed in the face of the many technological challenges which must be overcome to make the leap to a quantum computer, but parity is a mere steppingstone on the path to the true goal, a clear, distinctive, and compelling quantum advantage.

Lack of clarity and specificity for net effect on performance

Most of the applications listed in this paper have a fair degree of complexity, much of which is not appropriate for a quantum computer, so much of the application must be executed on a classical computer while only key portions are executed on the quantum computer as a coprocessor.

But there is no clarity or specificity as to which portions of each of these applications actually can be executed on a quantum computer and can indeed exploit the key feature of quantum computing, quantum parallelism.

The net effect is that it won’t be known in advance how big a net gain in performance will be gained from quantum computing for any given application.

Some applications may gain a huge benefit, other applications only a moderate benefit, and some applications may not benefit at all. We just don’t know and won’t know until sufficiently powerful quantum computers become available and quantum algorithm developers take a shot at optimizing these applications.

Presumption of applicability vs. reality

In all honesty, the applications listed in this paper are virtually all presumed to be reasonable potential applications for quantum computing, but the reality is that this is mostly speculation and inference rather than reality since none of the presumed applications has been proven in realistic, nontrivial actual, real-world applications.

Sure, we can expect that quite a few of these potential applications will indeed bear fruit, but exactly which ones and exactly how much fruit remains to be seen, and the timeframe is a complete unknown.

We need to be more than a little circumspect when speaking of the more distant future as if it had already arrived when clearly it has not yet arrived and is not likely to arrive imminently.

ENIAC moment for quantum computing

The ENIAC computer was unveiled in 1946 as the first successful digital computer, focused on a specific application — computing artillery firing tables. It wasn’t simply a bare piece of technology, but demonstrated a real and compelling application.

When will quantum computing achieve its own ENIAC moment, when both the hardware and a compelling application are here together for the first time? I explored this topic in my paper When Will Quantum Computing Have Its ENIAC Moment? The short answer is no time soon, but maybe in four to seven years.

The point here is that with all the applications listed in this paper, eventually one of them will manage to come together at the same time that the hardware comes together, and then, only then, will quantum computing have its ENIAC moment.

We need to see both algorithms and hardware advance together, not necessarily in absolute lockstep, but it does no good to have hardware without applications or applications without hardware. I explored this topic at length in my paper The Greatest Challenges for Quantum Computing Are Hardware and Algorithms.

FORTRAN moment for quantum computing

The FORTRAN programming language was the first widely successful high-level programming language and programming model for classical computing. There were some earlier attempts, but FORTRAN made the big splash and opened up computing to a much wider market. Before FORTRAN, programmers had no choice but to code in assembly or raw machine language — the world of bits, words, registers, memory, machine instructions, and raw hardware I/O. It was very, very, VERY tedious. But FORTRAN allowed programmers to write and think in the higher-level terms of variables, integers, real numbers, arrays, control structures (conditionals, loops, and function calls), and even formatted I/O. Programmers became MUCH more productive. Other high-level languages followed, such as COBOL, LISP, and BASIC, but it was FORTRAN which opened the doors (or floodgates!) wide open in the first place.

The point here is that the high-level programming model and features of FORTRAN ushered in a new age for application developers.

Quantum computing does not yet have a sophisticated high-level programming model and features that delivers the kind of productivity boost as FORTRAN did for classical computing.

Until quantum computing does gain such a sophisticated high-level programming model and programming language, comparable to FORTRAN — what I am calling the FORTRAN moment for quantum computing, application development will proceed at a very sluggish pace and be restricted to the most elite of software developers.

I explore this topic at much greater length in my paper When Will Quantum Computing Have Its FORTRAN Moment?

The applications

Enough with the preliminaries and caveats. On with listing actual (oops — potential) applications for quantum computing, as indicated from specific sources…

1QBit

Source: https://1qbit.com/

  1. Optimization.
  2. Simulation.
  3. Machine learning.
  4. Currently intractable problems.

Accenture

Source: https://www.accenture.com/us-en/insights/technology/quantum-computing

  1. Optimization. Today quantum computing is ideal for solving optimization problems — sorting through vast potential solutions to arrive at the best decision.
  2. Chemistry. Quantum computers can facilitate real-world quantum system simulation, unlocking efficiency in material design and drug analysis.
  3. Machine Learning. Quantum computers can provide reliable data for machine learning algorithms. Each iteration of new data can help artificial intelligence “learn.”
  4. Financial Services. Quantum computing can help determine attractive portfolios and flag key fraud indicators using thousands of assets with interconnecting dependencies.
  5. Life Sciences. Replacing certain protein folding and therapy discovery techniques, quantum computing can help improve drug design.
  6. Manufacturing. As quantum computing evolves, it will help solve supply chain optimization and purchasing challenges.
  7. Resources. Quantum computing can help identify optimal product lifecycle and replacement issues at a system-wide scale.
  8. Media & Technology. Quantum computers are well suited to schedule advertising and maximize ad revenue, tailored on a per-customer basis.

Airbus

Airbus Quantum Computing Challenge — Bringing flight physics into the Quantum Era.

This is more of a statement of the desirability of quantum solutions to these application areas rather than an indication that quantum solutions are indeed possible. But that same distinction can be drawn for many of the applications mentioned in this paper. It is more literally a Request for Solutions solicitation.

Source: https://www.airbus.com/innovation/tech-challenges-and-competitions/airbus-quantum-computing-challenge.html

  1. Aircraft Climb Optimisation.
  2. Computational Fluid Dynamics.
  3. Quantum Neural Networks for Solving Partial Differential Equations.
  4. Wingbox Design Optimisation.
  5. Aircraft Loading Optimisation.

BBVA (Banco Bilbao Vizcaya Argentaria, S.A — Spain)

BBVA is “following six lines of research, working hand in hand with Spain’s Senior Council for Scientific Research (CSIC), Accenture, Fujitsu, Zapata Computing, and Multiverse.”

Source: https://www.bbva.com/en/bbva-pursues-the-financial-sectors-quantum-advantage/

  1. Development of quantum algorithms (CSIC).
  2. Static Portfolio Optimization (Fujitsu).
  3. Dynamic portfolio optimization (Accenture, Multiverse).
  4. Credit scoring process optimization (Accenture).
  5. Currency arbitrage optimization (Accenture).
  6. Derivative valuations and adjustments (Zapata Computing).

Also:

  1. Improve machine learning algorithms.
  2. Improve energy efficiency.
  3. Help advance toward a more sustainable society.

Daimler

Source: https://www.daimler.com/innovation/pioneering/quantencomputing-2.html

  1. Selection of new materials based on quantum chemistry — e.g., for the development of battery cells.
  2. Efficient and convenient provision of individual mobility — e.g., traffic management for autonomous vehicles in urban environments and megacities.
  3. Logistics planning for delivery vans, where routes need to be planned and updated in real time on the basis of numerous variables.
  4. Optimization of production planning and production processes.
  5. Machine learning to advance the development of artificial intelligence.

DARPA

Source: https://www.fbo.gov/index?s=opportunity&mode=form&id=2dc9cb27145bc5a144d6e818bb090f21&tab=core&_cview=0

  1. Understanding complex physical systems.
  2. Hard science modeling problems.
  3. Improving artificial intelligence (AI) and machine learning (ML) and deep learning (DL).
  4. Enhancing distributed sensing.

Department of Energy (DOE)

Source: https://www.energy.gov/articles/department-energy-announces-218-million-quantum-information-science

  1. Solve large, extremely complex problems that lie entirely beyond the capacity of even today’s most powerful supercomputers.
  2. Exquisitely sensitive sensors, with a variety of possible medical, national security, and scientific applications.
  3. Cybersecurity and encryption.
  4. Provide insights into such cosmic phenomena as Dark Matter and black holes.

D-Wave Systems

Source: https://www.dwavesys.com/quantum-computing/applications

  1. Optimization. Too many combinations of options to evaluate exhaustively on classical computers.
  2. Machine learning. Detecting recurring patterns in huge amounts of data with an immense number of potential combinations of data elements.
  3. Materials simulation.
  4. Monte Carlo simulation. Complex models, with many different variables.

Google

Source: https://ai.google/research/teams/applied-science/quantum-ai/

  1. Artificial intelligence.
  2. Machine learning. Classification and clustering.
  3. Generative and discriminative quantum neural networks.
  4. Discrete optimization.
  5. Simulation of new materials.
  6. Elucidation of complex physics.
  7. Simulation of chemistry.
  8. Simulation of condensed matter models.

Source: https://www.nature.com/articles/s41586-019-1666-5

  1. Random number generation — generating certifiable random numbers.
  2. Materials science.
  3. Chemistry.

Honeywell

Source: https://www.honeywell.com/quantumsolutions

  1. Pharmaceuticals. Improve the efficiency of early-phase drug design and discovery.
  2. Chemicals. Accelerate development of new chemicals.
  3. Finance. Reduce risk through improved portfolio insight.
  4. Aerospace/Defense. Develop new aircraft materials and advanced military technology.
  5. Oil & Gas. Optimize production and expedite exploration.
  6. Data center. Accelerate machine learning and analysis of large data sets.
  7. Manufacturing. Gain visibility into design and production limitations.
  8. Telecommunication. Optimize antenna efficiency and bandwidth utilization.

IBM

Source: https://www.research.ibm.com/ibm-q/learn/quantum-computing-applications/

  1. Medicine & Materials. Untangling the complexity of molecular and chemical interactions leading to the discovery of new medicines and materials.
  2. Supply Chain & Logistics. Finding the best solutions for ultra-efficient logistics and global supply chains, such as optimizing fleet operations for deliveries during the holiday season.
  3. Financial Services. Finding new ways to model financial data and isolating key global risk factors to make better investments.
  4. Artificial Intelligence. Making facets of artificial intelligence such as machine learning much more powerful when data sets are very large, such as in searching images or video.

Intel

Source: https://www.intel.com/content/www/us/en/research/quantum-computing.html

  1. Massive parallelism.
  2. Simulate and analyze natural phenomena.
  3. Individualized genetic medicine.
  4. Astrophysics.
  5. Solving environmental challenges.

Ionq Computing

Source: https://ionq.co/news/december-11-2018
Source: https://ionq.co/news/february-26-2019

  1. Simulation.
  2. Hard optimization problems.
  3. Materials.
  4. Pharmaceuticals.
  5. Medicine.
  6. Chemistry. Computational chemistry. Chemicals.
  7. Energy.
  8. Logistics.
  9. Finance.

Microsoft

Source: https://www.microsoft.com/en-us/quantum/quantum-computing-applications

  1. Chemistry. Molecular interactions.
  2. Material science.
  3. Optimization problems.
  4. Machine learning.

NASA

Source: https://arxiv.org/abs/1905.02860From Ansätze to Z-gates: a NASA View of Quantum Computing

  1. Planning.
  2. Scheduling.
  3. Fault diagnosis.
  4. Machine learning.
  5. Robustness of communication networks.
  6. Simulation of many-body systems for material science and chemistry.

National Science and Technology Council (NSTC)

Source: http://calyptus.caltech.edu/qis2009/documents/FederalVisionQIS.pdfA Federal Vision for Quantum Information Science (2008)

  1. Impossible problems.
  2. Greatly improved sensors. Mineral exploration and medical imaging.
  3. Exotic new and emergent states of matter that emerge from collective quantum systems. Including fractional quantum Hall states, topological insulators, new superconducting materials, and new states of matter that arise through quantum phase transitions.
  4. Enable long-lived quantum mechanical states.
  5. Quantum chemistry.
  6. Drug design.
  7. Design and development of new and exotic materials. Including materials for energy systems.
  8. Simulate quantum mechanical systems.
  9. Development of an analog quantum simulator.
  10. Accurate predictions of chemical properties.
  11. Measurements on individual quantum systems.
  12. Implications for national security.
  13. Implications for future economic competitiveness.
  14. Improvements in the global positioning system.
  15. Health care.

National Strategic Overview for Quantum Information Science

Source: https://www.whitehouse.gov/wp-content/uploads/2018/09/National-Strategic-Overview-for-Quantum-Information-Science.pdf

  1. Materials development.
  2. New approaches to understanding materials.
  3. New approaches to understanding chemistry.
  4. Chemical calculations.
  5. Modeling of chemical reactions to enhance corrosion-resistant materials.
  6. New approaches to understanding gravity
  7. Novel algorithms for machine learning.
  8. Novel algorithms for optimization
  9. Transformative cyber security systems including quantum-resistant cryptography.
  10. Improvements in effective drug discovery.
  11. Optimization.
  12. Optimizing logistics solutions.
  13. Machine learning.
  14. Quantum sensing.

NIST

Source: https://www.nist.gov/sites/default/files/documents/2018/10/15/3._carl_williams_update_on_nist_quantum_plans.pdf

  1. Quantum sensors.
  2. Secure data transmission.
  3. Random number generation.
  4. Simulation.
  5. Complex materials.
  6. Molecular dynamics.
  7. QCD. [Modeling Quantum chromodynamics?]
  8. Cryptanalysis. Including post-quantum cryptography.
  9. Quantum chemistry.
  10. Optimization.
  11. Quantum field theory.
  12. Quantum networks.

Quantum Circuits, Inc. (QCI)

Source: https://quantumcircuits.com/news-and-publications/quantum-circuits-inc-qci-a-quantum-computer-startup-out-of-yale-opens-lab-in-new-haven

  1. Drug design for biotech.
  2. Materials science.
  3. Improved processes for industrial chemicals.
  4. Fintech.
  5. Logistics.
  6. Machine learning.
  7. Energy.

QuTech

Source: https://qutech.nl/

No applications explicitly listed.

Rigetti Computing

Source: https://www.rigetti.com/

  1. Solve previously unsolvable problems.
  2. Address fundamental challenges in medicine, energy, business, and science.
  3. Chemistry. Predicting the properties of complex molecules and materials. Design more effective medicines, energy technologies and more resilient crops.
  4. Machine Learning. Training advanced AI on quantum computers.
  5. Computer vision, pattern recognition, voice recognition, and machine translation.
  6. Optimization. Solve complex optimizations such as ‘job shop’ scheduling and traveling salesperson problems.
  7. Drive critical efficiencies in businesses, military and public sector logistics, scheduling, shipping, and resource allocation.

Singularity Hub

Source: https://singularityhub.com/2017/06/25/6-things-quantum-computers-will-be-incredibly-useful-for/

  1. Artificial Intelligence.
  2. Molecular Modeling.
  3. Cryptography.
  4. Financial Modeling.
  5. Weather Forecasting.
  6. Particle Physics.

Volkswagen

Source: https://www.volkswagenag.com/en/news/2018/06/volkswagen-tests-quantum-computing-in-battery-research.html

  1. Simulate the chemical structure of batteries.

Source: https://www.volkswagen-newsroom.com/en/press-releases/volkswagen-optimizes-traffic-flow-with-quantum-computers-5507

  1. Traffic optimization.
  2. Smart traffic management.
  3. Passenger number prediction. [Not completely clear if this is a quantum component or a classical component which works in conjunction with the quantum route optimization.]
  4. Route optimization, congestion-free route optimization.

Wikipedia

Source: https://en.wikipedia.org/wiki/Quantum_computing

  1. Cryptography.
  2. Quantum search.
  3. Quantum simulation.
  4. Quantum annealing and adiabatic optimization
  5. Solving linear equations

Xanadu

Source: https://www.xanadu.ai/

  1. Machine learning.
  2. Chemistry. Drug discovery and material design.
  3. Finance. Accelerating complex pricing models that factor in numerous outcomes and variables changing over time. Portfolio optimization, algorithmic trading, and quantum machine learning for fraud detection.
  4. Optimization.
  5. Sensors. Quantum sensing, using quantum photonics, combined with quantum machine learning techniques, has the potential to make autonomous cars safer and scanning precious biological or chemical samples more accurate.

Zapata Computing

Source: https://www.zapatacomputing.com/services

  1. Chemistry Simulation.
  2. Logistics optimization.
  3. Machine Learning.
  4. Financial Tech.
  5. Materials Design.
  6. Pharma Lead Gen.
  7. Bio-informatics.

Military and intelligence?

There are certainly plenty of applications of quantum computing for defense and intelligence for national security, but other than what is briefly mentioned for DARPA, little is publicly known. That said, most of the applications from other areas generally apply equally well for the military and intelligence agencies, including:

  • Cybersecurity and cryptography.
  • Optimization, planning, and logistics.
  • Material science.
  • Modeling chemical reactions.
  • Quantum system simulation.
  • Artificial intelligence.

And presumably quantum computers can have a role in design and testing of weapon systems, including nuclear weapons.

The vague category defense includes both the military services and the many private sector contractors and venders who design, develop, manufacture, maintain, and service the myriad of products and services used by the military services.

Other

As mentioned at the outset, the list of applications enumerated in this paper is not intended to be exhaustive — there are undoubtedly many other potential applications, as yet undiscovered, or maybe just not yet known to me.

This paper will be updated as additional applications and sources of applications become apparent, especially as quantum computers evolve to the stage where such applications actually become feasible.

Beyond the unknown

As we contemplate what applications can be handled by a quantum computer we are unfortunately limited or biased by the lens and blinders of classical computers, so that we are not even ready to begin to deeply contemplate alternative ways to even conceptualize problems using a quantum mindset, let alone contemplate solutions using a quantum mindset.

We’re too busy conceptualizing solutions in terms of classical solutions. We need to come up with whole new categorizes of models for conceptualizing solutions in the terms of how quantum computers operate.

And that begs the question of not even knowing what capabilities quantum computers will have in five, ten, and twenty years.

The simple answer is that all of this will evolve in a variety of dimensions and stages:

  1. The relentless march of technology, sometimes in giant leaps, mostly in incremental progress, and sometimes long gaps when little progress seems to be being made.
  2. Evolution of how we analyze problems.
  3. Evolution in how we conceptualize solutions.
  4. Evolution of quantum hardware, software, and tools.
  5. Evolution of building blocks for quantum algorithms.
  6. Learning from the work of others.
  7. Waiting for technological advances, or divine inspiration for clever ways to do better with what technology we already have.
  8. Feedback loops between any and all of the above. Co-design of hardware and algorithms, for example.
  9. Rinse and repeat. [Hmmm… that’s a classical concept; what’s the quantum version of rinse and repeat, other than massive parallel rising and repeating!]

For now, we’re focused on relatively simple problems and solutions, but primarily we’re waiting for much more capable quantum hardware so that we can begin seriously iterating that evolution.

--

--