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 pulse channels to FakeBackendV2 #7832

Closed
HuangJunye opened this issue Mar 29, 2022 · 1 comment · Fixed by #8444
Closed

Add pulse channels to FakeBackendV2 #7832

HuangJunye opened this issue Mar 29, 2022 · 1 comment · Fixed by #8444
Labels
mod: fake_provider Related to the fake_provider module and fake backends type: enhancement It's working, but needs polishing

Comments

@HuangJunye
Copy link
Collaborator

What is the expected enhancement?

#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.

The BackendV2 class contains pulse channels (drive_channel, measure_channel, acquire_channel, control_channel) that were not implemented by #7643.

It's unclear to me whether these channels are useful for fake backends. If they are useful, we should add them.

@HuangJunye HuangJunye added the type: enhancement It's working, but needs polishing label Mar 29, 2022
@mtreinish mtreinish added the mod: fake_provider Related to the fake_provider module and fake backends label Apr 1, 2022
@HuangJunye
Copy link
Collaborator Author

HuangJunye commented Aug 23, 2022

Closed by #8444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: fake_provider Related to the fake_provider module and fake backends type: enhancement It's working, but needs polishing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants