Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.PVQD.evolve

PVQD.evolve(evolution_problem)[source]

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.

প্যারামিটার

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

রিটার্নস

A result object containing the evolution information and evaluated observables.

রেইজেস
  • 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.

রিটার্ন টাইপ

TimeEvolutionResult