1[
2  {
3    "cirq_type": "IdentityOperation",
4    "qubits": [
5      {
6        "cirq_type": "LineQubit",
7        "x": 0
8      },
9      {
10        "cirq_type": "LineQubit",
11        "x": 1
12      }
13    ]
14  },
15  {
16    "cirq_type": "IdentityOperation",
17    "qubits": [
18      {
19        "cirq_type": "LineQubit",
20        "x": 0
21      },
22      {
23        "cirq_type": "LineQubit",
24        "x": 1
25      },
26      {
27        "cirq_type": "LineQubit",
28        "x": 2
29      },
30      {
31        "cirq_type": "LineQubit",
32        "x": 3
33      },
34      {
35        "cirq_type": "LineQubit",
36        "x": 4
37      }
38    ]
39  }
40]