Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.PVQD.evolve

PVQD.evolve(evolution_problem)[código fonte]

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.

Parâmetros

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

Retorno

A result object containing the evolution information and evaluated observables.

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

Tipo de retorno

TimeEvolutionResult