1[
2  {
3    "cirq_type": "PauliString",
4    "qubit_pauli_map": [
5      [
6        {
7          "cirq_type": "LineQubit",
8          "x": 0
9        },
10        {
11          "cirq_type": "_PauliX",
12          "exponent": 1,
13          "global_shift": 0.0
14        }
15      ],
16      [
17        {
18          "cirq_type": "LineQubit",
19          "x": 1
20        },
21        {
22          "cirq_type": "_PauliY",
23          "exponent": 1,
24          "global_shift": 0.0
25        }
26      ],
27      [
28        {
29          "cirq_type": "LineQubit",
30          "x": 2
31        },
32        {
33          "cirq_type": "_PauliZ",
34          "exponent": 1,
35          "global_shift": 0.0
36        }
37      ]
38    ],
39    "coefficient": {
40      "cirq_type": "complex",
41      "real": 1.0,
42      "imag": 0.0
43    }
44  },
45  {
46    "cirq_type": "PauliString",
47    "qubit_pauli_map": [
48      [
49        {
50          "cirq_type": "LineQubit",
51          "x": 0
52        },
53        {
54          "cirq_type": "_PauliX",
55          "exponent": 1,
56          "global_shift": 0.0
57        }
58      ],
59      [
60        {
61          "cirq_type": "LineQubit",
62          "x": 1
63        },
64        {
65          "cirq_type": "_PauliY",
66          "exponent": 1,
67          "global_shift": 0.0
68        }
69      ]
70    ],
71    "coefficient": {
72      "cirq_type": "complex",
73      "real": 123.0,
74      "imag": 0.0
75    }
76  }
77]