@@ -153,6 +153,8 @@ def _symmetricalqidpair(qids):
153153 'LineQubit' : cirq .LineQubit ,
154154 'LineQid' : cirq .LineQid ,
155155 'LineTopology' : cirq .LineTopology ,
156+ 'Linspace' : cirq .Linspace ,
157+ 'ListSweep' : cirq .ListSweep ,
156158 'MatrixGate' : cirq .MatrixGate ,
157159 'MixedUnitaryChannel' : cirq .MixedUnitaryChannel ,
158160 'MeasurementKey' : cirq .MeasurementKey ,
@@ -187,6 +189,8 @@ def _symmetricalqidpair(qids):
187189 'PhasedISwapPowGate' : cirq .PhasedISwapPowGate ,
188190 'PhasedXPowGate' : cirq .PhasedXPowGate ,
189191 'PhasedXZGate' : cirq .PhasedXZGate ,
192+ 'Points' : cirq .Points ,
193+ 'Product' : cirq .Product ,
190194 'ProductState' : cirq .ProductState ,
191195 'ProductOfSums' : cirq .ProductOfSums ,
192196 'ProjectorString' : cirq .ProjectorString ,
@@ -219,6 +223,7 @@ def _symmetricalqidpair(qids):
219223 'TwoQubitDiagonalGate' : cirq .TwoQubitDiagonalGate ,
220224 'TwoQubitGateTabulation' : cirq .TwoQubitGateTabulation ,
221225 '_UnconstrainedDevice' : cirq .devices .unconstrained_device ._UnconstrainedDevice ,
226+ '_Unit' : cirq .study .sweeps ._Unit ,
222227 'VarianceStoppingCriteria' : cirq .work .VarianceStoppingCriteria ,
223228 'VirtualTag' : cirq .VirtualTag ,
224229 'WaitGate' : cirq .WaitGate ,
@@ -233,6 +238,7 @@ def _symmetricalqidpair(qids):
233238 'YPowGate' : cirq .YPowGate ,
234239 'YYPowGate' : cirq .YYPowGate ,
235240 '_ZEigenState' : cirq .value .product_state ._ZEigenState , # type: ignore
241+ 'Zip' : cirq .Zip ,
236242 'ZPowGate' : cirq .ZPowGate ,
237243 'ZZPowGate' : cirq .ZZPowGate ,
238244 # Old types, only supported for backwards-compatibility
0 commit comments