qiskit.quantum_info.Statevector.evolve¶
- Statevector.evolve(other, qargs=None)[ソース]¶
Evolve a quantum state by the operator.
- パラメータ
other (Operator) – The operator to evolve by.
qargs (list) – a list of Statevector subsystem positions to apply the operator on.
- 戻り値
the output quantum state.
- 戻り値の型
- 例外
QiskitError – if the operator dimension does not match the specified Statevector subsystem dimensions.