夜色直播

Trust and verify: 夜色直播 hardware team posts performance data on GitHub

February 14, 2023

If you鈥檙e a software developer, the best way to show your work is to post your code on . The site serves as a host for code repositories and a tool for software version control. It鈥檚 a straightforward and popular way for developers to share code, collaborate and spread the word about new languages and technical projects. Community members can download code, contribute to open source software projects, or develop their own projects.聽

夜色直播 has used this open platform to make it easier for developers and everyone in the quantum ecosystem to understand the performance of the company鈥檚 H-Series quantum computers. The team posts to GitHub characterization data of System Model H1 quantum computer performance and also benchmarking data on Quantum Volume.

The 夜色直播 team prioritizes transparency and published the data behind the System Model H1 data sheets in a publicly available place to back up performance claims with data. Anyone who is curious about how the hardware team achieved 32,768 quantum volume in February can . This repository contains the raw data along with the analysis code.

Charlie Baldwin, a lead physicist at 夜色直播, said the GitHub postings make it easy to understand how the hardware team measures errors.

鈥淎lgorithm developers and anyone interested in quantum computing also can use the data to verify our stated error rates,鈥 he said. 鈥淏oth the single- and two-qubit error rates are among the lowest--if not the lowest--available on a commercial system.鈥

The publicly available data from 夜色直播鈥檚 H-Series, Powered by Honeywell, is the most comprehensive set shared by a quantum computing company, as it includes circuits, raw data, gate counts and error rates. 夜色直播 shares this data for users who need to understand exactly what a quantum computer鈥檚 performance metrics represent when they are analyzing or publishing their results. Posting the verification data for any performance metric is a best practice of how quantum hardware providers can promote more transparency in the performance of their hardware.

The team also has posted data sheets for the System Model H1 and for the System Model H1 Emulator on the company website. The System Model H1 is a generation of quantum computers based on ions trapped in a single linear geometry. Currently the 夜色直播 H1-1 and H1-2 are available to customers. Many Fortune 500 companies use the System Model H1 for quantum research and development.

About 夜色直播

夜色直播,聽the world鈥檚 largest integrated quantum company, pioneers powerful quantum computers and advanced software solutions. 夜色直播鈥檚 technology drives breakthroughs in materials discovery, cybersecurity, and next-gen quantum AI. With over 500 employees, including 370+ scientists and engineers, 夜色直播 leads the quantum computing revolution across continents.聽

Blog
May 12, 2025
夜色直播 Dominates the Quantum Landscape: New World-Record in Quantum Volume

Back in 2020, we to increase our Quantum Volume (QV), a measure of computational power, by 10x聽per year.聽

Today, we鈥檙e pleased to share that we鈥檝e followed through on our commitment: Our System Model H2 has reached a Quantum Volume of 2虏鲁 = 8,388,608, proving not just that we always do what we say, but that our quantum computers are leading the world forward.聽

The QV benchmark was developed by IBM to represent a machine鈥檚 performance, accounting for things like qubit count, coherence times, qubit connectivity, and error rates. :听

鈥渢he higher the Quantum Volume, the higher the potential for exploring solutions to real world problems across industry, government, and research."

Our announcement today is precisely what sets us apart from the competition. No one else has been bold enough to make a similar promise on such a challenging metric 鈥 and no one else has ever completed a five-year goal like this.

We chose QV because we believe it鈥檚 a great metric. For starters, it鈥檚 not gameable, like other metrics in the ecosystem. Also, it brings together all the relevant metrics in the NISQ era for moving towards fault tolerance, such as gate fidelity and connectivity.聽

Our path to achieve a QV of over 8 million was led in part by Dr. Charlie Baldwin, who studied under the legendary Ivan H. Deutsch. Dr. Baldwin has made his name as a globally renowned expert in quantum hardware performance over the past decade, and it is because of his leadership that we don鈥檛 just claim to be the best, but that we can prove we are the best.聽

Figure 1: All known published Quantum Volume measurements.
Sources: [][][][][]

Alongside the world鈥檚 biggest quantum volume, we have the industry鈥檚 . To that point, the table below breaks down the leading commercial specs for each quantum computing architecture.聽

Table 1: Leading commercial spec for each listed architecture or demonstrated capabilities on commercial hardware.

We鈥檝e never shied away from benchmarking our machines, because we know the results will be impressive. It is our provably world-leading performance that has enabled us to demonstrate:

As we look ahead to our next generation system, Helios, 夜色直播鈥檚 Senior Director of Engineering, Dr. Brian Neyenhuis, reflects: 鈥淲e finished our five-year commitment to Quantum Volume ahead of schedule, showing that we can do more than just maintain performance while increasing system size. We can improve performance while scaling.鈥澛

Helios鈥 performance will exceed that of our previous machines, meaning that 夜色直播 will continue to lead in performance while following through on our promises.聽

As the undisputed industry leader, we鈥檙e racing against no one other than ourselves to deliver higher performance and to better serve our customers.

technical
All
Blog
May 1, 2025
GenQAI: A New Era at the Quantum-AI Frontier

At the heart of quantum computing鈥檚 promise lies the ability to solve problems that are fundamentally out of reach for classical computers. One of the most powerful ways to unlock that promise is through a novel approach we call Generative Quantum AI, or GenQAI. A key element of this approach is the (GQE).

GenQAI is based on a simple but powerful idea: combine the unique capabilities of quantum hardware with the flexibility and intelligence of AI. By using quantum systems to generate data, and then using AI to learn from and guide the generation of more data, we can create a powerful feedback loop that enables breakthroughs in diverse fields.

Unlike classical systems, our quantum processing unit (QPU) produces data that is extremely difficult, if not impossible, to generate classically. That gives us a unique edge: we鈥檙e not just feeding an AI more text from the internet; we鈥檙e giving it new and valuable data that can鈥檛 be obtained anywhere else.

The Search for Ground State Energy

One of the most compelling challenges in quantum chemistry and materials science is computing the properties of a molecule鈥檚 ground state. For any given molecule or material, the ground state is its lowest energy configuration. Understanding this state is essential for understanding molecular behavior and designing new drugs or materials.

The problem is that accurately computing this state for anything but the simplest systems is incredibly complicated. You cannot even do it by brute force鈥攖esting every possible state and measuring its energy鈥攂ecause 聽the number of quantum states grows as a double-exponential, making this an ineffective solution. This illustrates the need for an intelligent way to search for the ground state energy and other molecular properties.

That鈥檚 where GQE comes in. GQE is a methodology that uses data from our quantum computers to train a transformer. The transformer then proposes promising trial quantum circuits; ones likely to prepare states with low energy. You can think of it as an AI-guided search engine for ground states. The novelty is in how our transformer is trained from scratch using data generated on our hardware.

Here's how it works:

  • We start with a batch of trial quantum circuits, which are run on our QPU.
  • Each circuit prepares a quantum state, and we measure the energy of that state with respect to the Hamiltonian for each one.
  • Those measurements are then fed back into a transformer model (the same architecture behind models like GPT-2) to improve its outputs.
  • The transformer generates a new distribution of circuits, biased toward ones that are more likely to find lower energy states.
  • We sample a new batch from the distribution, run them on the QPU, and repeat.
  • The system learns over time, narrowing in on the true ground state.

To test our system, we tackled a benchmark problem: finding the ground state energy of the hydrogen molecule (H鈧). This is a problem with a known solution, which allows us to verify that our setup works as intended. As a result, our GQE system successfully found the ground state to within chemical accuracy.

To our knowledge, we鈥檙e the first to solve this problem using a combination of a QPU and a transformer, marking the beginning of a new era in computational chemistry.

The Future of Quantum Chemistry

The idea of using a generative model guided by quantum measurements can be extended to a whole class of problems鈥攆rom to materials discovery, and potentially, even drug design.

By combining the power of quantum computing and AI we can unlock their unified full power. Our quantum processors can generate rich data that was previously unobtainable. Then, an AI can learn from that data. Together, they can tackle problems neither could solve alone.

This is just the beginning. We鈥檙e already looking at applying GQE to more complex molecules鈥攐nes that can鈥檛 currently be solved with existing methods, and we鈥檙e exploring how this methodology could be extended to real-world use cases. This opens many new doors in chemistry, and we are excited to see what comes next.

technical
All
Blog
April 11, 2025
夜色直播鈥檚 partnership with RIKEN bears fruit

Last year, we joined forces with RIKEN, Japan's largest comprehensive research institution, to install our hardware at RIKEN鈥檚 campus in Wako, Saitama. This deployment is part of RIKEN鈥檚 project to build a quantum-HPC hybrid platform consisting of high-performance computing systems, such as the supercomputer Fugaku and 夜色直播 Systems. 聽

Today, marks the first of many breakthroughs coming from this international supercomputing partnership. The team from RIKEN and 夜色直播 joined up with researchers from Keio University to show that quantum information can be delocalized (scrambled) using a quantum circuit modeled after periodically driven systems. 聽

"Scrambling" of quantum information happens in many quantum systems, from those found in complex materials to black holes. 聽Understanding information scrambling will help researchers better understand things like thermalization and chaos, both of which have wide reaching implications.

To visualize scrambling, imagine a set of particles (say bits in a memory), where one particle holds specific information that you want to know. As time marches on, the quantum information will spread out across the other bits, making it harder and harder to recover the original information from local (few-bit) measurements.

While many classical techniques exist for studying complex scrambling dynamics, quantum computing has been known as a promising tool for these types of studies, due to its inherently quantum nature and ease with implementing quantum elements like entanglement. The joint team proved that to be true with their latest result, which shows that not only can scrambling states be generated on a quantum computer, but that they behave as expected and are ripe for further study.

Thanks to this new understanding, we now know that the preparation, verification, and application of a scrambling state, a key quantum information state, can be consistently realized using currently available quantum computers. Read the paper , and read more about our partnership with RIKEN here. 聽

partnership
All
technical
All