EstimatorConstraints 클래스

리소스 예측에 대한 선택적 런타임 및 리소스 제약 조건입니다.

최대 하나 max_duration 또는 max_physical_qubits 동시에 설정할 수 있습니다.

생성자

EstimatorConstraints(logical_depth_factor: float | None = None, max_t_factories: int | None = None, max_duration: int | None = None, max_physical_qubits: int | None = None)

매개 변수

Name Description
logical_depth_factor
Default value: None
max_t_factories
Default value: None
max_duration
Default value: None
max_physical_qubits
Default value: None

메서드

at_least_one
post_validation

at_least_one

static at_least_one(name, value)

매개 변수

Name Description
name
필수
value
필수

post_validation

post_validation(result)

매개 변수

Name Description
result
필수

특성

logical_depth_factor

logical_depth_factor: float | None = None

max_duration

max_duration: int | None = None

max_physical_qubits

max_physical_qubits: int | None = None

max_t_factories

max_t_factories: int | None = None