qiskit.aqua.operators.converters.PauliBasisChange.get_tpb_pauli¶
-
PauliBasisChange.
get_tpb_pauli
(list_op)[source]¶ Gets the Pauli (not
PauliOp
!) whose diagonalizing single-qubit rotations is a superset of the diagonalizing single-qubit rotations for each of the Paulis inlist_op
. TBP stands for Tensor Product Basis.- Parameters
list_op (
ListOp
) – theListOp
whose TBP Pauli to return.- Return type
Pauli
- Returns
The TBP Pauli.