qiskit.opflow.primitive_ops.PrimitiveOp.permute¶
- PrimitiveOp.permute(permutation)[source]¶
Permutes the qubits of the operator.
- প্যারামিটার
permutation (
List
[int
]) -- A list defining where each qubit should be permuted. The qubit at index j should be permuted to position permutation[j].- রিটার্ন টাইপ
- রিটার্নস
A new OperatorBase containing the permuted operator.
- রেইজেস
OpflowError -- if indices do not define a new index for each qubit.