forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add ESP readout support to Qiskit (Qiskit#6543)"
The changes made in Qiskit#6543 were unecessary and add ibm backend specific options to common interfaces in terra. This commit reverts Qiskit#6543 so it can be isolated to just the ibmq provider as the new options added in it are not common to all providers and isolated to just ibm backends. The changes made in Qiskit#6543 should have been done directly in the ibm provider and no changes to terra are actually needed here. Terra already provides all the functionality to enable the provider to add custom options like this. A provider can advertise the new run time option via the backend's `Options` object, expose the backend configuration option as a custom attribute at construction time, and pass the setting from the options to assemble so it gets set in the qobj config appropriately without requiring any changes from terra. However, this isn't all necessarily clear as the interface for `BackendV1` was primarily inherited from `BaseBackend` which didn't have this level of flexibility and doesn't make the distinction between required, optional, and custom options and backend attributes super clear. This is something we can hopefully address in the next version of the backend interface `BackendV2` (ideas for this are being collected in Qiskit#5885). This reverts commit 6d605a0.
- Loading branch information
Showing
6 changed files
with
4 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters