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

Add ZNE gate folding methods (random, from_front, from_back, etc.) as options #1670

Closed
ashsaki opened this issue May 10, 2024 · 0 comments · Fixed by #1679
Closed

Add ZNE gate folding methods (random, from_front, from_back, etc.) as options #1670

ashsaki opened this issue May 10, 2024 · 0 comments · Fixed by #1679
Labels
enhancement New feature or request

Comments

@ashsaki
Copy link
Contributor

ashsaki commented May 10, 2024

What is the expected feature or enhancement?
Allow users to choose from different ZNE gate folding methods.
For fractional noise factors, there are a several folding strategies available in the literature. Suppose, we have circuit with a total of $n$ (2-qubit) gates and need to fold $k$ gates to achieve a fractional noise amplification factor. Then, we can fold using following methods:

  • random: randomly fold any $k$ gates.
  • from first/front: fold first $k$ gates.
  • from last/back: fold last $k$ gates.

Acceptance criteria
Maybe, a new field in ZneOptions to allow users select their choice of folding method.

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

Successfully merging a pull request may close this issue.

1 participant