qiskit.transpiler.passes.FullAncillaAllocation.run¶
- FullAncillaAllocation.run(dag)[ソース]¶
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.