Skip to main contentIBM Quantum Documentation

System information

IBM Quantum™ offers both open and premium access to a wide variety of quantum systems. All quantum systems deployed by IBM Quantum are based on superconducting qubit technology, as the control and scalability of this technology pave a clear path to achieving quantum advantage with these systems. You can see the full details of all IBM Quantum systems on the Compute resources page.(opens in a new tab)

Note that the words "system" and "backend" are often used interchangeably.


System versioning

Each system has a version number in the form X.Y.Z (major.minor.revision). A circuit compiled for a given system version number is guaranteed to run on that system. If the revision number changes, the circuit will continue to run. If the major or minor number changes, the circuit is not guaranteed to run, although it may do so. The conditions under which a version number may change are listed below:

Major version

The major version will increment for system changes such as:

  • Sample changes.
  • Major changes to the control electronics.
  • Moving the system to a new location, if significant behavior changes result.

Minor version

The minor version will increment for changes such as:

  • Warmup / cool-down cycles.
  • Swapping out some electronics, if the replacement appreciably affects operation.
  • Changing the direction of a controlled-NOT gate.
  • Dropping a gate for some duration of time due to calibration issues, and corrections cannot readily be done in software.

Revision version

The revision version number will increment for fixes that do not break the existing compiled circuit. These changes include:

  • Manual calibrations to improve fidelities.
  • Small electronics changes that don’t affect operation.
  • System software updates.

System configuration values

The following is a subset of system configuration values available in IBM Quantum and from Qiskit.

These values are shown on both the Systems and Simulators tabs of the Compute resources page(opens in a new tab) and the details page for each system.

  • Name - The unique name assigned to a specific quantum system or simulator. Systems hosted on IBM Cloud® have names that begin with ibmq_* (older systems) or ibm_* (newer systems). All quantum systems are given a city name, e.g., ibmq_johannesburg. This name does not indicate where the actual quantum system is hosted. They are named after IBM® locations around the world.
  • Qubits - The number of qubits in a system. For physical quantum systems, this is the number of physical qubits in the device. For simulators, this number need not be uniquely defined, and instead can depend on the simulation method and/or the amount of memory available.
  • EPLG - Error per layered gate in a chain of 100 qubits. Error per layered gate measures the average gate process error in a layered chain of NN qubits (NN=100 here). It is derived from a similar quantity known as the layer fidelity (LF) where EPLG100_{100} = 1-LF199^{\frac{1}{99}} and layer fidelity is the process fidelity of the layered chain of NN qubits. For details, see the paper Benchmarking quantum processor performance at scale(opens in a new tab).
  • CLOPS - Circuit layer operations per second, and also known as CLOPS_v, is a measure of how many layers of a Quantum volume circuit (virtual circuit) a QPU (quantum processing unit) can execute per unit of time. Find more information about this metric in the paper Quality, Speed, and Scale: three key attributes to measure the performance of near-term quantum computers(opens in a new tab).
  • CLOPS_h -- A measure of how many layers of a 100x100 circuit (hardware-aware circuit) a QPU (quantum processing unit) can execute per unit of time.
  • QV - Quantum volume. This value is another metric for system quality based on passing a fidelity threshold for a set of random, square all-to-all connected circuits. Provided as the peak value measured on a system of devices. For details, see the paper Validating quantum computers using randomized model circuits(opens in a new tab).
  • Status - The system status.
  • Total pending jobs - The total number of jobs that you have submitted to this system.
  • Processor type - Reflects the system topology and indicates the approximate qubit count.
  • Features - Additional information about the system, such as whether it supports pulse inputs.
Average gate fidelity

Note that the metric for median ECR error (for Eagle processors) and median CZ error (for Heron processors) is the average gate fidelity, which is the average over all possible input states of the fidelity between the state produced by the actual operation and the state produced by the ideal operation.

Additional information available on the details page for each system

To access the details page, click the name of the system on the Compute resources page.

  • Version - The version number of a system in the form major.minor.revision. See System versioning for details on how this number is assigned.

  • Calibration data (Available for systems only) - Download the calibration data as a .csv file or click the arrow to display the Topology diagram, Individual qubit readout graph, or the Calibration data table. You can customize the data that is shown, depending on the view you have open. For example, on the Topology diagram, you can choose the data you want to see for connections and qubits. The colored bars associated with the diagram or graph indicate the range that is shown, with the average value marked. The color maximum and minimum change depending on the system.

    • Topology diagram or coupling map - A diagram that indicates the pairs of qubits that support two-qubit gate operations between them. This is also called the coupling map or connectivity. Qubits are represented as circles and the supported two-qubit gate operations are displayed as lines connecting the qubits.
    • Individual qubit properties - Shows the selected property for each qubit on the system. You can view the frequency, T1, T2, Anharmonicity, probability measurements, error rates, and so on.
  • Your access instance - Instances that you can use. Click the arrow on the right to expand or collapse this section. For each instance, you can see the following information:

    • Max shots - The maximum number of times you can execute a single circuit on a system. The number of shots taken determines the precision of the output probability distribution over repeated executions.
    • Max circuits - The maximum number of quantum circuits that you can submit to this system at one time.
    • Max qubits per pulse gate - The maximum number of qubit arguments allowed to a gate.
    • Max channels per pulse gate - The maximum number of channels you can refer to within a pulse schedule. Typically each qubit is associated with a drive channel, a measure channel, an acquisition channel, and then auxiliary control channels for things like cross resonance.
    • Usage - Click the link to see the jobs that you have run on this system.

View system configuration

View system configuration values by selecting a system on the Compute resources page.(opens in a new tab) The three tabs in the Calibration data section let you choose how to view the calibration data; the Map view tab is automatically selected.

Expanded card for a sample system

An expanded card for a sample system.
Expanded card for a sample system

System tabs

Click the download icon in the upper right of any tab to download a CSV file of calibration data.

Graph view tab.

The graph view tab shows the calibration data as a graph.
Graph view tab

Table view tab

The table view tab shows the calibration information as numerical data.
Table view tab

Find system information from other channels

To find your available systems and simulators on IBM Cloud, view the IBM Cloud Compute resources page.(opens in a new tab) You must be logged in to see your available compute resources. You are shown a snapshot of each system. To see full details, click the system name. You can also search for systems from this page.

To find your available systems and simulators on IBM Quantum Platform, view the Platform Compute resources page.(opens in a new tab) You are shown a snapshot of each system. To see full details, click the system name. You can also sort, filter, and search from this page.

Was this page helpful?
Report a bug or request content on GitHub.