qiskit.transpiler.Layout.from_qubit_list¶
- static Layout.from_qubit_list(qubit_list, *qregs)[Quellcode]¶
Populates a Layout from a list containing virtual qubits, Qubit or None.
- Parameter
qubit_list (list) – e.g.: [qr[0], None, qr[2], qr[3]]
*qregs (QuantumRegisters) – The quantum registers to apply the layout to.
- Rückgabe
the corresponding Layout object
- Rückgabetyp
- Verursacht
LayoutError – If the elements are not Qubit or None