@@ -92,6 +92,9 @@ def _create_device_spec_with_horizontal_couplings():
9292 cirq .ops .phased_x_z_gate .PhasedXZGate ,
9393 cirq .ops .common_gates .XPowGate ,
9494 cirq .ops .common_gates .YPowGate ,
95+ cirq .GateFamily (cirq .I ),
96+ cirq .ops .SingleQubitCliffordGate ,
97+ cirq .ops .HPowGate ,
9598 cirq .ops .phased_x_gate .PhasedXPowGate ,
9699 cirq .GateFamily (
97100 cirq .ops .common_gates .ZPowGate , tags_to_ignore = [cirq_google .PhysicalZTag ()]
@@ -113,6 +116,9 @@ def _create_device_spec_with_horizontal_couplings():
113116 cirq .GateFamily (cirq .ops .phased_x_z_gate .PhasedXZGate ): base_duration * 4 ,
114117 cirq .GateFamily (cirq .ops .common_gates .XPowGate ): base_duration * 4 ,
115118 cirq .GateFamily (cirq .ops .common_gates .YPowGate ): base_duration * 4 ,
119+ cirq .GateFamily (cirq .ops .common_gates .HPowGate ): base_duration * 4 ,
120+ cirq .GateFamily (cirq .I ): base_duration * 4 ,
121+ cirq .GateFamily (cirq .ops .SingleQubitCliffordGate ): base_duration * 4 ,
116122 cirq .GateFamily (cirq .ops .phased_x_gate .PhasedXPowGate ): base_duration * 4 ,
117123 cirq .GateFamily (
118124 cirq .ops .common_gates .ZPowGate , tags_to_ignore = [cirq_google .PhysicalZTag ()]
@@ -135,6 +141,9 @@ def _create_device_spec_with_horizontal_couplings():
135141 cirq_google .FSimGateFamily (gates_to_accept = [cirq .SQRT_ISWAP_INV ]),
136142 cirq .ops .common_gates .XPowGate ,
137143 cirq .ops .common_gates .YPowGate ,
144+ cirq .ops .common_gates .HPowGate ,
145+ cirq .GateFamily (cirq .I ),
146+ cirq .ops .SingleQubitCliffordGate ,
138147 cirq .ops .phased_x_gate .PhasedXPowGate ,
139148 cirq .GateFamily (
140149 cirq .ops .common_gates .ZPowGate , tags_to_ignore = [cirq_google .PhysicalZTag ()]
@@ -154,6 +163,9 @@ def _create_device_spec_with_horizontal_couplings():
154163 cirq_google .FSimGateFamily (gates_to_accept = [cirq .CZ ]),
155164 cirq .ops .common_gates .XPowGate ,
156165 cirq .ops .common_gates .YPowGate ,
166+ cirq .ops .common_gates .HPowGate ,
167+ cirq .GateFamily (cirq .I ),
168+ cirq .ops .SingleQubitCliffordGate ,
157169 cirq .ops .phased_x_gate .PhasedXPowGate ,
158170 cirq .GateFamily (
159171 cirq .ops .common_gates .ZPowGate , tags_to_ignore = [cirq_google .PhysicalZTag ()]
0 commit comments