qiskit.algorithms.PVQD.evolve¶
- PVQD.evolve(evolution_problem)[ソース]¶
Perform real time evolution \(\exp(-i t H)|\Psi\rangle\).
Evolves an initial state \(|\Psi\rangle\) for a time \(t\) under a Hamiltonian \(H\), as provided in the
evolution_problem
.- パラメータ
evolution_problem (TimeEvolutionProblem) – The evolution problem containing the hamiltonian, total evolution time and observables to evaluate.
- 戻り値
A result object containing the evolution information and evaluated observables.
- 例外
ValueError – If
aux_operators
provided in the time evolution problem but no estimator provided to the algorithm.NotImplementedError – If the evolution problem contains an initial state.
- 戻り値の型