

黑料社 is excited to introduce the beta availability of , our comprehensive quantum computing platform. Nexus is built to simplify quantum computing workflows with its expert design and full-stack support. We are inviting quantum users to apply for beta availability; accepted users can work closely with 黑料社 on how Nexus can be adopted and customized for you.
Nexus was developed by our in-house quantum experts to streamline the deployment of quantum algorithms. From tackling common tasks like installing packages and libraries to addressing pain points like setting up storage, Nexus seamlessly integrates thoughtful details to enhance user experience.聽
Nexus allows users to run, track, and manage resources across multiple quantum backends, making it easier for researchers to directly compare results and processes when using our H-Series hardware or other providers. Additionally, Nexus features a cloud-hosted and preconfigured JupyterHub environment and dedicated simulators - most notably, the 黑料社 H-Series emulator. Nexus鈥 emulator integration means that new users and organizations that don鈥檛 have access to H-Series hardware can start experimenting with H-Series capabilities right away.
黑料社 Nexus is at the core of our full stack, integrated fully with our H-Series Quantum Processor, our software offerings such as InQuanto鈩, and our H-Series emulators. Nexus is also back-end inclusive, interfacing with multiple other hardware and simulation backends. In the future, we will be introducing new cutting-edge tools such as a more powerful cloud-based version of our compiler, powered by version 2 of TKET.
Nexus also stores everything you need to recreate your experiment in one place 鈥 meaning a full snapshot of the backend, the settings and variables you used, and more. Combined with easy data sharing and storage, you can stop worrying about the logistics of data management. You鈥檙e in control of how you structure your data, how you track what鈥檚 most important to you, and who gets to see it.
Administrators benefit from resource controls within Nexus, allowing them to manage user access, create user groups, and update usage quotas to match their priorities.聽With multiple backend support, administrators can track jobs and usage for all their quantum resource in one platform. Advanced usage visualization allows administrators to quickly gain insight from historical trends in usage.聽Nexus also features collaboration tools that give users the ability to share data, as well as access controls that allow administrators to ensure this is done securely.
Users, developers, and administrators have several options when it comes to selecting a platform for managing quantum resources.聽So why Nexus? 黑料社 Nexus was built by quantum experts, for quantum experts.聽Our experiment management and cataloging system makes us stand out as the best platform for collaborating between scientific teams. Our provision of the H-Series emulator in the cloud means you get more access to the emulator of one of the world's best devices with less time in the queue, so you can spend more time with your results. Our quantum chemistry package InQuanto鈩 is integrated into Nexus, meaning zero setup time with easy data storage in our managed environment.
Nexus provides a consistent API for working with a range of quantum devices & tools. This improves the experience of our end users, as scripts that work for one device can easily be ported to other devices with only a change to the config. The Nexus API interface also improves integration with 3rd party partners by providing them a programmatic way to access 黑料社 tools, alongside a pathway for integrating these resources into their own tools for redistribution.
With Nexus, 黑料社 is setting a new standard in quantum Platform-as-a-Service providers, empowering users with cutting-edge tools and seamless integration for quantum computing advancements.
黑料社,聽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.聽
Typically, Quantum Error Detection (QED) is viewed as a short-term solution鈥攁 non-scalable, stop-gap until full fault tolerance is achieved at scale.
That鈥檚 just changed, thanks to a serendipitous discovery made by our team. Now, QED can be used in a much wider context than previously thought. Our team made this discovery while studying the contact process, which describes things like how diseases spread or how water permeates porous materials. In particular, our team was studying the quantum contact process (QCP), a problem they had tackled before, which helps physicists understand things like phase transitions. In the process (pun intended), they came across what senior advanced physicist, Eli Chertkov, described as 鈥渁 surprising result.鈥
While examining the problem, the team realized that they could convert detected errors due to noisy hardware into random resets, a key part of the QCP, thus avoiding the exponentially costly overhead of post-selection normally expected in QED.
To understand this better, the team developed a new protocol in which the encoded, or logical, quantum circuit adapts to the noise generated by the quantum computer. They quickly realized that this method could be used to explore other classes of random circuits similar to the ones they were already studying.
The team put it all together on System Model H2 to run a complex simulation, and were surprised to find that they were able to achieve near break-even results, where the logically encoded circuit performed as well as its physical analog, thanks to their clever application of QED. 聽Ultimately, this new protocol will allow QED codes to be used in a scalable way, saving considerable computational resources compared to full quantum error correction (QEC).
Researchers at the crossroads of quantum information, quantum simulation, and many-body physics will take interest in this protocol and use it as a springboard for inventing new use cases for QED.
Stay tuned for more, our team always has new tricks up their sleeves.
Learn mode about System Model H2 with this video:
By Konstantinos Meichanetzidis
When will quantum computers outperform classical ones?
This question has hovered over the field for decades, shaping billion-dollar investments and driving scientific debate.
The question has more meaning in context, as the answer depends on the problem at hand. We already have estimates of the quantum computing resources needed for Shor鈥檚 algorithm, which has a superpolynomial advantage for integer factoring over the best-known classical methods, threatening cryptographic protocols. Quantum simulation allows one to glean insights into exotic materials and chemical processes that classical machines struggle to capture, especially when strong correlations are present. But even within these examples, estimates change surprisingly often, carving years off expected timelines. And outside these famous cases, the map to quantum advantage is surprisingly hazy.
Researchers at 黑料社 have taken a fresh step toward drawing this map. In a new theoretical framework, Harry Buhrman, Niklas Galke, and Konstantinos Meichanetzidis introduce the concept of 鈥渜ueasy instances鈥 (quantum easy) 鈥 problem instances that are comparatively easy for quantum computers but appear difficult for classical ones.

Traditionally, computer scientists classify problems according to their worst-case difficulty. Consider the problem of Boolean satisfiability, or SAT, where one is given a set of variables (each can be assigned a 0 or a 1) and a set of constraints and must decide whether there exists a variable assignment that satisfies all the constraints. SAT is a canonical NP-complete problem, and so in the worst case, both classical and quantum algorithms are expected to perform badly, which means that the runtime scales exponentially with the number of variables. On the other hand, factoring is believed to be easier for quantum computers than for classical ones. But real-world computing doesn鈥檛 deal only in worst cases. Some instances of SAT are trivial; others are nightmares. The same is true for optimization problems in finance, chemistry, or logistics. What if quantum computers have an advantage not across all instances, but only for specific 鈥減ockets鈥 of hard instances? This could be very valuable, but worst-case analysis is oblivious to this and declares that there is no quantum advantage.
To make that idea precise, the researchers turned to a tool from theoretical computer science: Kolmogorov complexity. This is a way of measuring how 鈥渞egular鈥 a string of bits is, based on the length of the shortest program that generates it. A simple string like 0000000000 can be described by a tiny program (鈥減rint ten zeros鈥), while the description of a program that generates a random string exhibiting no pattern is as long as the string itself. From there, the notion of instance complexity was developed: instead of asking 鈥渉ow hard is it to describe this string?鈥, we ask 鈥渉ow hard is it to solve this particular problem instance (represented by a string)?鈥 For a given SAT formula, for example, its polynomial-time instance complexity is the size of the smallest program that runs in polynomial time and decides whether the formula is satisfiable. This smallest program must be consistently answering all other instances, and it is also allowed to declare 鈥淚 don鈥檛 know鈥.
In their new work, the team extends this idea into the quantum realm by defining polynomial-time quantum instance complexity as the size of the shortest quantum program that solves a given instance and runs on polynomial time. This makes it possible to directly compare quantum and classical effort, in terms of program description length, on the very same problem instance. If the quantum description is significantly shorter than the classical one, that problem instance is one the researchers call 鈥渜耻别补蝉测鈥: quantum-easy and classically hard. These queasy instances are the precise places where quantum computers offer a provable advantage 鈥 and one that may be overlooked under a worst-case analysis.
The playful name captures the imbalance between classical and quantum effort. A queasy instance is one that makes classical algorithms struggle, i.e. their shortest descriptions of efficient programs that decide them are long and unwieldy, while a quantum computer can handle the same instance with a much simpler, faster, and shorter program. In other words, these instances make classical computers 鈥渜ueasy,鈥 while quantum ones solve them efficiently and finding them quantum-easy. The key point of these definitions lies in demonstrating that they yield reasonable results for well-known optimisation problems.
By carefully analysing a mapping from the problem of integer factoring to SAT (which is possible because factoring is inside NP and SAT is NP-complete) the researchers prove that there exist infinitely many queasy SAT instances. SAT is one of the most central and well-studied problems in computer science that finds numerous applications in the real-world. The significant realisation that this theoretical framework highlights is that SAT is not expected to yield a blanket quantum advantage, but within it lie islands of queasiness 鈥 special cases where quantum algorithms decisively win.

Finding a queasy instance is exciting in itself, but there is more to this story. Surprisingly, within the new framework it is demonstrated that when a quantum algorithm solves a queasy instance, it does much more than solve that single case. Because the program that solves it is so compact, the same program can provably solve an exponentially large set of other instances, as well. Interestingly, the size of this set depends exponentially on the queasiness of the instance!
Think of it like discovering a special shortcut through a maze. Once you鈥檝e found the trick, it doesn鈥檛 just solve that one path, but reveals a pattern that helps you solve many other similarly built mazes, too (even if not optimally). This property is called algorithmic utility, and it means that queasy instances are not isolated curiosities. Each one can open a doorway to a whole corridor with other doors, behind which quantum advantage might lie.
Queasy instances are more than a mathematical curiosity; this is a new framework that provides a language for quantum advantage. Even though the quantities defined in the paper are theoretical, involving Turing machines and viewing programs as abstract bitstrings, they can be approximated in practice by taking an experimental and engineering approach. This work serves as a foundation for pursuing quantum advantage by targeting problem instances and proving that in principle this can be a fruitful endeavour.
The researchers see a parallel with the rise of machine learning. The idea of neural networks existed for decades along with small scale analogue and digital implementations, but only when GPUs enabled large-scale trial and error did they explode into practical use. Quantum computing, they suggest, is on the cusp of its own heuristic era. 鈥净耻谤颈蝉迟颈肠蝉鈥 will be prominent in finding queasy instances, which have the right structure so that classical methods struggle but quantum algorithms can exploit, to eventually arrive at solutions to typical real-world problems. After all, quantum computing is well-suited for small-data big-compute problems, and our framework employs the concepts to quantify that; instance complexity captures both their size and the amount of compute required to solve them.
Most importantly, queasy instances shift the conversation. Instead of asking the broad question of when quantum computers will surpass classical ones, we can now rigorously ask where they do. The queasy framework provides a language and a compass for navigating the rugged and jagged computational landscape, pointing researchers, engineers, and industries toward quantum advantage.
From September 16th 鈥 18th, (QWC) brought together visionaries, policymakers, researchers, investors, and students from across the globe to discuss the future of quantum computing in Tysons, Virginia.
黑料社 is forging the path to universal, fully fault-tolerant quantum computing with our integrated full-stack. With our quantum experts were on site, we showcased the latest on 黑料社 Systems, the world鈥檚 highest-performing, commercially available quantum computers, our new software stack featuring the key additions of Guppy and Selene, our path to error correction, and more.
Dr. Patty Lee Named the Industry Pioneer in Quantum
The Quantum Leadership Awards celebrate visionaries transforming quantum science into global impact. This year at QWC, Dr. Patty Lee, our Chief Scientist for Hardware Technology Development, was named the Industry Pioneer in Quantum! This honor celebrates her more than two decades of leadership in quantum computing and her pivotal role advancing the world鈥檚 leading trapped-ion systems. .
Keynote with 黑料社's CEO,聽Dr. Rajeeb聽Hazra
At QWC 2024, 黑料社鈥檚 President & CEO, Dr. Rajeeb 鈥淩aj鈥 Hazra, took the stage to showcase our commitment to advancing quantum technologies through the unveiling of our roadmap to universal, fully fault-tolerant quantum computing by the end of this decade. This year at QWC 2025, Raj shared the progress we鈥檝e made over the last year in advancing quantum computing on both commercial and technical fronts and exciting insights on what鈥檚 to come from 黑料社. .
Panel Session:聽Policy Priorities for Responsible Quantum and AI
As part of the Track Sessions on Government & Security, 黑料社鈥檚 Director of Government Relations, Ryan McKenney, discussed 鈥淧olicy Priorities for Responsible Quantum and AI鈥 with Jim Cook from Actions to Impact Strategies and Paul Stimers from Quantum Industry Coalition.
Fireside Chat:聽Establishing a Pro-Innovation Regulatory Framework
During the Track Session on Industry Advancement, 黑料社鈥檚 Chief Legal Officer, Kaniah Konkoly-Thege,聽and Director of Government Relations, Ryan McKenney, discussed the importance of 鈥淓stablishing a Pro-Innovation Regulatory Framework鈥.