SearcharxivSearch

arXiv subjects

Nathan Shammah

Publications and source records attributed to Nathan Shammah.

At least 19 recordsLinked to original sources

Metriq: A Collaborative Platform for Benchmarking Quantum Computers

The fragmented landscape of quantum computer benchmarks, characterized by system-specific tools and inconsistent evaluation methodologies, hinders reliable cross-platform performance assessment. We introduce Metriq, an open-source collaborative platform for reproducible cross-platform quantum benchmarking that integrates benchmark definition and execution, data collection, and public presentation into a unified workflow. The Metriq benchmark suite spans both system-level metrics that characterize fundamental device properties such as entanglement quality, gate performance, and circuit speed, as well as application-inspired protocols that assess performance on quantum machine learning, optimization, and quantum simulation tasks. Benchmarks are chosen to scale with processor size, and the framework incorporates cost and resource estimation to support practical evaluation. Using Metriq, we collect and publicly release results from more than ten quantum computers across multiple hardware vendors, enabling systematic cross-platform comparison. The resulting curated dataset also reveals the practical strengths and limitations of individual benchmarks, creating a feedback loop that informs the ongoing refinement of the suite. To summarize performance across the benchmark suite, we introduce the Metriq Score, a composite index aggregating benchmark outcomes. We further present cross-benchmark analyses enabled by the shared dataset and their correlations with hardware calibration metrics. Through open development and data sharing, Metriq provides a practical foundation for reproducible benchmarking of quantum computers as hardware and benchmarking methods continue to evolve.

quant-ph

QuTiP 5: The Quantum Toolbox in Python

QuTiP, the Quantum Toolbox in Python, has been at the forefront of open-source quantum software for the past 13 years. It is used as a research, teaching, and industrial tool, and has been downloaded millions of times by users around the world. Here we introduce the latest developments in QuTiP v5, which are set to have a large impact on the future of QuTiP and enable it to be a modern, continuously developed and popular tool for another decade and more. We summarize the code design and fundamental data layer changes as well as efficiency improvements, new solvers, applications to quantum circuits with QuTiP-QIP, and new quantum control tools with QuTiP-QOC. Additional flexibility in the data layer underlying all ``quantum objects'' in QuTiP allows us to harness the power of state-of-the-art data formats and packages like JAX, CuPy, and more. We explain these new features with a series of both well-known and new examples. The code for these examples is available in a static form on GitHub and as continuously updated and documented notebooks in the qutip-tutorials package.

quant-ph

Open Hardware Solutions in Quantum Technology

Quantum technologies such as communications, computing, and sensing offer vast opportunities for advanced research and development. While an open-source ethos currently exists within some quantum technologies, especially in quantum computer programming, we argue that there are additional advantages in developing open quantum hardware (OQH). Open quantum hardware encompasses open-source software for the control of quantum devices in labs, blueprints and open-source toolkits for chip design and other hardware components, as well as openly-accessible testbeds and facilities that allow cloud-access to a wider scientific community. We provide an overview of current projects in the OQH ecosystem, identify gaps, and make recommendations on how to close them today. More open quantum hardware would accelerate technology transfer to and growth of the quantum industry and increase accessibility in science.

physics.app-ph

Exact and approximate simulation of large quantum circuits on a single GPU

We benchmark the performances of Qrack, an open-source software library for the high-performance classical simulation of (gate-model) quantum computers. Qrack simulates, in the Schrödinger picture, the exact quantum state of $n$ qubits evolving under the application of a circuit composed of elementary quantum gates. Moreover, Qrack can also run approximate simulations in which a tunable reduction of the quantum state fidelity is traded for a significant reduction of the execution time and memory footprint. In this work, we give an overview of both simulation methods (exact and approximate), highlighting the main physics-based and software-based techniques. Moreover, we run computationally heavy benchmarks on a single GPU, executing large quantum Fourier transform circuits and large random circuits. Compared with other classical simulators, we report competitive execution times for the exact simulation of Fourier transform circuits with up to 27 qubits. We also demonstrate the approximate simulation of all amplitudes of random circuits acting on 54 qubits with 7 layers at average fidelity higher than $4\%$, a task commonly considered hard without super-computing resources.

quant-ph

Zero noise extrapolation on logical qubits by scaling the error correction code distance

In this work, we migrate the quantum error mitigation technique of Zero-Noise Extrapolation (ZNE) to fault-tolerant quantum computing. We employ ZNE on logically encoded qubits rather than physical qubits. This approach will be useful in a regime where quantum error correction (QEC) is implementable but the number of qubits available for QEC is limited. Apart from illustrating the utility of a traditional ZNE approach (circuit-level unitary folding) for the QEC regime, we propose a novel noise scaling ZNE method specifically tailored to QEC: distance scaled ZNE (DS-ZNE). DS-ZNE scales the distance of the error correction code, and thereby the resulting logical error rate, and utilizes this code distance as the scaling `knob' for ZNE. Logical qubit error rates are scaled until the maximum achievable code distance for a fixed number of physical qubits, and lower error rates (i.e., effectively higher code distances) are achieved via extrapolation techniques migrated from traditional ZNE. Furthermore, to maximize physical qubit utilization over the ZNE experiments, logical executions at code distances lower than the maximum allowed by the physical qubits on the quantum device are parallelized to optimize device utilization. We validate our proposal with numerical simulation and confirm that ZNE lowers the logical error rates and increases the effective code distance beyond the physical capability of the quantum device. For instance, at a physical code distance of 11, the DS-ZNE effective code distance is 17, and at a physical code distance of 13, the DS-ZNE effective code distance is 21. When the proposed technique is compared against unitary folding ZNE under the constraint of a fixed number of executions of the quantum device, DS-ZNE outperforms unitary folding by up to 92% in terms of the post-ZNE logical error rate.

quant-ph

Testing platform-independent quantum error mitigation on noisy quantum computers

We apply quantum error mitigation techniques to a variety of benchmark problems and quantum computers to evaluate the performance of quantum error mitigation in practice. To do so, we define an empirically motivated, resource-normalized metric of the improvement of error mitigation which we call the improvement factor, and calculate this metric for each experiment we perform. The experiments we perform consist of zero-noise extrapolation and probabilistic error cancellation applied to two benchmark problems run on IBM, IonQ, and Rigetti quantum computers, as well as noisy quantum computer simulators. Our results show that error mitigation is on average more beneficial than no error mitigation - even when normalized by the additional resources used - but also emphasize that the performance of quantum error mitigation depends on the underlying computer.

quant-ph

Automated quantum error mitigation based on probabilistic error reduction

Current quantum computers suffer from a level of noise that prohibits extracting useful results directly from longer computations. The figure of merit in many near-term quantum algorithms is an expectation value measured at the end of the computation, which experiences a bias in the presence of hardware noise. A systematic way to remove such bias is probabilistic error cancellation (PEC). PEC requires a full characterization of the noise and introduces a sampling overhead that increases exponentially with circuit depth, prohibiting high-depth circuits at realistic noise levels. Probabilistic error reduction (PER) is a related quantum error mitigation method that systematically reduces the sampling overhead at the cost of reintroducing bias. In combination with zero-noise extrapolation, PER can yield expectation values with an accuracy comparable to PEC.Noise reduction through PER is broadly applicable to near-term algorithms, and the automated implementation of PER is thus desirable for facilitating its widespread use. To this end, we present an automated quantum error mitigation software framework that includes noise tomography and application of PER to user-specified circuits. We provide a multi-platform Python package that implements a recently developed Pauli noise tomography (PNT) technique for learning a sparse Pauli noise model and exploits a Pauli noise scaling method to carry out PER.We also provide software tools that leverage a previously developed toolchain, employing PyGSTi for gate set tomography and providing a functionality to use the software Mitiq for PER and zero-noise extrapolation to obtain error-mitigated expectation values on a user-defined circuit.

quant-ph

Analyzing the impact of time-correlated noise on zero-noise extrapolation

Zero-noise extrapolation is a quantum error mitigation technique that has typically been studied under the ideal approximation that the noise acting on a quantum device is not time-correlated. In this work, we investigate the feasibility and performance of zero-noise extrapolation in the presence of time-correlated noise. We show that, in contrast to white noise, time-correlated noise is harder to mitigate via zero-noise extrapolation because it is difficult to scale the noise level without also modifying its spectral distribution. This limitation is particularly strong if "local" gate-level methods are applied for noise scaling. However, we find that "global" noise scaling methods, e.g., global unitary folding, can be sufficiently reliable even in the presence of time-correlated noise. We also introduce gate Trotterization as a new noise scaling technique that may be of independent interest.

quant-ph

Mitiq: A software package for error mitigation on noisy quantum computers

We introduce Mitiq, a Python package for error mitigation on noisy quantum computers. Error mitigation techniques can reduce the impact of noise on near-term quantum computers with minimal overhead in quantum resources by relying on a mixture of quantum sampling and classical post-processing techniques. Mitiq is an extensible toolkit of different error mitigation methods, including zero-noise extrapolation, probabilistic error cancellation, and Clifford data regression. The library is designed to be compatible with generic backends and interfaces with different quantum software frameworks. We describe Mitiq using code snippets to demonstrate usage and discuss features and contribution guidelines. We present several examples demonstrating error mitigation on IBM and Rigetti superconducting quantum processors as well as on noisy simulators.

quant-ph

Diagnosing quantum chaos with out-of-time-ordered-correlator quasiprobability in the kicked-top model

While classical chaos has been successfully characterized with consistent theories and intuitive techniques, such as with the use of Lyapunov exponents, quantum chaos is still poorly understood, as well as its relation with multi-partite entanglement and information scrambling. We consider a benchmark system, the kicked top model, which displays chaotic behaviour in the classical version, and proceed to characterize the quantum case with a thorough diagnosis of the growth of chaos and entanglement in time. As a novel tool for the characterization of quantum chaos, we introduce for this scope the quasi-probability distribution behind the out-of-time-ordered correlator (OTOC). We calculate the cumulative nonclassicality of this distribution, which has already been shown to outperform the simple use of OTOC as a probe to distinguish between integrable and nonintegrable Hamiltonians. To provide a thorough comparative analysis, we contrast the behavior of the nonclassicality with entanglement measures, such as the tripartite mutual information of the Hamiltonian as well as the entanglement entropy. We find that systems whose initial states would lie in the "sea of chaos" in the classical kicked-top model, exhibit, as they evolve in time, characteristics associated with chaotic behavior and entanglement production in closed quantum systems. We corroborate this indication by capturing it with this novel OTOC-based measure.

quant-ph

Pulse-level noisy quantum circuits with QuTiP

The study of the impact of noise on quantum circuits is especially relevant to guide the progress of Noisy Intermediate-Scale Quantum (NISQ) computing. In this paper, we address the pulse-level simulation of noisy quantum circuits with the Quantum Toolbox in Python (QuTiP). We introduce new tools in qutip-qip, QuTiP's quantum information processing package. These tools simulate quantum circuits at the pulse level, leveraging QuTiP's quantum dynamics solvers and control optimization features. We show how quantum circuits can be compiled on simulated processors, with control pulses acting on a target Hamiltonian that describes the unitary evolution of the physical qubits. Various types of noise can be introduced based on the physical model, e.g., by simulating the Lindblad density-matrix dynamics or Monte Carlo quantum trajectories. In particular, the user can define environment-induced decoherence at the processor level and include noise simulation at the level of control pulses. We illustrate how the Deutsch-Jozsa algorithm is compiled and executed on a superconducting-qubit-based processor, on a spin-chain-based processor and using control optimization algorithms. We also show how to easily reproduce experimental results on cross-talk noise in an ion-based processor, and how a Ramsey experiment can be modeled with Lindblad dynamics. Finally, we illustrate how to integrate these features with other software frameworks.

quant-ph

Pulser: An open-source package for the design of pulse sequences in programmable neutral-atom arrays

Programmable arrays of hundreds of Rydberg atoms have recently enabled the exploration of remarkable phenomena in many-body quantum physics. In addition, the development of high-fidelity quantum gates are making them promising architectures for the implementation of quantum circuits. We present here \textit{Pulser}, an open-source Python library for programming neutral-atom devices at the pulse level. The low-level nature of Pulser makes it a versatile framework for quantum control both in the digital and analog settings. The library also contains simulation routines for studying and exploring the outcome of pulse sequences for small systems.

quant-ph

Extending quantum probabilistic error cancellation by noise scaling

We propose a general framework for quantum error mitigation that combines and generalizes two techniques: probabilistic error cancellation (PEC) and zero-noise extrapolation (ZNE). Similarly to PEC, the proposed method represents ideal operations as linear combinations of noisy operations that are implementable on hardware. However, instead of assuming a fixed level of hardware noise, we extend the set of implementable operations by noise scaling. By construction, this method encompasses both PEC and ZNE as particular cases and allows us to investigate a larger set of hybrid techniques. For example, gate extrapolation can be used to implement PEC without requiring knowledge of the device's noise model, e.g., avoiding gate set tomography. Alternatively, probabilistic error reduction can be used to estimate expectation values at intermediate virtual noise strengths (below the hardware level), obtaining partially mitigated results at a lower sampling cost. Moreover, multiple results obtained with different noise reduction factors can be further post-processed with ZNE to better approximate the zero-noise limit.

quant-ph

Symmetries and conserved quantities of boundary time crystals in generalized spin models

We investigate how symmetries and conserved quantities relate to the occurrence of the boundary time crystal (BTC) phase in a generalized spin model with Lindblad dissipation. BTCs are a non-equilibrium phase of matter in which the system, coupled to an external environment, breaks the continuous time translational invariance. We perform a detailed mean-field study aided by a finite-size analysis of the quantum model of a p,q-spin-interaction system, a generalized p-spin interaction system, which can be implemented in fully-connected spin-1/2 ensembles. We find the following conditions for the observation of the BTC phase: First, the BTC appears when the discrete symmetry held by the Hamiltonian, $\mathbb{Z}_2$ in the considered models, is explicitly broken by the Lindblad jump operators. Second, the system must be coupled uniformly to the same bath in order to preserve the total angular momentum during the time evolution. If these conditions are not satisfied, any oscillatory behavior appears only as a transient in the dynamics and a time-independent stationary state is eventually reached. Our results suggest that these two elements may be general requirements for the observation of a stable BTC phase relating symmetries and conserved quantities in arbitrary spin models.

quant-ph

Exceptional Point and Cross-Relaxation Effect in a Hybrid Quantum System

Exceptional points (EPs) are exotic degeneracies of non-Hermitian systems, where the eigenvalues and the corresponding eigenvectors simultaneously coalesce in parameter space, and these degeneracies are sensitive to tiny perturbations on the system. Here we report an experimental observation of the EP in a hybrid quantum system consisting of dense nitrogen (P1) centers in diamond coupled to a coplanar-waveguide resonator. These P1 centers can be divided into three subensembles of spins, and cross relaxation occurs among them. As a new method to demonstrate this EP, we pump a given spin subensemble with a drive field to tune the magnon-photon coupling in a wide range. We observe the EP in the middle spin subensemble coupled to the resonator mode, irrespective of which spin subensemble is actually driven. This robustness of the EP against pumping reveals the key role of the cross relaxation in P1 centers. It offers a novel way to convincingly prove the existence of the cross-relaxation effect via the EP.

quant-ph

Mean-field validity in a dissipative critical system: Liouvillian gap, $\mathbb{PT}$-symmetric antigap, and permutational symmetry in the $XYZ$ model

We study the all-to-all connected $XYZ$ (anisotropic-Heisenberg) spin model with local and collective dissipations, comparing the results of mean field theory with the solution of the Lindblad quantum evolution. Leveraging the permutational symmetry of the model [N. Shammah et al., Phys Rev. A 98, 063815 (2018)], we find exactly (up to numerical precision) the steady state up to $N=95$ spins. We characterize criticality, studying, as a function of the number of spins $N$, the spin structure factor, the magnetization, the Liouvillian gap and the Von Neumann entropy of the steady state. Exploiting the weak $\mathcal{PT}$-symmetry of the model, we efficiently calculate the Liouvillian gap, introducing the idea of an antigap. For small anisotropy, we find a paramagnetic-to-ferromagnetic phase transition in agreement with the mean-field theory. For large anisotropy, instead, we find a significant discrepancy from the scaling of the low-anisotropy ferromagnetic phase. We also study other more experimentally-accessible witnesses of the transition, which can be used for finite-size studies, namely the bimodality coefficient and the angular averaged susceptibility. In contrast to the bimodality coefficient, the angular averaged susceptibility fails to capture the onset of the transition, in striking difference with respect to lower-dimensional studies. We also analyze the competition between local dissipative processes (which disentangle the spin system) and collective dissipative ones (generating entanglement). The nature of the phase transition is almost unaffected by the presence of these terms. Our results mark a stark difference with the common intuition that an all-to-all connected system should fall onto the mean-field solution also for intermediate number of spins.

quant-ph

Dissipation-induced bistability in the two-photon Dicke model

The Dicke model is a paradigmatic quantum-optical model describing the interaction of a collection of two-level systems with a single bosonic mode. Effective implementations of this model made it possible to observe the emergence of superradiance, i.e., cooperative phenomena arising from the collective nature of light-matter interactions. Via reservoir engineering and analogue quantum simulation techniques, current experimental platforms allow us not only to implement the Dicke model, but also to design more exotic interactions, such as the two-photon Dicke model. In the Hamiltonian case, this model presents an interesting phase diagram characterized by two quantum criticalities: a superradiant phase transition and a spectral collapse, that is, the coalescence of discrete energy levels into a continuous band. Here, we investigate the effects of both qubit and photon dissipation on the phase transition and on the instability induced by the spectral collapse. Using a mean-field decoupling approximation, we analytically obtain the steady-state expectation values of the observables signaling a symmetry breaking, identifying a first-order phase transition from the normal to the superradiant phase. Our stability analysis unveils a very rich phase diagram, which features stable, bistable, and unstable phases depending on dissipation rate.

quant-ph

Open quantum systems with local and collective incoherent processes: Efficient numerical simulation using permutational invariance

The permutational invariance of identical two-level systems allows for an exponential reduction in the computational resources required to study the Lindblad dynamics of coupled spin-boson ensembles evolving under the effect of both local and collective noise. Here we take advantage of this speedup to study several important physical phenomena in the presence of local incoherent processes, in which each degree of freedom couples to its own reservoir. Assessing the robustness of collective effects against local dissipation is paramount to predict their presence in different physical implementations. We have developed an open-source library in Python, the Permutational-Invariant Quantum Solver (PIQS), which we use to study a variety of phenomena in driven-dissipative open quantum systems. We consider both local and collective incoherent processes in the weak, strong, and ultrastrong-coupling regimes. Using PIQS, we reproduced a series of known physical results concerning collective quantum effects and extended their study to the local driven-dissipative scenario. Our work addresses the robustness of various collective phenomena, e.g., spin squeezing, superradiance, quantum phase transitions, against local dissipation processes.

quant-ph