ImaginaryEvolver#
- class qiskit.algorithms.ImaginaryEvolver[ソース]#
ベースクラス:
ABC
Deprecated: Interface for Quantum Imaginary Time Evolution.
The ImaginaryEvolver interface has been superseded by the
qiskit.algorithms.time_evolvers.ImaginaryTimeEvolver
interface. This interface will be deprecated in a future release and subsequently removed after that.バージョン 0.24.0 で非推奨: The class
qiskit.algorithms.evolvers.imaginary_evolver.ImaginaryEvolver
is deprecated as of qiskit-terra 0.24.0. It will be removed no earlier than 3 months after the release date. Instead, use the interfaceqiskit.algorithms.time_evolvers.ImaginaryTimeEvolver
. See https://qisk.it/algo_migration for a migration guide.Methods
- abstract evolve(evolution_problem)[ソース]#
Perform imaginary time evolution \(\exp(-\tau H)|\Psi\rangle\).
Evolves an initial state \(|\Psi\rangle\) for an imaginary time \(\tau\) under a Hamiltonian \(H\), as provided in the
evolution_problem
.- パラメータ:
evolution_problem (EvolutionProblem) – The definition of the evolution problem.
- 戻り値:
Evolution result which includes an evolved quantum state.
- 戻り値の型: