Algorithmic Qubits (AQ) are an application based benchmark of quantum computers. Introduced by IonQ in 2020, the goal was to define a "single number figure of merit to evaluate the performance of quantum computers for solving a representative set of quantum algorithms." While other benchmarks such as IBM's Quantum volume are run on random quantum circuits that do not necessarily have practical applications, AQ is measured on specific algorithms which are known to have value by industry, such as those defined by the Quantum Economic Development Consortium. https://arxiv.org/pdf/2110.03137
IonQ published code for calculating AQ in a Git code repository. https://github.com/ionq/QC-App-Oriented-Benchmarks/blob/master/_doc/AQ.md The formal definition of calculating AQ is composed of several steps:
The data is usually shown graphically as a volumetric plot.
There are several known limitations of the benchmark. Error mitigation techniques can enhance the performance of quantum computers being tested. Specifically, certain mitigations do not scale well to the size of the computer can result with misleading results. Additionally, the restricted number of different circuits used during protocol affects the robustness of results.
The metric has been criticized as easy to manipulate. Quantinuum's Dr. Charlie Baldwin states "error mitigation, including plurality voting, may be a useful tool for some near-term quantum computing but it doesnâÂÂt work for every problem and itâÂÂs unlikely to be scalable to larger systems."