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 NoiseModel.from_backend method, improve noise API docs #569

Merged
merged 5 commits into from
Jan 31, 2020

Conversation

chriseclectic
Copy link
Member

Summary

Adds NoiseModel.from_backend static method to noise models. This incorporates the functionality of the previous basic_device_noise_model function, but makes it easier to construct the noise model straight from a backend object.

Details and comments

  • This is to unify with the interface for pulse backends of PulseSystemModel.from_backend.
  • Deprecated basic_device_noise_model, use the new method of noise model instead
  • Improves Noise module API docs.

* The functionality of basic_device_noise_model has been moved to `NoiseModel.from_backend`
* Using `basic_device_noise_model` is deprecated.
* Improved NoiseModel API Docs
* Fix error in changlog for early PR that added lines to wrong release
@chriseclectic chriseclectic added this to the Qiskit Aer 0.4 milestone Jan 31, 2020
@chriseclectic chriseclectic requested a review from atilag as a code owner January 31, 2020 22:41
@chriseclectic chriseclectic merged commit 0e9e89a into Qiskit:master Jan 31, 2020
@chriseclectic chriseclectic deleted the noise-from-backend branch April 28, 2020 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant