German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.primitive_ops.PauliSumOp.permute

PauliSumOp.permute(permutation)[Quellcode]

Permutes the sequence of PauliSumOp.

Parameter

permutation (List[int]) – A list defining where each Pauli should be permuted. The Pauli at index j of the primitive should be permuted to position permutation[j].

Rückgabe

A new PauliSumOp representing the permuted operator. For operator (X ^ Y ^ Z) and indices=[1,2,4], it returns (X ^ I ^ Y ^ Z ^ I).

Verursacht

OpflowError – if indices do not define a new index for each qubit.

Rückgabetyp

PauliSumOp