Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoiseLearner should include options for dynamical decoupling #2083

Open
Anthony-Gandon opened this issue Dec 15, 2024 · 0 comments
Open

NoiseLearner should include options for dynamical decoupling #2083

Anthony-Gandon opened this issue Dec 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Anthony-Gandon
Copy link

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.

Image

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.
@Anthony-Gandon Anthony-Gandon added the enhancement New feature or request label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant