1{
2  "cirq_type": "TaggedOperation",
3  "sub_operation":
4  {
5    "cirq_type": "SingleQubitPauliStringGateOperation",
6    "pauli":
7    {
8      "cirq_type": "_PauliX",
9      "exponent": 1.0,
10      "global_shift": 0.0
11    },
12    "qubit": {
13      "cirq_type": "NamedQubit",
14      "name": "q1"
15    }
16  },
17  "tags":
18  [
19    "tag1",
20    {
21      "cirq_type": "VirtualTag"
22    }
23  ]
24}