Synthesize an arbitrary 2 qubit operation to a sycamore operation using
cirq.google.optimizers.convert_to_sycamore_gates.decompose_arbitrary_into_syc_tabulation(
qubit_a: cirq.ops.Qid
,
qubit_b: cirq.ops.Qid
,
op: cirq.ops.Operation
,
tabulation: cirq.google.GateTabulation
) -> cirq.ops.OP_TREE
the given Tabulation.
Args |
qubit_a
|
first qubit of the operation
|
qubit_b
|
second qubit of the operation
|
op
|
operation to decompose
|
tabulation
|
A tabulation for the Sycamore gate.
|
Returns |
New operations iterable object
|