What Does It Mean for Quantum Computers to Be HPC-Ready?

By Yuval Boger and Yoel Knoll

September 14, 2023

Editor’s Note: I love the title of this contributed article. What does it mean for quantum computing to become HPC-ready, or conversely, for HPC centers to become quantum-ready. This core question is being tackled from both sides. It may be fair to say the Europe has fastened onto the idea of figuring out how to integrate quantum computing into the HPC landscape faster than the U.S., although that’s changing.  

One exemplar project is ongoing at the Leibniz Supercomputing Center’s (LRZ) Quantum Integration Center, which is an integral part of EC-wide quantum development and a close collaborator within the Munich Quantum Valley (MQV) regional effort. HPCwire’s recent coverage – Leibniz QIC’s Mission to Coax Qubits and Bits to Work Together – takes a closer look at that effort. Among other things, the QIC is developing the Munich Quantum Software Stack, intended to be able run and manage quantum applications being run in a blended HPC-quantum ecosystem.  

Dealing with quantum brings many challenges, for example accommodating low temperature dilution refrigerators often required to house quantum computers. Laura Schulz, the head of Leibniz QIC and an HPCwire 2023 Person to Watch, told HPCwire, “With HPC, and energy efficiency, the whole infrastructure is already complex and has evolved on its own. But now we’ve got these cryostats that we’re taking care of and we’re having to change out the nitrogen on a particular schedule. We’re having to learn how to calibrate these things and how to maintain the calibration. We’re having to learn a whole new set of operational programs. We have to worry about all these other external factors – humidity, temperature, electromagnetic radiation. This is a new instrument that we have for the compute and we have to figure out how to bring into an HPC center.”

You get the idea. 

This contributed commentary from Yuval Boger and Yoel Knoll is a bit on the skeletal side, but it also broadly notes many of the important considerations that potential users of quantum computers need to consider in preparation to deploy a quantum computer. For some time, it looked like most quantum computer users would access quantum devices by a web portal. Indeed, that may still turn out to be true, but recently more quantum computer developers are talking about delivering on-premise solutions, whether embedded in a major HPC center, like Leibniz, or at a private entity as IBM has done at the Cleveland Clinic. 

NB: Both Boger (CMO, QuEra) and Knoll (VP, marketing, Quantum Machines, have horses in the quantum sweepstakes.

The integration of quantum computing into high-performance computing (HPC) centers is a topic of growing interest and urgency. As quantum computing matures, the question is no longer just about its theoretical capabilities but also its practical applicability in real-world computing environments. In fact, many organizations that are shopping for quantum computers require them to be “HPC-ready”, looking for quantum solutions that are not just powerful but also synergistic with existing HPC infrastructures.

But what does “HPC-ready” mean? Being “HPC-ready” encapsulates a multitude of factors that make a quantum computer not just powerful, but also compatible, reliable, and efficient within an HPC ecosystem. This article unpacks what it means for a quantum computer to be truly “HPC-ready,” focusing on the physical attributes of the quantum computer, the software stack, the ability to execute hybrid (classical/quantum) algorithms, and the key administrative functions of system monitoring and management.

Physical Attributes

The physical dimensions of a quantum computer must align with the existing infrastructure of an HPC center. Unlike classical computers, which have become increasingly compact, some quantum computers can be quite bulky. Ensuring that the quantum hardware fits within the designated space is the first step toward HPC readiness.

Certain quantum computers, such as those utilizing superconducting qubits, operate at extremely low temperatures to maintain quantum coherence. Specialized cooling systems like dilution refrigerators are required, which can be a logistical challenge. These cooling systems must be integrated into the existing cooling infrastructure of the data center, requiring careful planning and potentially significant modifications.

In a bit of good news, the typical power consumption of quantum computers is low in comparison with high-end HPC resources. Today’s quantum computing systems consume as little as 5 KW up to 25 KW, which is still substantially more efficient than their classical counterparts.

The Software Stack

Once the system can physically be installed and supported, attention should be paid to the software stack.

Application Programming Interfaces (APIs) and Software Development Kits (SDKs) are essential for developers to integrate quantum computing capabilities into existing applications. These should be robust, well-documented, and ideally, standardized to ensure that the quantum computer can easily ‘plug and play’ into the existing software environment. Since quantum computers are still a developing technology, there aren’t many experts in quantum computing software. As such, example programs and getting-started guides are crucial.

Middleware acts as the glue between the quantum computer and the classical HPC systems. It facilitates the execution of quantum algorithms, manages resources, and ensures that the quantum and classical systems can communicate effectively. Middleware solutions must be compatible with existing HPC software stacks.

Many HPC centers use SLURM (Simple Linux Utility for Resource Management) which serves as a robust job scheduler and resource manager. Key SLURM functions include job queuing and prioritization, virtualization, resource allocation with node selection and reservation capabilities, and intricate workload management through job arrays and task distribution. SLURM also offers real-time monitoring, reporting, access control and accounting features. As quantum computers will work alongside classical HPCs, a way to increase efficiency would be to split computational tasks between the HPC and quantum systems using SLURM. For optimal integration into such HPC environments, quantum computers should also possess a SLURM interface.

Quantum algorithms and quantum computers are complex, and thus it is valuable to have a flexible and open software stack that allows fine-grained controls over algorithms, the quantum circuits that implement them, the optimizers used to improve the circuits, and the pulses that drive the individual quantum bits.

Hybrid Classical/Quantum Algorithms

One of the most exciting developments in quantum computing is the rise of hybrid algorithms that leverage both classical and quantum resources. These algorithms often use classical systems for pre-processing and post-processing tasks, while the quantum computer handles the computationally intensive core calculations. Being HPC-ready means having the software infrastructure to support these hybrid algorithms efficiently.

Part of this software infrastructure is an orchestration layer to manage the workflow between classical and quantum computations, ensuring that tasks are allocated to the most suitable computing resources. This layer can also handle error correction and optimization, making the entire process more efficient and reliable.

An interesting approach is to add tightly-coupled GPUs to the quantum computer. While GPUs are extremely popular in classical HPC centers, adding a high-speed low-latency connection between the quantum computer and dedicated GPU resources opens new opportunities. GPUs can work in tandem with quantum computers to perform time-sensitive tasks such as error correction, while also executing hybrid algorithms.

Monitoring and Management

Real-time monitoring tools are crucial for keeping an eye on the health and performance of the quantum computer. These tools should integrate seamlessly with existing monitoring solutions in the HPC center. They should offer insights into resource utilization, error rates, and other key performance indicators (KPIs).

Some KPIs that are often used in quantum computing environments are:

  • Execution Time – or Run Time: The time it takes for a quantum algorithm to run to completion is an important KPI. This can be compared against classical algorithms to gauge the efficiency gains achieved through quantum computation.
  • Job Success Rate: Some quantum jobs fail, and it’s important to track these failures, notify the users and, if needed, automatically restart the jobs. Quantum systems often require frequent calibration – automatic or manual – and monitoring the success rate can help determine when calibration is in order.
  • Queue Time: In an HPC environment, jobs often have to wait in a queue before being executed. Monitoring the queue time specifically for quantum jobs can help in optimizing resource allocation strategies.
  • Resource Utilization: Just like in classical computing, understanding how well the computational resources are being utilized is essential
  • System Uptime: Continuous operation without unplanned outages is a key requirement in HPC settings. System uptime metrics can help in assessing the reliability of the quantum computer within the HPC ecosystem.
  • User Engagement Metrics: Understanding how often and for what purposes the quantum resources are being accessed can provide valuable information for future resource planning and system improvements.

An experienced HPC manager ensures that the center not only collects and owns this data but also employs the right analytics tools to transform this raw data into actionable insights.

Conclusion

Ultimately, the journey to make quantum computers HPC-ready is more than a technical quest; it’s a transformative endeavor that has the potential to redefine the boundaries of computational science. As we stand on the cusp of this new era, the roadmap to HPC readiness serves not just as a guide but as a testament to the collaborative spirit of innovation. It’s a call to action for quantum scientists, HPC experts, and software developers to unite their expertise and push the frontiers of what’s computationally possible. The stakes are high, but the rewards—unleashing the untapped potential of quantum computing in real-world applications—could be game-changing

Top Image: Neutral atom based quantum computing platform from QuEra

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

2024 Winter Classic: Meet Channel Islands “A”

May 3, 2024

This is the second team from California State University, Channel Islands – or maybe it’s the first team? Not sure, but I do know they have two teams total, and this is one of them. As you’ll see in the video in Read more…

Intersect360 Research Takes a Deep Dive into the HPC-AI Market in New Report

May 3, 2024

A new report out of analyst firm Intersect360 Research is shedding some new light on just how valuable the HPC and AI market is. Taking both of these technologies as a singular unit, Intersect360 Research found that the Read more…

Hyperion To Provide a Peek at Storage, File System Usage with Global Site Survey

May 3, 2024

Curious how the market for distributed file systems, interconnects, and high-end storage is playing out in 2024? Then you might be interested in the market analysis that Hyperion Research is planning on rolling out over Read more…

2024 Winter Classic: Meet Team Jackson State

May 3, 2024

This is the second time we’re seeing a team from Jackson State university. The team features two veterans of the 2023 Winter Classic, which should help, but it’s also a team whose members are involved in a lot of oth Read more…

2024 Winter Classic: NASA Results Revealed!

May 2, 2024

In this edition of the Winter Classic Studio Update Show we reveal the results from the NASA BTIO Challenge. The benchmark, BTIO, is a subset of the NAS Parallel benchmark and NASA set up a formidable set of milestones, Read more…

2024 Winter Classic: NASA Mentor Interview

May 2, 2024

The folks at NASA Ames once again did a bang-up job as a mentor for the 2024 Winter Classic. This is the third time they’ve fulfilled this vital function, and their challenges keep getting better and better. In thei Read more…

Hyperion To Provide a Peek at Storage, File System Usage with Global Site Survey

May 3, 2024

Curious how the market for distributed file systems, interconnects, and high-end storage is playing out in 2024? Then you might be interested in the market anal Read more…

Qubit Watch: Intel Process, IBM’s Heron, APS March Meeting, PsiQuantum Platform, QED-C on Logistics, FS Comparison

May 1, 2024

Intel has long argued that leveraging its semiconductor manufacturing prowess and use of quantum dot qubits will help Intel emerge as a leader in the race to de Read more…

Stanford HAI AI Index Report: Science and Medicine

April 29, 2024

While AI tools are incredibly useful in a variety of industries, they truly shine when applied to solving problems in scientific and medical discovery. Research Read more…

IBM Delivers Qiskit 1.0 and Best Practices for Transitioning to It

April 29, 2024

After spending much of its December Quantum Summit discussing forthcoming quantum software development kit Qiskit 1.0 — the first full version — IBM quietly Read more…

Shutterstock 1748437547

Edge-to-Cloud: Exploring an HPC Expedition in Self-Driving Learning

April 25, 2024

The journey begins as Kate Keahey's wandering path unfolds, leading to improbable events. Keahey, Senior Scientist at Argonne National Laboratory and the Uni Read more…

Quantum Internet: Tsinghua Researchers’ New Memory Framework could be Game-Changer

April 25, 2024

Researchers from the Center for Quantum Information (CQI), Tsinghua University, Beijing, have reported successful development and testing of a new programmable Read more…

Intel’s Silicon Brain System a Blueprint for Future AI Computing Architectures

April 24, 2024

Intel is releasing a whole arsenal of AI chips and systems hoping something will stick in the market. Its latest entry is a neuromorphic system called Hala Poin Read more…

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Resear Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Intel’s Server and PC Chip Development Will Blur After 2025

January 15, 2024

Intel's dealing with much more than chip rivals breathing down its neck; it is simultaneously integrating a bevy of new technologies such as chiplets, artificia Read more…

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Baidu Exits Quantum, Closely Following Alibaba’s Earlier Move

January 5, 2024

Reuters reported this week that Baidu, China’s giant e-commerce and services provider, is exiting the quantum computing development arena. Reuters reported � Read more…

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Leading Solution Providers

Contributors

China Is All In on a RISC-V Future

January 8, 2024

The state of RISC-V in China was discussed in a recent report released by the Jamestown Foundation, a Washington, D.C.-based think tank. The report, entitled "E Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

Eyes on the Quantum Prize – D-Wave Says its Time is Now

January 30, 2024

Early quantum computing pioneer D-Wave again asserted – that at least for D-Wave – the commercial quantum era has begun. Speaking at its first in-person Ana Read more…

The GenAI Datacenter Squeeze Is Here

February 1, 2024

The immediate effect of the GenAI GPU Squeeze was to reduce availability, either direct purchase or cloud access, increase cost, and push demand through the roof. A secondary issue has been developing over the last several years. Even though your organization secured several racks... Read more…

Intel Plans Falcon Shores 2 GPU Supercomputing Chip for 2026  

August 8, 2023

Intel is planning to onboard a new version of the Falcon Shores chip in 2026, which is code-named Falcon Shores 2. The new product was announced by CEO Pat Gel Read more…

GenAI Having Major Impact on Data Culture, Survey Says

February 21, 2024

While 2023 was the year of GenAI, the adoption rates for GenAI did not match expectations. Most organizations are continuing to invest in GenAI but are yet to Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing po Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire