Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliTable.from_labels

classmethod PauliTable.from_labels(labels)[ソース]

Construct a PauliTable from a list of Pauli strings.

パラメータ

labels (list) – Pauli string label(es).

戻り値

the constructed PauliTable.

戻り値の型

PauliTable

例外
  • QiskitError – If the input list is empty or contains invalid

  • Pauli strings.