ResilienceOptionsV2
class ResilienceOptionsV2(measure_mitigation=Unset, measure_noise_learning=<factory>, zne_mitigation=Unset, zne=<factory>, pec_mitigation=Unset, pec=<factory>, layer_noise_learning=<factory>, layer_noise_model=Unset)
베이스: object
V2 추정기의 복원력 옵션.
속성
매개변수
- measure_mitigation (UnsetType | bool)
- measure_noise_learning (MeasureNoiseLearningOptions | Dict)
- zne_mitigation (UnsetType | bool)
- zne (ZneOptions | Dict)
- pec_mitigation (UnsetType | bool)
- pec (PecOptions | Dict)
- layer_noise_learning (LayerNoiseLearningOptions | Dict)
- layer_noise_model (UnsetType | NoiseLearnerResult | Sequence[LayerError] | None)
layer_noise_learning
유형: LayerNoiseLearningOptions | Dict
기본값: FieldInfo(annotation=NoneType, required=False, default_factory=LayerNoiseLearningOptions)
레이어 노이즈 학습 옵션.
모든 옵션을 보려면 여기를 참조하세요 LayerNoiseLearningOptions .
layer_noise_model
유형: UnsetType | NoiseLearnerResult | Sequence[LayerError] | None
기본값: Unset
하나의 객체 NoiseLearnerResult 또는 객체들의 LayerError 시퀀스.
만약 None그렇다면, 노이즈 데이터가 필요한 모든 완화 전략(예: PEC 및 PEA)은 노이즈 학습 단계를 수행합니다. layer_noise_model그렇지 않으면 이 노이즈 학습 단계는 건너뛰고, 대신 에서 필요한 정보를 수집합니다. 에서 layer_noise_model 정보가 누락된 레이어는 노이즈가 없는 것으로 간주되며, 해당 레이어의 노이즈는 완화되지 않습니다.
기본값: None.
measure_mitigation
유형: UnsetType | bool
기본값: Unset
측정 오차 완화 방법을 활성화할지 여부.
measure_noise_learning측정 완화 기능을 활성화하면 을 사용하여 노이즈 학습을 미세 조정할 수 있습니다. 모든 측정 오차 완화 및 노이즈 학습 옵션은 [여기]를 참조하십시오 MeasureNoiseLearningOptions .
가 measure_mitigation 인 경우 Unset, 이는 복원력 수준에 따라 서버에서 결정됩니다. 복원력 수준 0일 때는 False 이며, 복원력 수준 1과 2일 True 때는 입니다.
measure_noise_learning
유형: MeasureNoiseLearningOptions | Dict
기본값: FieldInfo(annotation=NoneType, required=False, default_factory=MeasureNoiseLearningOptions)
추가적인 측정 노이즈 학습 옵션.
모든 옵션을 보려면 여기를 참조하세요 MeasureNoiseLearningOptions .
pec
유형: PecOptions | Dict
기본값: FieldInfo(annotation=NoneType, required=False, default_factory=PecOptions)
추가적인 확률적 오차 상쇄 완화 방안.
모든 옵션을 보려면 여기를 참조하세요 PecOptions .
pec_mitigation
유형: UnsetType | bool
기본값: Unset
확률적 오차 상쇄(Probabilistic Error Cancellation) 오차 완화 방식을 활성화할지 여부.
pecPEC를 활성화하면 다음을 사용하여 해당 옵션을 세부적으로 조정할 수 있습니다. PEC와 관련된 추가 옵션은 여기를 PecOptions 참조하십시오.
기본값은 False입니다.
zne
유형: ZneOptions | Dict
기본값: FieldInfo(annotation=NoneType, required=False, default_factory=ZneOptions)
추가적인 무잡음 외삽 완화 옵션.
모든 옵션을 보려면 여기를 참조하세요 ZneOptions .
zne_mitigation
유형: UnsetType | bool
기본값: Unset
‘제로 노이즈 외삽법(Zero-Noise Extrapolation)’ 오류 완화 기능을 켤지 여부를 설정합니다.
zneZNE를 활성화하면 다음을 사용하여 해당 옵션을 세부적으로 조정할 수 있습니다. ZNE와 관련된 추가 옵션은 여기를 ZneOptions 참조하십시오.
가 zne_mitigation 인 경우 Unset, 이는 복원력 수준에 따라 서버에서 결정됩니다. 복원력 수준 0과 False 1에서는 이며, 복원력 수준 2에서는 True 입니다.