qiskit.opflow.state_fns.VectorStateFn.permute¶
- VectorStateFn.permute(permutation)[Quellcode]¶
Permute the qubits of the state function.
- Parameter
permutation (List[int]) – A list defining where each qubit should be permuted. The qubit at index j of the circuit should be permuted to position permutation[j].
- Rückgabe
A new StateFn containing the permuted primitive.
- Rückgabetyp