qiskit.quantum_info.PauliTable.insert¶
- PauliTable.insert(ind, value, qubit=False)[source]¶
Insert Pauli's into the table.
When inserting qubits the qubit index is the same as the column index of the underlying
X
andZ
arrays.- প্যারামিটার
ind (int) -- index to insert at.
value (PauliTable) -- values to insert.
qubit (bool) -- if True delete qubit columns, otherwise delete Pauli rows (Default: False).
- রিটার্নস
the resulting table with the entries inserted.
- রিটার্ন টাইপ
- রেইজেস
QiskitError -- if the insertion index is invalid.