EstimatorQecScheme Class

Inheritance
qsharp.estimator._estimator.AutoValidatingParams
EstimatorQecScheme

Constructor

EstimatorQecScheme(name: str | None = None, error_correction_threshold: float | None = None, crossing_prefactor: float | None = None, logical_cycle_time: str | None = None, physical_qubits_per_logical_qubit: str | None = None)

Parameters

Name Description
name
default value: None
error_correction_threshold
default value: None
crossing_prefactor
default value: None
logical_cycle_time
default value: None
physical_qubits_per_logical_qubit
default value: None

Attributes

crossing_prefactor

crossing_prefactor: float | None = None

error_correction_threshold

error_correction_threshold: float | None = None

logical_cycle_time

logical_cycle_time: str | None = None

name

name: str | None = None

physical_qubits_per_logical_qubit

physical_qubits_per_logical_qubit: str | None = None