Skip to content

Commit

Permalink
Add description of inplace argument to decompose_qpd_instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Oct 23, 2024
1 parent e512b46 commit 1cce3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_cutting/qpd/decompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def decompose_qpd_instructions(
map_ids: Indices to a specific linear mapping to be applied to the decompositions
in the circuit. If no map IDs are provided, the circuit will be decomposed randomly
according to the decompositions' joint probability distribution.
inplace: TODO
inplace: If ``True``, the ``circuit`` will be modified in place.
Returns:
Circuit which has had all its :class:`BaseQPDGate` instances decomposed into local operations.
Expand Down

0 comments on commit 1cce3d8

Please sign in to comment.