Quantinuum Systems

Three systems are available to subscription users:

  • Quantinuum hardware

  • Quantinuum emulators

  • Machine-specific syntax checkers

../../_images/system_resource_overview.png

Available targets accessible by end users. There are noisy and noiseless emulators hosted in Nexus. In addition, Quantinuum provides server-side emulators, syntax checkers and quantum computers, also accessible via Nexus.

Quantum Computers

Trapped ion quantum computers are available to users utilizing the System Model H2 and System Model H1 generation of quantum computers, powered by Honeywell. Both System Model H2 and H1 are not locked into a single configuration, but rather allow for all-to-all-connectivity of qubits in four or more parallel gate zones. The System Model H1 architecture consists of a linear trap while the System Model H2 architecture consists of a loop architecture with two linear traps. The base trap architecture for both hardware generations is known as a Quantum Charge-Coupled Device (QCCD)[1].

Individual machines that use the System Model H2 generation of ion traps are designated by the H2-X nomenclature while machines using the System Model H1 generation of ion traps are designated by the H1-X nomenclature. All devices under the H2-X or H1-X nomenclature use the same ion trap design, but at times may have a different number of parallel gate zones, maximum available qubits, and specific performance metrics. At all times, the performance of the quantum computers will have errors not exceeding the maximum errors listed in the Product Data Sheets.

Generational Hardware Nomenclature

System Model HX refers to a generation of quantum computing hardware using ion traps with a specific geometry. Individual machines are designated by the HX-Y nomenclature. For example, System Model H1 refers to a generation of quantum computing hardware using ion traps with a single linear geometry. Individual machines that use this generation of ion traps are designated by the H1-X nomenclature, e.g. H1-1. System Model H2 refers to a generation of quantum computing hardware using ion traps with two connected linear sections in a racetrack geometry. Individual machines that use this generation of ion traps are designated by the H2-X nomenclature, e.g. H2-1.

Syntax Checkers

The syntax checkers are provided to check program syntax and are specific to each device. Before submitting quantum circuits to the Quantinuum hardware or emulators, use of a syntax checker is highly recommended. Jobs submitted to the Quantinuum hardware are in QIR (Quantum Intermediate Representation) format. The syntax checker enables checking of the code to ensure it will run before being submitted to the hardware or emulators. Access to a syntax checker corresponds to the machines available in a user’s subscription.

If the code compiles, the syntax checker will return a completed status, the cost of the circuit in Hardware Quantum Credits (HQCs), and results of all 00. Submission to the syntax checker does not incur a HQC cost. If the code does not compile, the syntax checker will return a failed status and give the error returned.

API Interface

Direct communication with Quantinuum end points occurs via API endpoints based on the Quantum Intermediate Representation (QIR) or OpenQASM 2.0. The documentation on this website details examples in pytket and qnexus[2].

References