qiskit.transpiler.passes.EnlargeWithAncilla.run¶
- EnlargeWithAncilla.run(dag)[Quellcode]¶
Run the EnlargeWithAncilla pass on dag.
- Parameter
dag (DAGCircuit) – DAG to extend.
- Rückgabe
An extended DAG.
- Rückgabetyp
- Verursacht
TranspilerError – If there is not layout in the property set or not set at init time.