Skip to content

Commit a944e38

Browse files
committed
Remove global gatesets
1 parent 793e005 commit a944e38

File tree

4 files changed

+0
-806
lines changed

4 files changed

+0
-806
lines changed

cirq-google/cirq_google/__init__.py

-5
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@
118118
Serializer,
119119
SerializingArg,
120120
SerializableGateSet,
121-
XMON,
122-
FSIM_GATESET,
123-
SQRT_ISWAP_GATESET,
124-
SYC_GATESET,
125-
NAMED_GATESETS,
126121
)
127122

128123
from cirq_google.workflow import (

cirq-google/cirq_google/serialization/__init__.py

-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919

2020
from cirq_google.serialization.circuit_serializer import CircuitSerializer, CIRCUIT_SERIALIZER
2121

22-
from cirq_google.serialization.gate_sets import (
23-
XMON,
24-
FSIM_GATESET,
25-
SQRT_ISWAP_GATESET,
26-
SYC_GATESET,
27-
NAMED_GATESETS,
28-
)
29-
3022
from cirq_google.serialization.op_deserializer import (
3123
CircuitOpDeserializer,
3224
DeserializingArg,

cirq-google/cirq_google/serialization/gate_sets.py

-188
This file was deleted.

0 commit comments

Comments
 (0)