Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.quantum_info.pauli_basis

pauli_basis(num_qubits, weight=False)[소스]

Return the ordered PauliTable for the n-qubit Pauli basis.

매개변수
  • num_qubits (int) – number of qubits

  • weight (bool) – if True optionally return the basis sorted by Pauli weight rather than lexicographic order (Default: False)

반환값

the PauliTable for the basis

반환 형식

PauliTable