Skip to main content
IBM Quantum Platform
Esta página pertence a uma versão antiga do site Qiskit SDK e não existe na versão mais recente. Recomendamos que você migre para a versão mais recente. Consulte as notas sobre a liberação para obter mais informações.

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

Tipo: Sequence[float]

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

raw_fidelities

Tipo: 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

Tipo: Sequence[Mapping[str, Any]]

Additional information about the fidelity calculation.

options

Tipo: Options

Primitive runtime options for the execution of the fidelity job.

Esta página foi útil?
Relate um bug, erro de digitação ou solicite conteúdo no GitHub.