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.level_0_pass_manager
level_0_pass_manager(pass_manager_config)
Level 0 pass manager: no explicit optimization other than mapping to backend.
This pass manager applies the user-given initial layout. If none is given, a trivial layout consisting of mapping the i-th virtual qubit to the i-th physical qubit is used. Any unused physical qubit is allocated as ancilla space.
The pass manager then unrolls the circuit to the desired basis, and transforms the circuit to match the coupling map.
Parameters
pass_manager_config (PassManagerConfig
) – configuration of the pass manager.
Return type
Returns
a level 0 pass manager.
Raises
TranspilerError – if the passmanager config is invalid.
Was this page helpful?
Report a bug or request content on GitHub.