File size: 1,111 Bytes
6ce350d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "ibm_eagle",
    "display_name": "IBM Eagle (127 qubits)",
    "num_qubits": 127,
    "native_gates": ["cx", "id", "rz", "sx", "x"],
    "basis_gates": ["cx", "id", "rz", "sx", "x"],
    "description": "127-qubit IBM Eagle processor with heavy-hex topology",
    "topology": "heavy_hex",
    "t1_us": 100,
    "t2_us": 80,
    "single_qubit_gate_error": 0.001,
    "two_qubit_gate_error": 0.01,
    "readout_error": 0.02,
    "gate_time_1q_ns": 35,
    "gate_time_2q_ns": 300,
    "coupling_map": [
        [0, 1], [1, 0], [1, 2], [2, 1], [2, 3], [3, 2], [3, 4], [4, 3],
        [4, 5], [5, 4], [5, 6], [6, 5], [6, 7], [7, 6], [7, 8], [8, 7],
        [8, 9], [9, 8], [9, 10], [10, 9], [10, 11], [11, 10], [11, 12], [12, 11],
        [0, 14], [14, 0], [4, 15], [15, 4], [8, 16], [16, 8], [12, 17], [17, 12],
        [14, 18], [18, 14], [15, 19], [19, 15], [16, 20], [20, 16], [17, 21], [21, 17],
        [18, 22], [22, 18], [19, 23], [23, 19], [20, 24], [24, 20], [21, 25], [25, 21]
    ],
    "quantum_volume": 128,
    "clops": 15000,
    "provider": "IBM Quantum",
    "availability": "cloud"
}