1{
2  "cirq_type": "SingleQubitMatrixGate",
3  "matrix": [
4    [
5      {
6        "cirq_type": "complex",
7        "real": 0.0,
8        "imag": 1.0
9      },
10      {
11        "cirq_type": "complex",
12        "real": 0.0,
13        "imag": 0.0
14      },
15      {
16        "cirq_type": "complex",
17        "real": 0.0,
18        "imag": 0.0
19      }
20    ],
21    [
22      {
23        "cirq_type": "complex",
24        "real": 0.0,
25        "imag": 0.0
26      },
27      {
28        "cirq_type": "complex",
29        "real": -1.0,
30        "imag": 0.0
31      },
32      {
33        "cirq_type": "complex",
34        "real": 0.0,
35        "imag": 0.0
36      }
37    ],
38    [
39      {
40        "cirq_type": "complex",
41        "real": 0.0,
42        "imag": 0.0
43      },
44      {
45        "cirq_type": "complex",
46        "real": 0.0,
47        "imag": 0.0
48      },
49      {
50        "cirq_type": "complex",
51        "real": 1.0,
52        "imag": 0.0
53      }
54    ]
55  ]
56}