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.
- 반환 형식: