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

Emulate discontinued IBMQ devices #342

Open
vanyae-cqc opened this issue Jun 6, 2024 · 1 comment
Open

Emulate discontinued IBMQ devices #342

vanyae-cqc opened this issue Jun 6, 2024 · 1 comment
Assignees

Comments

@vanyae-cqc
Copy link

vanyae-cqc commented Jun 6, 2024

It would be nice to be able to build an Aer NoiseModel from the BackendInfo for an IBMQ device. This would enable the emulation of discontinued IBMQ devices for which we have BackendInfos saved.

Something like:

# An old BackendInfo that we have saved somewhere
old_backend_info: BackendInfo

noise_model: NoiseModel = build_noise_model_from_backend_info(old_backend_info)

# Construct AerBackend based on noise model:
emulator_backend = AerBackend(noise_model=self._noise_model)
@vanyae-cqc
Copy link
Author

I will take a look at this for now, and submit a PR if I make any decent progress

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

No branches or pull requests

1 participant