qiskit.quantum_info.PauliList.group_qubit_wise_commuting¶
- PauliList.group_qubit_wise_commuting()[código fonte]¶
Partition a PauliList into sets of mutually qubit-wise commuting Pauli strings.
- Retorno
List of PauliLists where each PauliList contains commutable Pauli operators.
- Tipo de retorno
List[PauliList]