qiskit.transpiler.passes.FullAncillaAllocation.run¶
- FullAncillaAllocation.run(dag)[source]¶
Run the FullAncillaAllocation pass on dag.
Extend the layout with new (physical qubit, virtual qubit) pairs. The dag signals which virtual qubits are already in the circuit. This pass will allocate new virtual qubits such that no collision occurs (i.e. Layout bijectivity is preserved)
The coupling_map and layout together determine which physical qubits are free.
- প্যারামিটার
dag (DAGCircuit) -- circuit to analyze
- রিটার্নস
returns the same dag circuit, unmodified
- রিটার্ন টাইপ
- রেইজেস
TranspilerError -- If there is not layout in the property set or not set at init time.