Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliTable.insert

PauliTable.insert(ind, value, qubit=False)[소스]

Insert Pauli’s into the table.

When inserting qubits the qubit index is the same as the column index of the underlying X and Z 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.

반환 형식

PauliTable

예외 발생

QiskitError – if the insertion index is invalid.