Skip to content

Commit

Permalink
fix argument documentation of transpile functions (#11728)
Browse files Browse the repository at this point in the history
(cherry picked from commit 39952bc)
  • Loading branch information
kevinsung authored and mergify[bot] committed Feb 7, 2024
1 parent 224488e commit abfed23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit/compiler/transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def callback_func(**kwargs):
default this setting will have no effect as the default unitary
synthesis method does not take custom configuration. This should
only be necessary when a unitary synthesis plugin is specified with
the ``unitary_synthesis`` argument. As this is custom for each
the ``unitary_synthesis_method`` argument. As this is custom for each
unitary synthesis plugin refer to the plugin documentation for how
to use this option.
target: A backend transpiler target. Normally this is specified as part of
Expand Down
2 changes: 1 addition & 1 deletion qiskit/transpiler/preset_passmanagers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def generate_preset_pass_manager(
default this setting will have no effect as the default unitary
synthesis method does not take custom configuration. This should
only be necessary when a unitary synthesis plugin is specified with
the ``unitary_synthesis`` argument. As this is custom for each
the ``unitary_synthesis_method`` argument. As this is custom for each
unitary synthesis plugin refer to the plugin documentation for how
to use this option.
hls_config (HLSConfig): An optional configuration class :class:`~.HLSConfig`
Expand Down

0 comments on commit abfed23

Please sign in to comment.