15 logical qubits
Backend name : EMU:15Q:LOGICAL_EARLY
Backend type : Emulator, logical
About this backend
EMU:15Q:LOGICAL_EARLY
reproduces what might be the behavior of one of the first useful logical chips, featuring 15 logical qubits with conservative hypotheses on qubit quality.
In this backend, information is physically stored in 13 "data" cat qubits (carrying the information of the logical qubit) and 12 "ancilla" cat qubits (used to perform error detection operations).
Physical qubits are abstracted here - errors are emulated using an analytical formula rather than by emulating the individual behavior of each physical qubit.
Logical error rates are between \(10^{-3}\) and \(10^{-4}\), but they can be made better (or worse) by tuning the average_nb_photons
, kappa_1
, kappa_2
, and distance
parameters - see Chip settings for more details.
Supported backend parameters
average_nb_photons
- Supported values: 4 and above
distance
- Supported values: 3 and above, odd integers only
kappa_1
- Supported values: 10 and above
kappa_2
- Supported values: 100 and above
💡 The kappa_1 / kappa_2
ratio must be between 1e-7 and 1e-1
Read more about backend parameters here
Supported gates
initialize
(custom Felis gate)measure_x
(custom Felis gate)delay
(native Qiskit gate)x
(native Qiskit gate)z
(native Qiskit gate)measure
(native Qiskit gate)t
(native Qiskit gate)tdg
(native Qiskit gate)h
(native Qiskit gate)s
(native Qiskit gate)sdg
(native Qiskit gate)cx
(native Qiskit gate)ccx
(native Qiskit gate)
This gate set is universal, meaning any gate in a circuit can be decomposed into a series of the gates above when transpiling the circuit for this backend.
Read more about supported gates here.
Supported providers
- ✅
AliceBobLocalProvider
- ✅
AliceBobRemoteProvider
Connectivity
As a logical backend, this backend features all-to-all connectivity.
Expected performance
This backend features an error model based on theoretical papers. It is not meant to accurately reproduce a specific current or future Alice & Bob chip.
The formulas and references we used are documented in the source code at https://github.com/Alice-Bob-SW/qiskit-alice-bob-provider/blob/main/qiskit_alice_bob_provider/processor/logical_cat.py
Availability schedule
As an emulator, this backend is expected to be available 24/7.
Live status for backends is available at https://api-gcp.alice-bob.com/console/status.