-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Use relevant gate info in metrics-to-noise model #2832
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
Comments
As noted in PR #2715, since the data for this model is Google-specific, we should move it to |
Moves cirq.google references out of cirq.contrib.noise_model. - experimental Google noise models -> `cirq/google/experimental` - other experimental noise models -> `cirq/contrib/noise_models` - code required by both -> `cirq/devices` Related to #2832 but motivated by #3737. Also related to the Packaging strategy #3228 - taking contrib apart.
@95-martin-orion Is this bug still useful? If so, can you add more information about it so it can be done by a contributor? Otherwise, let's close it. |
IMO #4640 and related issues and sub-PRs have resolved this. If we want further changes to the metrics-to-noise conversion process, it should be filed under a separate issue. |
Split off from #2807. This issue specifically tracks improvements in the parameters of noise applied to specific gate types; at the time of writing, all non-measurement gates generate the same DepolarizingChannel regardless of type or duration.
The text was updated successfully, but these errors were encountered: