Cirq conversions
← Curated API reference · Exchange with other tools · Interoperability
Move supported circuits between Cirq and Bloqade kernels.
from bloqade.cirq_utils import load_circuitConverts a cirq.Circuit object into a squin kernel.
from bloqade.cirq_utils import emit_circuitConverts a squin.kernel method to a cirq.Circuit object.
from bloqade.cirq_utils import validationCirq validation passes for emission.