qiskit.quantum_info.Statevector.evolve¶
- Statevector.evolve(other, qargs=None)[source]¶
Evolve a quantum state by the operator.
- Paramètres
other (Operator) – The operator to evolve by.
qargs (list) – a list of Statevector subsystem positions to apply the operator on.
- Renvoie
the output quantum state.
- Type renvoyé
- Lève
QiskitError – if the operator dimension does not match the specified Statevector subsystem dimensions.