-
Notifications
You must be signed in to change notification settings - Fork 90
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
Noise settings available in Q# #1997
base: main
Are you sure you want to change the base?
Conversation
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.
I like the naming.
Shall we consider raising an event (similar to other diagnostic events like Message
, DumpMachine
, etc) so that the host (i.e. VS Code, Python etc) can inform the user that noise has been applied, if it chooses to?
This could be used to populate accurate info in the histogram view (#1975) or simply just output a message during execution like "noise was applied".
Change in memory usage detected by benchmark. Memory Report for 628b84d
|
Change in memory usage detected by benchmark. Memory Report for 1b45dd2
|
Change in memory usage detected by benchmark. Memory Report for 61068b4
|
Added ConfigurePauliNoise and ApplyIdleNoise to Diagnostric namespace to control noise from Q# program.