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.
- 戻り値の型