1[
2  {
3    "cirq_type": "GateOperation",
4    "gate": {
5      "cirq_type": "CCXPowGate",
6      "exponent": 1,
7      "global_shift": 0.0
8    },
9    "qubits": [
10      {
11        "cirq_type": "LineQubit",
12        "x": 0
13      },
14      {
15        "cirq_type": "LineQubit",
16        "x": 1
17      },
18      {
19        "cirq_type": "LineQubit",
20        "x": 2
21      }
22    ]
23  },
24  {
25    "cirq_type": "GateOperation",
26    "gate": {
27      "cirq_type": "CCZPowGate",
28      "exponent": 1,
29      "global_shift": 0.0
30    },
31    "qubits": [
32      {
33        "cirq_type": "LineQubit",
34        "x": 0
35      },
36      {
37        "cirq_type": "LineQubit",
38        "x": 1
39      },
40      {
41        "cirq_type": "LineQubit",
42        "x": 2
43      }
44    ]
45  },
46  {
47    "cirq_type": "GateOperation",
48    "gate": {
49      "cirq_type": "CNotPowGate",
50      "exponent": 1,
51      "global_shift": 0.0
52    },
53    "qubits": [
54      {
55        "cirq_type": "LineQubit",
56        "x": 0
57      },
58      {
59        "cirq_type": "LineQubit",
60        "x": 1
61      }
62    ]
63  },
64  {
65    "cirq_type": "GateOperation",
66    "gate": {
67      "cirq_type": "CSwapGate"
68    },
69    "qubits": [
70      {
71        "cirq_type": "LineQubit",
72        "x": 0
73      },
74      {
75        "cirq_type": "LineQubit",
76        "x": 1
77      },
78      {
79        "cirq_type": "LineQubit",
80        "x": 2
81      }
82    ]
83  },
84  {
85    "cirq_type": "GateOperation",
86    "gate": {
87      "cirq_type": "CZPowGate",
88      "exponent": 1,
89      "global_shift": 0.0
90    },
91    "qubits": [
92      {
93        "cirq_type": "LineQubit",
94        "x": 0
95      },
96      {
97        "cirq_type": "LineQubit",
98        "x": 1
99      }
100    ]
101  }
102]