Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

ImaginaryVariationalPrinciple

class qiskit.algorithms.time_evolvers.variational.ImaginaryVariationalPrinciple(qgt, gradient)

GitHub(opens in a new tab)

Bases: VariationalPrinciple, ABC(opens in a new tab)

Abstract class for an Imaginary Variational Principle. The imaginary variant means that we consider imaginary time dynamics.

Parameters

  • qgt (BaseQGT) – Instance of a class used to compute the GQT.
  • gradient (BaseEstimatorGradient) – Instance of a class used to compute the state gradient.
Was this page helpful?
Report a bug or request content on GitHub.