1{
2  "cirq_type": "MutablePauliString",
3  "pauli_int_dict": [
4    [
5      {
6        "cirq_type": "LineQubit",
7        "x": 0
8      },
9      1
10    ],
11    [
12      {
13        "cirq_type": "LineQubit",
14        "x": 1
15      },
16      2
17    ],
18    [
19      {
20        "cirq_type": "LineQubit",
21        "x": 2
22      },
23      3
24    ]
25  ],
26  "coefficient": {
27    "cirq_type": "complex",
28    "real": 0.0,
29    "imag": 2.0
30  }
31}