qiskit.quantum_info.Statevector.evolve¶
- Statevector.evolve(other, qargs=None)[소스]¶
Evolve a quantum state by the operator.
- 매개변수
other (Operator | QuantumCircuit | circuit.Instruction) – 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.