qiskit.quantum_info.PauliList.insert¶
- PauliList.insert(ind, value, qubit=False)[Quellcode]¶
Insert Paulis into the table.
When inserting qubits the qubit index is the same as the column index of the underlying
X
andZ
arrays.- Parameter
ind (int) – index to insert at.
value (PauliList) – values to insert.
qubit (bool) – if
True
insert qubit columns, otherwise insert Pauli rows (Default:False
).
- Rückgabe
the resulting table with the entries inserted.
- Rückgabetyp
- Verursacht
QiskitError – if the insertion index is invalid.