1{
2  "cirq_type": "ControlledOperation",
3  "controls": [
4    {
5      "cirq_type": "LineQubit",
6      "x": 0
7    },
8    {
9      "cirq_type": "LineQubit",
10      "x": 1
11    }
12  ],
13  "control_values": [
14    [
15      0
16    ],
17    [
18      1
19    ]
20  ],
21  "sub_operation": {
22    "cirq_type": "SingleQubitPauliStringGateOperation",
23    "pauli": {
24      "cirq_type": "_PauliY",
25      "exponent": 1,
26      "global_shift": 0.0
27    },
28    "qubit": {
29      "cirq_type": "NamedQubit",
30      "name": "target"
31    }
32  }
33}