ImaginaryEvolver#
- class qiskit.algorithms.ImaginaryEvolver[fuente]#
Bases:
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.Obsoleto desde la versión 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)[fuente]#
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
.- Parámetros:
evolution_problem (EvolutionProblem) – The definition of the evolution problem.
- Devuelve:
Evolution result which includes an evolved quantum state.
- Tipo del valor devuelto: