Skip to content

Commit 4ddcd5f

Browse files
authored
Refactors convert_to_sycamore_gates to abstract out analytical decomposition methods in cirq_google.two_qubit_to_sycamore (#5044)
* Add cirq_google.two_qubit_to_sycamore containing analytical decomposition methods * Address feedback
1 parent 3c1c802 commit 4ddcd5f

File tree

7 files changed

+612
-427
lines changed

7 files changed

+612
-427
lines changed

cirq-google/cirq_google/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
optimized_for_xmon,
107107
)
108108

109+
from cirq_google.transformers import (
110+
known_2q_op_to_sycamore_operations,
111+
two_qubit_matrix_to_sycamore_operations,
112+
)
109113

110114
from cirq_google.serialization import (
111115
arg_from_proto,

0 commit comments

Comments
 (0)