About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
qiskit.transpiler.preset_passmanagers.common.generate_pre_op_passmanager
generate_pre_op_passmanager(target=None, coupling_map=None, remove_reset_in_zero=False)
Generate a pre-optimization loop PassManager
This pass manager will check to ensure that directionality from the coupling map is respected
Parameters
- target (Target) – the
Target
object representing the backend - coupling_map (CouplingMap) – The coupling map to use
- remove_reset_in_zero (bool) – If
True
include the remove reset in zero pass in the generated PassManager
Returns
The pass manager
Return type
Was this page helpful?
Report a bug or request content on GitHub.