Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar committed Sep 30, 2023
1 parent 2cf9930 commit 401b2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qualtran/cirq_interop/_bloq_to_cirq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 401b2af

Please sign in to comment.