File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
qiskit/transpiler/preset_passmanagers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323transformations as part of Qiskit's compiler inside the
2424:func:`~.transpile` function at the different optimization levels, but
2525can also be used in a standalone manner.
26- The functionality here is divided into two parts, the first includes the
27- functions used generate the entire pass manager which is used by
28- :func:`~.transpile` (:ref:`preset_pass_manager_generators`) and the
29- second includes functions which are used to build (either entirely or in
30- part) the stages which the preset pass managers are composed of
26+ The functionality here is divided into two parts. The first includes the
27+ functions used to generate the entire pass manager, which is used by
28+ :func:`~.transpile` (:ref:`preset_pass_manager_generators`), and the
29+ second includes functions that are used to build (either entirely or in
30+ part) the stages that comprise the preset pass managers
3131(:ref:`stage_generators`).
3232
3333.. _preset_pass_manager_generators:
You can’t perform that action at this time.
0 commit comments