Skip to main contentIBM Quantum Documentation

PVQDResult

qiskit.algorithms.PVQDResult(evolved_state, aux_ops_evaluated=None, times=None, parameters=None, fidelities=None, estimated_error=None, observables=None)

Bases: TimeEvolutionResult

The result object for the p-VQD algorithm.

Parameters


Methods

combine

combine(result)

Any property from the argument that exists in the receiver is updated. :param result: Argument result with properties to be set.

Raises

TypeError (opens in a new tab) – Argument is None

Was this page helpful?