Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK 의 이전 버전에서 가져온 것으로, 최신 버전에는 존재하지 않습니다. 최신 버전으로 업데이트하시기를 권장합니다. 자세한 정보는 릴리스 정보를 참조하십시오.

PVQDResult

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

GitHub

Bases: TimeEvolutionResult

The result object for the p-VQD algorithm.

Parameters

  • evolved_state (QuantumCircuit) – An evolved quantum state.
  • aux_ops_evaluated (list[tuple[complex, complex]] | None) – Optional list of observables for which expected values on an evolved state are calculated. These values are in fact tuples formatted as (mean, standard deviation).
  • times (list[float] | None) – The times evaluated during the time integration.
  • parameters (list[np.ndarray] | None) – The parameter values at each evaluation time.
  • fidelities (Sequence[float] | None) – The fidelity of the Trotter step and variational update at each iteration.
  • estimated_error (float | None) – The overall estimated error evaluated as one minus the product of all fidelities.
  • observables (list[list[float]] | None) – The value of the observables evaluated at each iteration.

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 – Argument is None

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.