You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected feature or enhancement?
At the moment the NoiseLearnerOptions do not include options regarding Dynamical decoupling.
It could be that this is possible using the experimental options but then it is not documented.
This means that using an EstimatorOptions object that includes dynamical decoupling to successively run
A NoiseLearning experiment to learn a noise model
An EstimatorV2 primitive using on the resulting noise model
will result in an inconsistency. (The noise model that was learned on the circuit without DD cannot be applied on the circuit with DD).
Acceptance criteria
Either this could be solved with a user warning when using the EStimatorV2 primitive, with a non-empty layer_noise_model and with DD enabled
Or by allowing the user to specify DD options in the NoiseLearner experiment.
The text was updated successfully, but these errors were encountered:
What is the expected feature or enhancement?
At the moment the NoiseLearnerOptions do not include options regarding Dynamical decoupling.
It could be that this is possible using the experimental options but then it is not documented.
This means that using an EstimatorOptions object that includes dynamical decoupling to successively run
will result in an inconsistency. (The noise model that was learned on the circuit without DD cannot be applied on the circuit with DD).
Acceptance criteria
The text was updated successfully, but these errors were encountered: