Skip to main content
IBM Quantum Platform
このページは Qiskit SDK の旧バージョンからのものであり、最新バージョンには存在しません。 最新バージョンへの移行をお勧めします。 詳細については、リリースノートをご覧ください。

StateFidelityResult

class qiskit.algorithms.state_fidelities.StateFidelityResult(fidelities, raw_fidelities, metadata, options)

GitHub

Bases: object

This class stores the result of StateFidelity computations.


Attributes

fidelities

タイプ: Sequence[float]

List of truncated fidelity values for each pair of input circuits, ensured to be in [0,1].

raw_fidelities

タイプ: Sequence[float]

List of raw fidelity values for each pair of input circuits, which might not be in [0,1] depending on the error mitigation method used.

metadata

タイプ: Sequence[Mapping[str, Any]]

Additional information about the fidelity calculation.

options

タイプ: Options

Primitive runtime options for the execution of the fidelity job.

このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。