1{
2  "cirq_type": "_MeasurementSpec",
3  "max_setting": {
4    "cirq_type": "InitObsSetting",
5    "init_state": {
6      "cirq_type": "ProductState",
7      "states": [
8        [
9          {
10            "cirq_type": "LineQubit",
11            "x": 0
12          },
13          {
14            "cirq_type": "_ZEigenState",
15            "eigenvalue": 1
16          }
17        ],
18        [
19          {
20            "cirq_type": "LineQubit",
21            "x": 1
22          },
23          {
24            "cirq_type": "_ZEigenState",
25            "eigenvalue": 1
26          }
27        ]
28      ]
29    },
30    "observable": {
31      "cirq_type": "PauliString",
32      "qubit_pauli_map": [
33        [
34          {
35            "cirq_type": "LineQubit",
36            "x": 0
37          },
38          {
39            "cirq_type": "_PauliX",
40            "exponent": 1.0,
41            "global_shift": 0.0
42          }
43        ],
44        [
45          {
46            "cirq_type": "LineQubit",
47            "x": 1
48          },
49          {
50            "cirq_type": "_PauliY",
51            "exponent": 1.0,
52            "global_shift": 0.0
53          }
54        ]
55      ],
56      "coefficient": {
57        "cirq_type": "complex",
58        "real": 1.0,
59        "imag": 0.0
60      }
61    }
62  },
63  "circuit_params": {
64    "beta": 0.123,
65    "gamma": 0.456
66  }
67}
68