qiskit.opflow.state_fns.VectorStateFn.permute¶
- VectorStateFn.permute(permutation)[소스]¶
Permute the qubits of the state function.
- 매개변수
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].
- 반환
A new StateFn containing the permuted primitive.
- 반환 형식