qiskit.transpiler.passes.ApplyLayout.run¶
- ApplyLayout.run(dag)[source]¶
Run the ApplyLayout pass on dag.
- Paramètres
dag (DAGCircuit) – DAG to map.
- Renvoie
A mapped DAG (with physical qubits).
- Type renvoyé
- Lève
TranspilerError – if no layout is found in property_set or no full physical qubits.