-
Notifications
You must be signed in to change notification settings - Fork 87
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
expand PEA description #2537
base: main
Are you sure you want to change the base?
expand PEA description #2537
Conversation
One or more of the following people are relevant to this code: |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
"\n", | ||
"PEA is a more sophisticated technique that performs preliminary experiments to reconstruct the noise and then uses this information to perform an accurate amplification. For utility-scale experiments, it is often the best choice.\n", | ||
"When PEA is specified, the twirled noise model of each layer of entangling gates in the circuit is learned before they are run (see [LayerNoiseLearningOptions](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.LayerNoiseLearningOptions) for relevant learning options). After the learning phase, the circuits are executed at each noise factor, where every entangling layer of the circuits is amplified by probabilistically injecting single-qubit noise proportional to the corresponding learned noise model. See the article [\"Evidence for the utility of quantum computing before fault tolerance\"](https://www.nature.com/articles/s41586-023-06096-3) for more details.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The transitioning from the previous paragraph is a bit weird. I'd add back the previous sentence and say something like
PEA is a more sophisticated technique that performs preliminary experiments to reconstruct the noise and then uses this information to perform an accurate amplification. It starts by learning the twirled noise model of each layer of entangling gates...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this description stops at noise amplification, even though there's still the step of extrapolation. I think it's the same as gate folding ZNE but I'm certainly not the expert lol
closes #2536