diff --git a/qualtran/cirq_interop/_bloq_to_cirq.py b/qualtran/cirq_interop/_bloq_to_cirq.py index b5e83ae02..dd545901e 100644 --- a/qualtran/cirq_interop/_bloq_to_cirq.py +++ b/qualtran/cirq_interop/_bloq_to_cirq.py @@ -99,8 +99,8 @@ def decompose_from_registers( Args: context: `cirq.DecompositionContext` stores options for decomposing gates (eg: cirq.QubitManager). - **quregs: Sequences of cirq qubits as expected for the legacy register shims - of the bloq's registers. + **quregs: Appropriately shaped qubit arrays corresponding to Cirq-FT registers defined + as per `self.signature`. Returns: A cirq circuit containing the cirq-exported version of the bloq decomposition.