An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (2024)

The development of useful quantum computing is a massive global effort, spanning government, enterprise, and academia. The benefits of quantum computing could help solve some of the most challenging problems in the world related to applications such as materials simulation, climate modeling, risk management, supply chain optimization, and bioinformatics.

Realizing the benefits of quantum computing requires integrating quantum computers into existing supercomputing infrastructures and scientific computing workflows and enabling domain scientists to program them in familiar languages and with familiar tools.

This democratization of workflows and development of a robust and performant software stack is exactly what enabled GPUs to revolutionize supercomputing. Building from the same framework that made accelerated computing successful is critical for quantum computers to evolve from research projects to enablers of science. This idea is called quantum accelerated supercomputing.

This post provides a foundational understanding of quantum computers and how quantum accelerated supercomputing leverages their strengths and handles their weaknesses. It concludes with some practical considerations for developers looking to build robust and performant quantum accelerated workflows that will scale as quantum computers develop.

Building blocks of quantum computers: QPUs and qubits

Quantum accelerated supercomputing leverages quantum processing units (QPUs) to perform quantum computing tasks. The heart of a QPU is a collection of two-level quantum physical systems known as quantum bits, or qubits. Qubits can be created in a wide variety of ways, with current approaches leveraging trapped ions, light polarization, and current moving through superconducting loops to name a few.

Contrary to a classical bit that can be in only the 0 or 1 state, a qubit can exist in a combination of both states simultaneously, enabling far more flexibility to encode information. This is known as a superposition and is why a QPU with An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (1) qubits can hold an exponential amount (An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (2)) of classical information. Multiple qubits interact through phenomena called entanglement and interference which allow for unique ways to process the quantum information held within the qubits.

A full quantum state can never be directly accessed. The only way information is output from a quantum computer is by measuring each qubit which returns a 0 or 1 probabilistically and collapses its superposition to the respective classical state. The distribution of many repeated measurements (samples) provides additional insight into properties of the quantum state that cannot be directly observed. The state of the qubit is often represented as a vector on the Bloch Sphere depicted in Figure 1.

An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (3)

Quantum computing hardware and algorithms

Quantum computing can be simplified and thought of as two primary components: hardware (the QPU) and quantum algorithm. The hardware is an incredibly complex and precisely engineered device that protects, manipulates, and measures the qubits.

There are many sorts of qubits being utilized to build QPUs and each type requires a completely different hardware design. For example, a trapped ion QPU operates on qubits through lasers while a superconducting QPU does so with microwave pulses. Each architecture comes with associated pros and cons related to qubit quality, speed, scalability, and so on.

Qubits are extremely sensitive to the environment and even the smallest perturbations can cause decoherence (destruction of the quantum information) and result in erroneous computations. Avoiding decoherence is extremely difficult and is the primary barrier to realizing a useful QPU.

The second aspect of quantum computing is the quantum algorithm. A quantum algorithm is a set of mathematical operations that manipulates the quantum information stored in a set of qubits to produce a meaningful result when the qubits are measured. Quantum algorithms are generally represented as quantum circuits, as depicted in Figure 2. The two horizontal lines represent the two qubits in the system beginning in the |0> state. The following boxes and lines represent either single or two-qubit gate operations.

An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (4)

The design of quantum algorithms is complex because it must take a real-world problem, consisting of classical information, and formulate it in such a way that can be mapped to a quantum system, manipulated as quantum information, and then transformed back into a classical solution. In general, a successful quantum algorithm will efficiently prepare a quantum state that, when sampled many times, produces the “correct answer” with a high probability.

Each operation in a quantum circuit corresponds to an extremely precise physical interaction with the target qubits and introduces noise into the system. The noise can rapidly accumulate and produce incoherent results. To run practical quantum algorithms, quantum error correction (QEC) codes will be necessary to ensure that the quantum information is protected by encoding logical qubits using many noisy physical qubits. The development of robust and efficient QEC codes remains one of the largest barriers to solving practical problems on a QPU.

What are some workflows that QPUs could accelerate?

It is a common misconception that QPUs will accelerate any sort of computation. This will probably not be the case, as QPUs are well-suited for very specific tasks. One of the primary weaknesses of a quantum computer is the fact that information can only be extracted via nondeterministic measurements of the An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (5) qubits to produce a bitstring of length An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (6). Therefore, it is important to understand the types of problems that are either theoretically proven or expected to have efficient implementations on a QPU, as listed below.

  • Simulating quantum systems: QPUs, quantum systems themselves, are naturally good at simulating other quantum systems. This could enable all sorts of fundamental science ranging from the exploration of new chemical reactions and materials to unlocking the mysteries of high-energy physics.
  • Optimization: The exponential amount of information held in a QPU could allow for new methods aimed at finding better solutions to large combinatorial optimization problems, benefitting diverse use cases including route planning, grid optimization, genetics, and portfolio selection.
  • AI and machine learning: The properties of QPUs make them amenable for building and sampling from complex distributions and deploying novel methods for finding patterns in high-dimensional data sets. These techniques could be highly portable and benefit almost any domain of science and industry.
  • Monte Carlo estimation: QPUs can obtain a theoretical quadratic speedup for Monte Carlo estimation, which would improve the accuracy and speed of obtaining risk metrics and financial predictions critical for getting an edge in the markets.
  • Fluid dynamics: Aerodynamic, weather, and reservoir simulations are examples of multiscale problems where systems of differential equations need to be solved with extreme precision using a large grid. QPUs are being explored as tools for solving systems of differential equations that enable far more precise fluid dynamic simulations.

These are just some of the potential QPU applications. As the hardware and algorithm research continue, it is likely that this list will expand, and novel applications and use cases will be discovered that are beyond our current understanding.

How will supercomputers enable quantum computing?

A second misconception about QPUs is that they will diminish the importance of today’s computers, as they efficiently execute subroutines usually reserved for the bulk of supercomputing resources. The inherent constraints of a QPU quickly falsify this notion. Deploying any quantum accelerated workflow will require significant support from high-performance CPUs and GPUs along with cutting-edge AI techniques. In practice, quantum accelerated supercomputing enables greater flexibility, so each processor can complete tasks it is best suited for.

Quantum error correction (QEC) was previously discussed as a prerequisite for practical quantum computing. QEC is a great example of how tight coupling of a QPU with HPC devices is an absolute necessity. QEC codes will need to repeatedly encode logical qubits, perform logical operations, and decode errors.

The bulk of this work will need to happen in real-time on auxiliary CPUs and GPUs while a quantum algorithm is running. The classical processors must be tightly coupled to the QPU; otherwise, latency could make the QEC procedures prohibitively slow. It is likely that many QEC codes will require fast execution of computationally intense machine learning procedures that would require scalable accelerated computing.

In addition to QEC, other important computational tasks will be necessary before, after, or during a quantum algorithm, such as:

  • Optimizing compilation of quantum circuits for hardware execution
  • Intensive preprocessing and postprocessing routines
  • Efficient management of hardware control systems
  • Management of multi-QPU interactions

It is also important to note that traditional supercomputers currently play a key role in advancing quantum computing research on both the hardware and software front. Quantum simulation (that is, simulating quantum algorithms on classical computers) can obtain results beyond the capabilities of many physical QPUs, as qubits are still noisy and limited in quantity.

These simulations can forward quantum research in a variety of ways, such as evaluating QPU noise profiles by producing noiseless benchmark data or by determining the viability of new algorithms based on their scaling behavior. Quantum simulation becomes exponentially costly for classical processors requiring state-of-the-art accelerated computing to push the limits of what simulations can be performed.

Enabling quantum accelerated workflows

Mature quantum accelerated supercomputing will not be reached at a single point in time. As QPUs and quantum algorithms improve, the scale and nature of meaningful problems they can solve will continually expand. Developing and testing quantum workflows today is necessary to prepare for how and when quantum accelerated supercomputing can be used to solve problems developers care about.

Listed below are some considerations to keep in mind for developers interested in producing quantum accelerated workflows that are robust and well-positioned for practical application.

  1. QPU agnostic: Applications need to be able to target different QPUs as appropriate with minimal code modifications. Hardware agnostic development saves developer time and allows greater freedom in algorithm execution.
  2. Integration with classical architectures: Because QPUs will require so much operational support from supercomputers, workflows must be developed so they can easily integrate with scalable CPU and GPU architectures. Low-latency connections will be important warranting specialized architectures for time-sensitive tasks like QEC.
  3. High-performance libraries: To ensure QPU scalability, highly optimized software libraries must be developed and used so all classical tasks are executed efficiently and within the necessary time constraints.
  4. Accessibility: Quantum computing is highly interdisciplinary and will require direct interaction with domain scientists. Development needs to occur in a setting that is easily accessible to users from diverse computing backgrounds.
  5. User flexibility: Whoever is using the final workflow needs to be able to interact with the code at their preferred level. Users of the same application could range in preference from black-box to highly customizable research implementations.
  6. Stability: It is key that any quantum development occurs on a platform that is stable and evolves with the quantum ecosystem.

Explore quantum accelerated supercomputing

NVIDIA is working with partners from across the quantum ecosystem to develop powerful, scalable, and easy to use tools which enable governments, universities, and industrial corporations to build useful quantum accelerated supercomputing applications.

To learn more, visit NVIDIA Quantum Computing and join us in person or virtually for the NVIDIA GTC 2024 session, Defining the Quantum Accelerated Supercomputer.

An Introduction to Quantum Accelerated Supercomputing | NVIDIA Technical Blog (2024)
Top Articles
21 Easy Low Carb High Protein Recipes For Meal Prep!
40 Keto Crockpot Recipes For Ketogenic Meal Planning & Weight Loss
[Re-Usable] - SSNSonicHD - Expanded & Enhanced
Watch After Ever Happy 123Movies
Tales From The Crib Keeper 14
What does JOI mean? JOI Definition. Meaning of JOI. OnlineSlangDictionary.com
True Or False Security Is A Team Effort
Selinas Gold Full Movie Netflix
Hill & Moin Top Workers Compensation Lawyer
Thomas Funeral Home Sparta Nc
Minor Additions To The Bill Crossword
Does Publix Pharmacy Accept Sunshine Health
The Courier from Waterloo, Iowa
Dabs Utah State Liquor Store #09 - Murray
Sour Animal Strain Leafly
Model Center Jasmin
Patriot Ledger Obits Today
Uga Im Leagues
Truist Bank Open Saturday
St Paul Pioneer Obituaries Past 30 Days Of
Alvin Isd Ixl
Jordan Torres Leaked
Dtm Urban Dictionary
All Added and Removed Players in NBA 2K25 (Help Us Catch 'Em All)
Arkansas Craigslist Cars For Sale By Owner
Espn College Basketball Scores
Walgreens Pharmacy | Manage Prescriptions, Transfers, and Refills
Erica Mena Net Worth Forbes
Pwc Transparency Report
Rooftop Snipers Unblocked Games Premium
Meritas Health Patient Portal
Gold Bowl Vidalia La Menu
The 7 Cs of Communication: Enhancing Productivity and Effectiveness
What is a W-8BEN Form and Why Does It Matter?
Kino am Raschplatz - Vorschau
100000 Divided By 3
Sounder Mariners Schedule
MAELLE MAGNETISEUSE A ST-MALO ATTENUE VOTRE LUMBAGO
Walgreens Pharmacy On Jennings Station Road
10000 Divided By 5
Skip The Games Albany
A1.35.3 Spanish short story: Tending the Garden
9294027542
Tacos Diego Hugoton Ks
What Is TAA Trade Agreements Act Compliance Trade Agreement Act Certification
Broadcastify Thurston County
Intel Core i3-4130 - CM8064601483615 / BX80646I34130
Breitling ENDURANCE PRO X82310E51B1S1 für 2.885 € kaufen von einem Trusted Seller auf Chrono24
Csi Trigonometry Answer Key
Siôn Parry: The Welshman in the red of Canada
Immobiliare di Felice| Appartamento | Appartamento in vendita Porto San
Dragon Ball Super Super Hero 123Movies
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 6396

Rating: 4.9 / 5 (79 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.