qiskit.opflow.state_fns.CircuitStateFn.permute¶
- CircuitStateFn.permute(permutation)[source]¶
Permute the qubits of the circuit.
- প্যারামিটার
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 CircuitStateFn containing the permuted circuit.
- রিটার্ন টাইপ