German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.PVQD.evolve

PVQD.evolve(evolution_problem)[Quellcode]

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.

Parameter

evolution_problem (TimeEvolutionProblem) – The evolution problem containing the hamiltonian, total evolution time and observables to evaluate.

Rückgabe

A result object containing the evolution information and evaluated observables.

Verursacht
  • 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.

Rückgabetyp

TimeEvolutionResult