Skip to content

Commit

Permalink
Update qiskit/providers/backend.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Lapeyre <[email protected]>
  • Loading branch information
mtreinish and jlapeyre authored Oct 3, 2022
1 parent e7b2e8b commit f8e8fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/providers/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class BackendV2(Backend, ABC):
if they are **required** to ensure a circuit is executable on the backend or
have the expected level of performance. These methods are passed no input
arguments and are expected to return a ``str`` representing the method name
which is should be a stage plugin (see: :mod:`qiskit.transpiler.preset_passmanagers.plugin`
which should be a stage plugin (see: :mod:`qiskit.transpiler.preset_passmanagers.plugin`
for more details on plugins). The typical expected use case is for a backend
provider to implement a stage plugin for ``translation`` or ``scheduling``
that contains the custom compilation passes and then for the hook methods on
Expand Down

0 comments on commit f8e8fde

Please sign in to comment.